s_depth            44 fs/configfs/configfs_internal.h 	int			s_depth;
s_depth            90 fs/configfs/dir.c 	sd->s_depth = -1;
s_depth            96 fs/configfs/dir.c 	int parent_depth = parent_sd->s_depth;
s_depth            99 fs/configfs/dir.c 		sd->s_depth = parent_depth + 1;
s_depth           115 fs/configfs/dir.c 	if (sd->s_depth == -1)
s_depth           120 fs/configfs/dir.c 		sd->s_depth = 0;
s_depth           127 fs/configfs/dir.c 	sd->s_depth = -1;
s_depth           138 fs/configfs/inode.c 	int depth = sd->s_depth;