Searched refs:s_stack_depth (Results 1 – 9 of 9) sorted by relevance
569 s->s_stack_depth = path.dentry->d_sb->s_stack_depth + 1; in ecryptfs_mount()572 if (s->s_stack_depth > FILESYSTEM_MAX_STACK_DEPTH) { in ecryptfs_mount()
912 *stack_depth = max(*stack_depth, path->mnt->mnt_sb->s_stack_depth); in ovl_lower_dir()1744 err = ovl_lower_dir(lower, &stack[i], ofs, &sb->s_stack_depth); in ovl_get_lowerstack()1752 sb->s_stack_depth++; in ovl_get_lowerstack()1753 if (sb->s_stack_depth > FILESYSTEM_MAX_STACK_DEPTH) { in ovl_get_lowerstack()1956 sb->s_stack_depth = 0; in ovl_fill_super()2000 sb->s_stack_depth = upper_sb->s_stack_depth; in ovl_fill_super()
572 int depth = inode->i_sb->s_stack_depth - 1; in ovl_lockdep_annotate_inode_mutex_key()
191 s->s_stack_depth = FILESYSTEM_MAX_STACK_DEPTH; in proc_fill_super()
224 if (passthrough_sb->s_stack_depth >= FILESYSTEM_MAX_STACK_DEPTH) { in fuse_passthrough_open()
1073 fm->sb->s_stack_depth = in process_init_reply()
1803 sb->s_stack_depth = src_fs_sb->s_stack_depth + 1; in incfs_mount_fs()1805 if (sb->s_stack_depth > FILESYSTEM_MAX_STACK_DEPTH) { in incfs_mount_fs()
1379 sb->s_stack_depth = FILESYSTEM_MAX_STACK_DEPTH; in hugetlbfs_fill_super()
1585 int s_stack_depth; member