Home
last modified time | relevance | path

Searched refs:fid_hash (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h525 struct exp_hash fid_hash; member
601 #define EXP_LINKED(exi) ((exi)->fid_hash.bckt != NULL)
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c814 exp_hash_link(exi, fid_hash, bckt); in export_link()
1002 nexi = exi->fid_hash.next; in nfs_export_zone_shutdown()
1200 exi = exi->fid_hash.next; in rfs_gsscallback()
1399 ex2 = ex2->fid_hash.next) { in exportfs()
1708 for (ex = exi->fid_hash.next; ex != NULL; ex = ex->fid_hash.next) { in exportfs()
1892 exp_hash_unlink(exi, fid_hash); in export_unlink()
2711 exi = exi->fid_hash.next) { in checkexport()
2750 exi = exi->fid_hash.next) { in checkexport4()
H A Dnfs_auth.c1500 for (exi = ne->exptable[i]; exi; exi = exi->fid_hash.next) in exi_cache_reclaim_zone()
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dnfssrv.c569 OFFSETOF(struct exportinfo, fid_hash) + OFFSETOF(struct exp_hash, next)