Home
last modified time | relevance | path

Searched refs:s_dentry (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/configfs/
Ddir.c75 if (sd->s_dentry == dentry) in configfs_d_iput()
76 sd->s_dentry = NULL; in configfs_d_iput()
270 sd->s_dentry = dentry; in configfs_make_dirent()
465 sd->s_dentry = dentry; in configfs_attach_attr()
556 *wait= dget(sd->s_dentry); in configfs_detach_prep()
564 ret = configfs_detach_prep(sd->s_dentry, wait); in configfs_detach_prep()
590 configfs_detach_rollback(sd->s_dentry); in configfs_detach_rollback()
674 child = sd->s_dentry; in detach_groups()
1092 ret = configfs_depend_prep(child_sd->s_dentry, in configfs_depend_prep()
1180 ret = configfs_do_depend_item(subsys_sd->s_dentry, target); in configfs_depend_item()
[all …]
Dinode.c229 return sd->s_dentry->d_name.name; in configfs_get_name()
245 struct dentry * dentry = sd->s_dentry; in configfs_drop_dentry()
Dconfigfs_internal.h55 struct dentry * s_dentry; member