Home
last modified time | relevance | path

Searched refs:hs_name (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dhash.c993 hs->hs_name, bits, dep, bkt, off); in cfs_hash_dep_print()
1061 LIBCFS_ALLOC(hs, offsetof(struct cfs_hash, hs_name[len])); in cfs_hash_create()
1065 strncpy(hs->hs_name, name, len); in cfs_hash_create()
1066 hs->hs_name[len - 1] = '\0'; in cfs_hash_create()
1094 LIBCFS_FREE(hs, offsetof(struct cfs_hash, hs_name[len])); in cfs_hash_create()
1138 hs->hs_name, bd.bd_bucket->hsb_index, in cfs_hash_destroy()
1157 LIBCFS_FREE(hs, offsetof(struct cfs_hash, hs_name[i])); in cfs_hash_destroy()
1695 hs->hs_name, i++); in cfs_hash_for_each_empty()
1799 hs->hs_name, i - 1); in cfs_hash_rehash_cancel_locked()
2068 CFS_HASH_BIGNAME_LEN, hs->hs_name, in cfs_hash_debug_str()
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h272 char hs_name[0]; member
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h895 return ns->ns_rs_hash->hs_name; in ldlm_ns_name()