Home
last modified time | relevance | path

Searched refs:is_v4 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c1553 nfsvno_removesub(struct nameidata *ndp, bool is_v4, struct nfsrv_descript *nd, in nfsvno_removesub() argument
1566 } else if (is_v4) { in nfsvno_removesub()
1586 if (is_v4 && (nd->nd_flag & ND_NFSV41) != 0 && error == 0) in nfsvno_removesub()
1595 if (is_v4 && (nd->nd_flag & ND_NFSV41) != 0 && error == 0) { in nfsvno_removesub()
1623 nfsvno_rmdirsub(struct nameidata *ndp, int is_v4, struct ucred *cred, in nfsvno_rmdirsub() argument
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c3415 nfscl_invalidfname(bool is_v4, char *name, int len) in nfscl_invalidfname() argument
3420 if (is_v4 && ((len == 1 && name[0] == '.') || in nfscl_invalidfname()