Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Dsuper.c421 *stack_depth = max(*stack_depth, path->mnt->mnt_sb->s_stack_depth); in ovl_lower_dir()
1197 err = ovl_lower_dir(l->name, &l->path, ofs, &sb->s_stack_depth); in ovl_get_lowerstack()
1203 sb->s_stack_depth++; in ovl_get_lowerstack()
1204 if (sb->s_stack_depth > FILESYSTEM_MAX_STACK_DEPTH) { in ovl_get_lowerstack()
1411 sb->s_stack_depth = 0; in ovl_fill_super_creds()
1456 sb->s_stack_depth = upper_sb->s_stack_depth; in ovl_fill_super_creds()
/linux/security/integrity/ima/
H A Dima_iint.c49 int depth = inode->i_sb->s_stack_depth; in ima_iint_lockdep_annotate()
/linux/fs/fuse/
H A Dbacking.c112 if (backing_sb->s_stack_depth >= fc->max_stack_depth) in fuse_backing_open()
H A Dinode.c1473 fm->sb->s_stack_depth = arg->max_stack_depth; in process_init_reply()
/linux/include/linux/fs/
H A Dsuper_types.h266 int s_stack_depth;
265 int s_stack_depth; global() member
/linux/fs/proc/
H A Droot.c286 s->s_stack_depth = FILESYSTEM_MAX_STACK_DEPTH; in proc_fill_super()
/linux/Documentation/filesystems/fuse/
H A Dfuse-passthrough.rst115 filesystem stacking depth (``sb->s_stack_depth`` and ``fc->max_stack_depth``).
/linux/fs/erofs/
H A Dsuper.c675 inode->i_sb->s_stack_depth) { in erofs_fc_fill_super()
/linux/fs/hugetlbfs/
H A Dinode.c1416 sb->s_stack_depth = FILESYSTEM_MAX_STACK_DEPTH; in hugetlbfs_fill_super()