Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dvfs.c253 if (isdotent(name, len)) { in nfsd_lookup_dentry()
1543 if (isdotent(fname, flen)) in nfsd_create()
1647 if (isdotent(fname, flen)) in nfsd_symlink()
1724 if (isdotent(name, len)) in nfsd_link()
1842 if (!flen || isdotent(fname, flen) || !tlen || isdotent(tname, tlen)) in nfsd_rename()
1987 if (!flen || isdotent(fname, flen)) in nfsd_unlink()
H A Dnfsd.h366 #define isdotent(n, l) (l < 3 && n[0] == '.' && (l == 1 || n[1] == '.')) macro
H A Dnfsproc.c306 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.c269 if (isdotent(argp->name, argp->len)) in nfsd3_create_file()
H A Dnfs4xdr.c100 if (isdotent(str, len)) in check_filename()
3891 if (name && isdotent(name, namlen)) { in nfsd4_encode_entry4()
H A Dnfs4proc.c249 if (isdotent(open->op_fname, open->op_fnamelen)) in nfsd4_create_file()