Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dvfs.c256 if (isdotent(name, len)) { in nfsd_lookup_dentry()
1509 if (isdotent(fname, flen)) in nfsd_create()
1613 if (isdotent(fname, flen)) in nfsd_symlink()
1681 if (isdotent(name, len)) in nfsd_link()
1782 if (!flen || isdotent(fname, flen) || !tlen || isdotent(tname, tlen)) in nfsd_rename()
1900 if (!flen || isdotent(fname, flen)) in nfsd_unlink()
H A Dnfsd.h325 #define isdotent(n, l) (l < 3 && n[0] == '.' && (l == 1 || n[1] == '.')) macro
H A Dnfsproc.c275 if (isdotent(argp->name, argp->len)) in nfsd_proc_create()
H A Dnfs3xdr.c993 if (isdotent(name, namlen)) { in compose_entry_fh()
H A Dnfs3proc.c236 if (isdotent(argp->name, argp->len)) in nfsd3_create_file()
H A Dnfs4xdr.c99 if (isdotent(str, len)) in check_filename()
3610 if (name && isdotent(name, namlen)) { in nfsd4_encode_dirent()
H A Dnfs4proc.c246 if (isdotent(open->op_fname, open->op_fnamelen)) in nfsd4_create_file()