Searched refs:s_stack_depth (Results 1 – 10 of 10) sorted by relevance
407 *stack_depth = max(*stack_depth, path->mnt->mnt_sb->s_stack_depth); in ovl_lower_dir() 1150 err = ovl_lower_dir(l->name, &l->path, ofs, &sb->s_stack_depth); in ovl_get_lowerstack() 1156 sb->s_stack_depth++; in ovl_get_lowerstack() 1157 if (sb->s_stack_depth > FILESYSTEM_MAX_STACK_DEPTH) { in ovl_get_lowerstack() 1368 sb->s_stack_depth = 0; in ovl_fill_super() 1413 sb->s_stack_depth = upper_sb->s_stack_depth; in ovl_fill_super()
826 int depth = inode->i_sb->s_stack_depth - 1; in ovl_lockdep_annotate_inode_mutex_key()
49 int depth = inode->i_sb->s_stack_depth; in ima_iint_lockdep_annotate()
527 s->s_stack_depth = path.dentry->d_sb->s_stack_depth + 1; in ecryptfs_get_tree() 530 if (s->s_stack_depth > FILESYSTEM_MAX_STACK_DEPTH) { in ecryptfs_get_tree()
188 s->s_stack_depth = FILESYSTEM_MAX_STACK_DEPTH; in proc_fill_super()
242 if (backing_sb->s_stack_depth >= fc->max_stack_depth) in fuse_backing_open()
1431 fm->sb->s_stack_depth = arg->max_stack_depth; in process_init_reply()
115 filesystem stacking depth (``sb->s_stack_depth`` and ``fc->max_stack_depth``).
1440 sb->s_stack_depth = FILESYSTEM_MAX_STACK_DEPTH; in hugetlbfs_fill_super()
1460 int s_stack_depth; member