/src/sys/nfs/ |
nfs_serv.c | 1436 int v3 = (nfsd->nd_flag & ND_NFSV3), how, exclusive_flag = 0; local in function:nfsrv_create 1483 exclusive_flag = 1; 1520 if (exclusive_flag) { 1521 exclusive_flag = 0; 1602 if (exclusive_flag && !error) {
|
nfs_serv.c | 1436 int v3 = (nfsd->nd_flag & ND_NFSV3), how, exclusive_flag = 0; local in function:nfsrv_create 1483 exclusive_flag = 1; 1520 if (exclusive_flag) { 1521 exclusive_flag = 0; 1602 if (exclusive_flag && !error) {
|
/src/sys/fs/nfs/server/ |
nfs_nfsdserv.c | 985 int how = NFSCREATE_UNCHECKED, exclusive_flag = 0; local in function:nfsrvd_create 1043 exclusive_flag = 1; 1101 &exclusive_flag, cverf, rdev, p, exp); 1120 if (exclusive_flag && !nd->nd_repstat && (cverf[0] != tverf[0] 2583 int error = 0, create, claim, exclusive_flag = 0; local in function:nfsrvd_open 2829 exclusive_flag = 1; 2834 exclusive_flag = 1; 2839 &exclusive_flag, &nva, cverf, create, aclp, &attrbits, 2905 if (!nd->nd_repstat && exclusive_flag && (cverf[0] != tverf[0] ||
|
nfs_nfsdserv.c | 985 int how = NFSCREATE_UNCHECKED, exclusive_flag = 0; local in function:nfsrvd_create 1043 exclusive_flag = 1; 1101 &exclusive_flag, cverf, rdev, p, exp); 1120 if (exclusive_flag && !nd->nd_repstat && (cverf[0] != tverf[0] 2583 int error = 0, create, claim, exclusive_flag = 0; local in function:nfsrvd_open 2829 exclusive_flag = 1; 2834 exclusive_flag = 1; 2839 &exclusive_flag, &nva, cverf, create, aclp, &attrbits, 2905 if (!nd->nd_repstat && exclusive_flag && (cverf[0] != tverf[0] ||
|