Searched refs:start_creating (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/cachefiles/ |
| H A D | namei.c | 100 subdir = start_creating(&nop_mnt_idmap, dir, &QSTR(dirname)); in cachefiles_get_directory() 646 dentry = start_creating(&nop_mnt_idmap, fan, &QSTR(object->d_name)); in cachefiles_commit_tmpfile() 670 dentry = start_creating(&nop_mnt_idmap, fan, in cachefiles_commit_tmpfile()
|
| /linux/fs/nfsd/ |
| H A D | vfs.c | 1902 dchild = start_creating(&nop_mnt_idmap, dentry, &QSTR_LEN(fname, flen)); in nfsd_create() 2005 dnew = start_creating(&nop_mnt_idmap, dentry, &QSTR_LEN(fname, flen)); in nfsd_symlink() 2079 dnew = start_creating(&nop_mnt_idmap, ddir, &QSTR_LEN(name, len)); in nfsd_link()
|
| H A D | nfsproc.c | 316 dchild = start_creating(&nop_mnt_idmap, dirfhp->fh_dentry, in nfsd_proc_create()
|
| H A D | nfs3proc.c | 310 child = start_creating(&nop_mnt_idmap, parent, in nfsd3_create_file()
|
| H A D | nfs4recover.c | 148 dentry = start_creating(&nop_mnt_idmap, dir, &QSTR(dname)); in nfsd4_create_clid_dir()
|
| H A D | nfs4proc.c | 297 child = start_creating(&nop_mnt_idmap, parent, in nfsd4_create_file()
|
| /linux/fs/ |
| H A D | namei.c | 3399 struct dentry *start_creating(struct mnt_idmap *idmap, struct dentry *parent, in start_creating() function 3408 EXPORT_SYMBOL(start_creating);
|