Searched refs:ND_NFSV2 (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/fs/nfs/server/
H A Dnfs_nfsdkrpc.c135 nd.nd_flag = ND_NFSV2;
348 if ((nd->nd_flag & ND_NFSV2) && nd->nd_nam2 != NULL &&
H A Dnfs_nfsdserv.c454 if (nd->nd_flag & (ND_NFSV2 | ND_NFSV3)) {
577 if (nd->nd_flag & ND_NFSV2) {
608 if (nd->nd_flag & ND_NFSV2)
655 if (nd->nd_flag & ND_NFSV2) {
764 if (nd->nd_flag & ND_NFSV2) {
818 if (nd->nd_flag & ND_NFSV2) {
1007 if (nd->nd_flag & ND_NFSV2) {
1064 if (nd->nd_flag & ND_NFSV2) {
1081 if (!(nd->nd_flag & ND_NFSV2)) {
1115 if (nd->nd_flag & ND_NFSV2) {
[all...]
H A Dnfs_nfsdport.c1043 if (nd->nd_flag & ND_NFSV2) {
1148 error = (ndflag & ND_NFSV2) ? EISDIR : EEXIST;
1151 error = (ndflag & ND_NFSV2) ? ENOTDIR : EEXIST;
1155 error = (ndflag & ND_NFSV2) ? ENOTEMPTY : EXDEV;
1174 error = (ndflag & ND_NFSV2) ? ENOTEMPTY : EXDEV;
1178 error = (ndflag & ND_NFSV2) ? ENOTEMPTY : EXDEV;
1182 error = (ndflag & ND_NFSV2) ? ENOTEMPTY : EINVAL;
1592 if (nd->nd_flag & ND_NFSV2) {
1625 if (nd->nd_flag & ND_NFSV2)
1691 if (nd->nd_flag & ND_NFSV2) {
[all...]
H A Dnfs_nfsdcache.c515 if ((nd->nd_flag & ND_NFSV2) &&
H A Dnfs_nfsdsubs.c1480 if ((nd->nd_flag & ND_NFSV2) && nfs_pubfhset &&
H A Dnfs_nfsdsocket.c541 if (nd->nd_repstat && (nd->nd_flag & ND_NFSV2)) {
/netbsd-current/sys/fs/nfs/common/
H A Dnfs.h616 #define ND_NFSV2 0x00000004 macro
H A Dnfs_commonkrpc.c655 if ((nd->nd_flag & ND_NFSV2) != 0) {
H A Dnfs_commonsubs.c492 switch (nd->nd_flag & (ND_NFSV2 | ND_NFSV3 | ND_NFSV4)) {
493 case ND_NFSV2:
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clcomsubs.c152 nd->nd_flag = ND_NFSV2 | ND_NFSCL;
H A Dnfs_clport.c834 switch (nd->nd_flag & (ND_NFSV2 | ND_NFSV3 | ND_NFSV4)) {
835 case ND_NFSV2:
H A Dnfs_clrpcops.c1435 if (nd->nd_flag & ND_NFSV2) {
1453 } else if (!nd->nd_repstat && (nd->nd_flag & ND_NFSV2)) {
1477 if (!(nd->nd_flag & ND_NFSV2)) {
1731 if (nd->nd_flag & (ND_NFSV2 | ND_NFSV4)) {
1808 if (nd->nd_flag & ND_NFSV2)
2526 if (nd->nd_flag & ND_NFSV2)
2881 if (nd->nd_flag & ND_NFSV2) {
2912 if (!(nd->nd_flag & ND_NFSV2)) {

Completed in 305 milliseconds