Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c984 hs->hs_name, bits, dep, bkt, off); in cfs_hash_dep_print()
1052 LIBCFS_ALLOC(hs, offsetof(struct cfs_hash, hs_name[len])); in cfs_hash_create()
1056 strncpy(hs->hs_name, name, len); in cfs_hash_create()
1057 hs->hs_name[len - 1] = '\0'; in cfs_hash_create()
1085 LIBCFS_FREE(hs, offsetof(struct cfs_hash, hs_name[len])); in cfs_hash_create()
1129 hs->hs_name, bd.bd_bucket->hsb_index, in cfs_hash_destroy()
1148 LIBCFS_FREE(hs, offsetof(struct cfs_hash, hs_name[i])); in cfs_hash_destroy()
1682 hs->hs_name, i++); in cfs_hash_for_each_empty()
1786 hs->hs_name, i - 1); in cfs_hash_rehash_cancel_locked()
2055 CFS_HASH_BIGNAME_LEN, hs->hs_name, in cfs_hash_debug_str()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h272 char hs_name[0]; member
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h968 return ns->ns_rs_hash->hs_name; in ldlm_ns_name()