Home
last modified time | relevance | path

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

/openbmc/linux/fs/configfs/
H A Ddir.c96 sd->s_depth = -1; in configfs_init_dirent_depth()
102 int parent_depth = parent_sd->s_depth; in configfs_set_dir_dirent_depth()
105 sd->s_depth = parent_depth + 1; in configfs_set_dir_dirent_depth()
121 if (sd->s_depth == -1) in configfs_adjust_dir_dirent_depth_before_populate()
126 sd->s_depth = 0; in configfs_adjust_dir_dirent_depth_before_populate()
133 sd->s_depth = -1; in configfs_adjust_dir_dirent_depth_after_populate()
H A Dconfigfs_internal.h42 int s_depth; member
H A Dinode.c130 int depth = sd->s_depth; in configfs_set_inode_lock_class()