Searched refs:isdotent (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | vfs.c | 188 if (isdotent(name, len)) { in nfsd_lookup_dentry() 1346 if (isdotent(fname, flen)) in nfsd_create() 1397 if (isdotent(fname, flen)) in do_nfsd_create() 1600 if (isdotent(fname, flen)) in nfsd_symlink() 1663 if (isdotent(name, len)) in nfsd_link() 1758 if (!flen || isdotent(fname, flen) || !tlen || isdotent(tname, tlen)) in nfsd_rename() 1861 if (!flen || isdotent(fname, flen)) in nfsd_unlink()
|
H A D | nfsd.h | 304 #define isdotent(n, l) (l < 3 && n[0] == '.' && (l == 1 || n[1] == '.')) macro
|
H A D | nfsproc.c | 279 if (isdotent(argp->name, argp->len)) in nfsd_proc_create()
|
H A D | nfs3xdr.c | 863 if (isdotent(name, namlen)) { in compose_entry_fh()
|
H A D | nfs4xdr.c | 93 if (isdotent(str, len)) in check_filename() 3376 if (name && isdotent(name, namlen)) { in nfsd4_encode_dirent()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | vfs.c | 255 if (isdotent(name, len)) { in nfsd_lookup_dentry() 1506 if (isdotent(fname, flen)) in nfsd_create() 1610 if (isdotent(fname, flen)) in nfsd_symlink() 1678 if (isdotent(name, len)) in nfsd_link() 1779 if (!flen || isdotent(fname, flen) || !tlen || isdotent(tname, tlen)) in nfsd_rename() 1897 if (!flen || isdotent(fname, flen)) in nfsd_unlink()
|
H A D | nfsd.h | 324 #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() 3618 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()
|
Completed in 30 milliseconds