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