Searched refs:ND_IMPLIEDCLID (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c681 if ((nd->nd_flag & ND_IMPLIEDCLID) != 0) {
689 nd->nd_flag |= ND_IMPLIEDCLID;
837 if ((nd->nd_flag & ND_IMPLIEDCLID) != 0) {
845 nd->nd_flag |= ND_IMPLIEDCLID;
2237 if ((nd->nd_flag & ND_IMPLIEDCLID) != 0) {
2245 nd->nd_flag |= ND_IMPLIEDCLID;
2264 if ((nd->nd_flag & ND_IMPLIEDCLID) != 0) {
2272 nd->nd_flag |= ND_IMPLIEDCLID;
2417 if ((nd->nd_flag & ND_IMPLIEDCLID) != 0) {
2425 nd->nd_flag |= ND_IMPLIEDCLID;
[all...]
H A Dnfs_nfsdstate.c5305 ((nd->nd_flag & ND_IMPLIEDCLID) &&
5794 nd->nd_flag |= ND_IMPLIEDCLID;
/freebsd-11.0-release/sys/fs/nfs/
H A Dnfs.h624 #define ND_IMPLIEDCLID 0x00004000 macro

Completed in 174 milliseconds