Searched refs:isdotent (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/nfsd/ |
| H A D | vfs.c | 253 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 D | nfsd.h | 366 #define isdotent(n, l) (l < 3 && n[0] == '.' && (l == 1 || n[1] == '.')) macro
|
| H A D | nfsproc.c | 306 if (isdotent(argp->name, argp->len)) in nfsd_proc_create()
|
| H A D | nfs3xdr.c | 990 if (isdotent(name, namlen)) { in compose_entry_fh()
|
| H A D | nfs3proc.c | 269 if (isdotent(argp->name, argp->len)) in nfsd3_create_file()
|
| H A D | nfs4xdr.c | 100 if (isdotent(str, len)) in check_filename() 3891 if (name && isdotent(name, namlen)) { in nfsd4_encode_entry4()
|
| H A D | nfs4proc.c | 249 if (isdotent(open->op_fname, open->op_fnamelen)) in nfsd4_create_file()
|