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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/configfs/
H A Dconfigfs_internal.h43 int s_depth; member in struct:configfs_dirent
H A Ddir.c95 * s_depth value.
96 * The s_depth value is initialized to -1, adjusted to >= 0 when attaching
98 * attachment, if configfs_create() sees s_depth > 0, the lock class of the new
99 * inode's mutex is set to default_group_class[s_depth - 1].
104 sd->s_depth = -1;
110 int parent_depth = parent_sd->s_depth;
113 sd->s_depth = parent_depth + 1;
120 * item's i_mutex class is already setup, so s_depth is now only
121 * used to set new sub-directories s_depth, which is always done
125 * sd->s_depth
[all...]
H A Dinode.c159 int depth = sd->s_depth;

Completed in 112 milliseconds