Home
last modified time | relevance | path

Searched refs:d_alloc (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/fs/efivarfs/
Dsuper.c105 d = d_alloc(parent, &q); in efivarfs_alloc_dentry()
/linux-4.4.14/include/linux/
Ddcache.h247 extern struct dentry * d_alloc(struct dentry *, const struct qstr *);
/linux-4.4.14/fs/
Ddcache.c1616 struct dentry *d_alloc(struct dentry * parent, const struct qstr *name) in d_alloc() function
1634 EXPORT_SYMBOL(d_alloc);
1657 return d_alloc(parent, &q); in d_alloc_name()
2062 new = d_alloc(dentry->d_parent, name); in d_add_ci()
Dlibfs.c76 file->private_data = d_alloc(file->f_path.dentry, &cursor_name); in dcache_dir_open()
Dnamei.c1476 dentry = d_alloc(dir, name); in lookup_dcache()
2413 dentry = d_alloc(dir, &nd->last); in mountpoint_last()
3260 child = d_alloc(path.dentry, &name); in do_tmpfile()
/linux-4.4.14/fs/cifs/
Dreaddir.c124 dentry = d_alloc(parent, name); in cifs_prime_dcache()
/linux-4.4.14/fs/ceph/
Dinode.c1119 dn = d_alloc(parent, &dname); in ceph_fill_trace()
1453 dn = d_alloc(parent, &dname); in ceph_readdir_prepopulate()
/linux-4.4.14/fs/nfs/
Ddir.c509 dentry = d_alloc(parent, &filename); in nfs_prime_dcache()
2020 dentry = d_alloc(new_dentry->d_parent, in nfs_rename()
/linux-4.4.14/fs/ncpfs/
Ddir.c603 newdent = d_alloc(dentry, &qname); in ncp_fill_cache()
/linux-4.4.14/net/sunrpc/
Drpc_pipe.c653 dentry = d_alloc(parent, &q); in __rpc_lookup_create_exclusive()
/linux-4.4.14/fs/proc/
Dproc_sysctl.c630 child = d_alloc(dir, &qname); in proc_sys_fill_cache()
Dbase.c1812 child = d_alloc(dir, &qname); in proc_fill_cache()
/linux-4.4.14/fs/fuse/
Ddir.c1237 dentry = d_alloc(parent, &name); in fuse_direntplus_link()
/linux-4.4.14/mm/
Dshmem.c2366 whiteout = d_alloc(old_dentry->d_parent, &old_dentry->d_name); in shmem_whiteout()
/linux-4.4.14/arch/ia64/kernel/
Dperfmon.c2195 path.dentry = d_alloc(pfmfs_mnt->mnt_root, &this); in pfm_alloc_file()