Home
last modified time | relevance | path

Searched refs:s_dentry (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/configfs/
H A Ddir.c56 * Set sd->s_dentry to null only when this dentry is the one in configfs_d_iput()
58 * run just after configfs_attach_attr and set sd->s_dentry to in configfs_d_iput()
61 if (sd->s_dentry == dentry) in configfs_d_iput()
62 sd->s_dentry = NULL; in configfs_d_iput()
255 sd->s_dentry = dentry; in configfs_make_dirent()
442 sd->s_dentry = dentry; in configfs_attach_attr()
540 *wait= dget(sd->s_dentry); in configfs_detach_prep()
548 ret = configfs_detach_prep(sd->s_dentry, wait); in configfs_detach_prep()
574 configfs_detach_rollback(sd->s_dentry); in configfs_detach_rollback()
658 child = sd->s_dentry; in detach_groups()
[all...]
H A Dinode.c198 return sd->s_dentry->d_name.name; in configfs_get_name()
214 struct dentry * dentry = sd->s_dentry; in configfs_drop_dentry()
H A Dconfigfs_internal.h41 struct dentry * s_dentry; member
/kernel/linux/linux-6.6/fs/configfs/
H A Ddir.c54 * Set sd->s_dentry to null only when this dentry is the one in configfs_d_iput()
56 * run just after configfs_lookup and set sd->s_dentry to in configfs_d_iput()
59 if (sd->s_dentry == dentry) in configfs_d_iput()
60 sd->s_dentry = NULL; in configfs_d_iput()
253 sd->s_dentry = dentry; in configfs_make_dirent()
460 sd->s_dentry = dentry; in configfs_lookup()
514 *wait= dget(sd->s_dentry); in configfs_detach_prep()
522 ret = configfs_detach_prep(sd->s_dentry, wait); in configfs_detach_prep()
548 configfs_detach_rollback(sd->s_dentry); in configfs_detach_rollback()
632 child = sd->s_dentry; in detach_groups()
[all...]
H A Dinode.c190 return sd->s_dentry->d_name.name; in configfs_get_name()
206 struct dentry * dentry = sd->s_dentry; in configfs_drop_dentry()
H A Dconfigfs_internal.h39 struct dentry * s_dentry; member

Completed in 5 milliseconds