Lines Matching refs:s_dentry
54 * Set sd->s_dentry to null only when this dentry is the one
56 * run just after configfs_lookup and set sd->s_dentry to
59 if (sd->s_dentry == dentry)
60 sd->s_dentry = NULL;
253 sd->s_dentry = dentry;
460 sd->s_dentry = dentry;
514 *wait= dget(sd->s_dentry);
522 ret = configfs_detach_prep(sd->s_dentry, wait);
548 configfs_detach_rollback(sd->s_dentry);
632 child = sd->s_dentry;
1050 ret = configfs_depend_prep(child_sd->s_dentry,
1138 ret = configfs_do_depend_item(subsys_sd->s_dentry, target);
1240 ret = configfs_do_depend_item(subsys_sd->s_dentry, target);
1631 * s_dentry before calling iput().
1639 dentry = next->s_dentry;