Searched refs:s_depth (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/configfs/
H A Dconfigfs_internal.h42 int s_depth; member in struct:configfs_dirent
H A Ddir.c87 * s_depth value.
88 * The s_depth value is initialized to -1, adjusted to >= 0 when attaching
90 * attachment, if configfs_create() sees s_depth > 0, the lock class of the new
91 * inode's mutex is set to default_group_class[s_depth - 1].
96 sd->s_depth = -1;
102 int parent_depth = parent_sd->s_depth;
105 sd->s_depth = parent_depth + 1;
112 * item's i_mutex class is already setup, so s_depth is now only
113 * used to set new sub-directories s_depth, which is always done
117 * sd->s_depth
[all...]
H A Dinode.c130 int depth = sd->s_depth;

Completed in 152 milliseconds