Home
last modified time | relevance | path

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

/fs/
Ddcache.c1313 struct dentry *d_alloc(struct dentry * parent, const struct qstr *name) in d_alloc() function
1331 EXPORT_SYMBOL(d_alloc);
1349 return d_alloc(parent, &q); in d_alloc_name()
1682 new = d_alloc(dentry->d_parent, name); in d_add_ci()
Dlibfs.c73 file->private_data = d_alloc(file->f_path.dentry, &cursor_name); in dcache_dir_open()
Dnamei.c1099 dentry = d_alloc(dir, name); in lookup_dcache()
/fs/configfs/
Ddir.c675 child = d_alloc(parent, &name); in create_default_group()
1692 dentry = d_alloc(root, &name); in configfs_register_subsystem()
/fs/cifs/
Dreaddir.c99 dentry = d_alloc(parent, name); in cifs_readdir_lookup()
/fs/hugetlbfs/
Dinode.c967 path.dentry = d_alloc(root, &quick_string); in hugetlb_file_setup()
/fs/nfs/
Ddir.c508 dentry = d_alloc(parent, &filename); in nfs_prime_dcache()
1998 dentry = d_alloc(new_dentry->d_parent, in nfs_rename()
/fs/ncpfs/
Ddir.c605 newdent = d_alloc(dentry, &qname); in ncp_fill_cache()
/fs/proc/
Dproc_sysctl.c593 child = d_alloc(dir, &qname); in proc_sys_fill_cache()
Dbase.c1683 new = d_alloc(dir, &qname); in proc_fill_cache()
/fs/ceph/
Dinode.c1240 dn = d_alloc(parent, &dname); in ceph_readdir_prepopulate()