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.c1485 nfsvno_removesub(struct nameidata *ndp, int is_v4, struct ucred *cred, in nfsvno_removesub() argument
1497 else if (is_v4) in nfsvno_removesub()
1520 nfsvno_rmdirsub(struct nameidata *ndp, int is_v4, struct ucred *cred, in nfsvno_rmdirsub() argument
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c3331 nfscl_invalidfname(bool is_v4, char *name, int len) in nfscl_invalidfname() argument
3336 if (is_v4 && ((len == 1 && name[0] == '.') || in nfscl_invalidfname()