Searched refs:NFSCLDELEGHASH (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/fs/nfs/ |
H A D | nfsclstate.h | 50 #define NFSCLDELEGHASH(c, f, l) \ macro
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clstate.c | 260 LIST_FOREACH(dp, NFSCLDELEGHASH(clp, nfhp, fhlen), nfsdl_hash) { in nfscl_open() 458 LIST_INSERT_HEAD(NFSCLDELEGHASH(clp, nfhp, fhlen), dp, in nfscl_deleg() 476 LIST_INSERT_HEAD(NFSCLDELEGHASH(clp, nfhp, in nfscl_deleg() 502 LIST_FOREACH(dp, NFSCLDELEGHASH(clp, fhp, fhlen), nfsdl_hash) { in nfscl_finddeleg() 592 LIST_FOREACH(dp, NFSCLDELEGHASH(clp, nfhp, fhlen), nfsdl_hash) { in nfscl_getstateid()
|