Searched refs:d_alloc (Results 1 – 11 of 11) sorted by relevance
/fs/ |
D | dcache.c | 1313 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()
|
D | libfs.c | 73 file->private_data = d_alloc(file->f_path.dentry, &cursor_name); in dcache_dir_open()
|
D | namei.c | 1099 dentry = d_alloc(dir, name); in lookup_dcache()
|
/fs/configfs/ |
D | dir.c | 675 child = d_alloc(parent, &name); in create_default_group() 1692 dentry = d_alloc(root, &name); in configfs_register_subsystem()
|
/fs/cifs/ |
D | readdir.c | 99 dentry = d_alloc(parent, name); in cifs_readdir_lookup()
|
/fs/hugetlbfs/ |
D | inode.c | 967 path.dentry = d_alloc(root, &quick_string); in hugetlb_file_setup()
|
/fs/nfs/ |
D | dir.c | 508 dentry = d_alloc(parent, &filename); in nfs_prime_dcache() 1998 dentry = d_alloc(new_dentry->d_parent, in nfs_rename()
|
/fs/ncpfs/ |
D | dir.c | 605 newdent = d_alloc(dentry, &qname); in ncp_fill_cache()
|
/fs/proc/ |
D | proc_sysctl.c | 593 child = d_alloc(dir, &qname); in proc_sys_fill_cache()
|
D | base.c | 1683 new = d_alloc(dir, &qname); in proc_fill_cache()
|
/fs/ceph/ |
D | inode.c | 1240 dn = d_alloc(parent, &dname); in ceph_readdir_prepopulate()
|