Searched refs:NFS_CMPFH (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/nfsclient/ |
H A D | nfs.h | 88 #define NFS_CMPFH(n, f, s) \ macro
|
/freebsd/sys/fs/nfs/ |
H A D | nfs.h | 154 #define NFS_CMPFH(n, f, s) \ macro
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clvnops.c | 1397 if (NFS_CMPFH(np, nfhp->nfh_fh, nfhp->nfh_len)) { in nfs_lookup() 1464 } else if (NFS_CMPFH(np, nfhp->nfh_fh, nfhp->nfh_len)) { in nfs_lookup() 2739 } else if (NFS_CMPFH(dnp, nfhp->nfh_fh, nfhp->nfh_len)) { in nfs_lookitup()
|