Home
last modified time | relevance | path

Searched refs:isdotent (Results 1 – 7 of 7) sorted by relevance

/linux/fs/nfsd/
H A Dvfs.c258 if (isdotent(name, len)) { in nfsd_lookup_dentry()
1870 if (isdotent(fname, flen)) in nfsd_create()
1972 if (isdotent(fname, flen)) in nfsd_symlink()
2049 if (isdotent(name, len)) in nfsd_link()
2160 if (!flen || isdotent(fname, flen) || !tlen || isdotent(tname, tlen)) in nfsd_rename()
2282 if (!flen || isdotent(fname, flen)) in nfsd_unlink()
H A Dnfsd.h370 #define isdotent(n, l) (l < 3 && n[0] == '.' && (l == 1 || n[1] == '.')) macro
H A Dnfsproc.c301 if (isdotent(argp->name, argp->len)) in nfsd_proc_create()
H A Dnfs3xdr.c990 if (isdotent(name, namlen)) { in compose_entry_fh()
H A Dnfs3proc.c268 if (isdotent(argp->name, argp->len)) in nfsd3_create_file()
H A Dnfs4xdr.c101 if (isdotent(str, len)) in check_filename()
4243 if (name && isdotent(name, namlen)) { in nfsd4_encode_entry4()
H A Dnfs4proc.c262 if (isdotent(open->op_fname, open->op_fnamelen)) in nfsd4_create_file()