Searched refs:isdotent (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/nfsd/ |
H A D | vfs.c | 256 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 D | nfsd.h | 325 #define isdotent(n, l) (l < 3 && n[0] == '.' && (l == 1 || n[1] == '.')) macro
|
H A D | nfsproc.c | 275 if (isdotent(argp->name, argp->len)) in nfsd_proc_create()
|
H A D | nfs3xdr.c | 993 if (isdotent(name, namlen)) { in compose_entry_fh()
|
H A D | nfs3proc.c | 236 if (isdotent(argp->name, argp->len)) in nfsd3_create_file()
|
H A D | nfs4xdr.c | 99 if (isdotent(str, len)) in check_filename() 3610 if (name && isdotent(name, namlen)) { in nfsd4_encode_dirent()
|
H A D | nfs4proc.c | 246 if (isdotent(open->op_fname, open->op_fnamelen)) in nfsd4_create_file()
|