Home
last modified time | relevance | path

Searched refs:bckt (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/nfs/
H A Dexport.h488 struct exportinfo **bckt; /* backpointer to the hash bucket */ member
579 #define EXP_LINKED(exi) ((exi)->fid_hash.bckt != NULL)
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c768 if (*(exi)->hash_name.bckt == (exi)) \
769 *(exi)->hash_name.bckt = (exi)->hash_name.next; \
774 (exi)->hash_name.bckt = NULL;
777 (exi)->hash_name.bckt = (bucket); \
787 exportinfo_t **bckt; in export_link() local
789 bckt = &exptable[exptablehash(&exi->exi_fsid, &exi->exi_fid)]; in export_link()
790 exp_hash_link(exi, fid_hash, bckt); in export_link()
792 bckt = &exptable_path_hash[pkp_tab_hash(exi->exi_export.ex_path, in export_link()
794 exp_hash_link(exi, path_hash, bckt); in export_link()