Searched refs:ND_V4WCCATTR (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/fs/nfs/
H A Dnfs.h686 #define ND_V4WCCATTR 0x00010000 macro
H A Dnfs_commonsubs.c399 nd->nd_flag |= ND_V4WCCATTR;
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clport.c804 } else if ((nd->nd_flag & (ND_NOMOREDATA | ND_NFSV4 | ND_V4WCCATTR))
805 == (ND_NFSV4 | ND_V4WCCATTR)) {
H A Dnfs_clrpcops.c2511 nd->nd_flag |= ND_V4WCCATTR;
2610 nd->nd_flag |= ND_V4WCCATTR;
/freebsd-12-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c5037 if ((nd->nd_flag & (ND_NOMOREDATA | ND_NFSV4 | ND_V4WCCATTR)) ==
5038 (ND_NFSV4 | ND_V4WCCATTR)) {
5223 if ((nd->nd_flag & (ND_NOMOREDATA | ND_NFSV4 | ND_V4WCCATTR)) ==
5224 (ND_NFSV4 | ND_V4WCCATTR)) {

Completed in 82 milliseconds