Home
last modified time | relevance | path

Searched refs:s_stack_depth (Results 1 – 10 of 10) sorted by relevance

/linux/fs/overlayfs/
H A Dsuper.c407 *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()
H A Dinode.c826 int depth = inode->i_sb->s_stack_depth - 1; in ovl_lockdep_annotate_inode_mutex_key()
/linux/security/integrity/ima/
H A Dima_iint.c49 int depth = inode->i_sb->s_stack_depth; in ima_iint_lockdep_annotate()
/linux/fs/ecryptfs/
H A Dmain.c527 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()
/linux/fs/proc/
H A Droot.c188 s->s_stack_depth = FILESYSTEM_MAX_STACK_DEPTH; in proc_fill_super()
/linux/fs/fuse/
H A Dpassthrough.c242 if (backing_sb->s_stack_depth >= fc->max_stack_depth) in fuse_backing_open()
H A Dinode.c1431 fm->sb->s_stack_depth = arg->max_stack_depth; in process_init_reply()
/linux/Documentation/filesystems/
H A Dfuse-passthrough.rst115 filesystem stacking depth (``sb->s_stack_depth`` and ``fc->max_stack_depth``).
/linux/fs/hugetlbfs/
H A Dinode.c1440 sb->s_stack_depth = FILESYSTEM_MAX_STACK_DEPTH; in hugetlbfs_fill_super()
/linux/include/linux/
H A Dfs.h1460 int s_stack_depth; member