| /OK3568_Linux_fs/kernel/fs/sysfs/ |
| H A D | mount.c | 36 fc->root->d_sb->s_iflags |= SB_I_USERNS_VISIBLE; in sysfs_get_tree()
|
| /OK3568_Linux_fs/kernel/security/integrity/ima/ |
| H A D | ima_appraise.c | 441 if ((inode->i_sb->s_iflags & SB_I_IMA_UNVERIFIABLE_SIGNATURE) && in ima_appraise_measurement() 442 ((inode->i_sb->s_iflags & SB_I_UNTRUSTED_MOUNTER) || in ima_appraise_measurement()
|
| H A D | ima_main.c | 267 ((inode->i_sb->s_iflags & SB_I_IMA_UNVERIFIABLE_SIGNATURE) && in process_measurement() 268 !(inode->i_sb->s_iflags & SB_I_UNTRUSTED_MOUNTER) && in process_measurement()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs_context.h | 106 unsigned int s_iflags; /* OR'd with sb->s_iflags */ member
|
| H A D | backing-dev.h | 199 (inode->i_sb->s_iflags & SB_I_CGROUPWB); in inode_cgwb_enabled()
|
| H A D | fs.h | 1462 unsigned long s_iflags; /* internal SB_I_* flags */ member
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | super.c | 244 s->s_iflags |= SB_I_NODEV; in alloc_super() 547 s->s_iflags |= fc->s_iflags; in sget_fc() 1261 s->s_iflags |= SB_I_STABLE_WRITES; in set_bdev_super()
|
| H A D | sync.c | 81 if (!sb_rdonly(sb) && !(sb->s_iflags & SB_I_SKIP_SYNC) && in sync_fs_one_sb()
|
| H A D | namespace.c | 4022 unsigned long s_iflags; in mount_too_revealing() local 4028 s_iflags = sb->s_iflags; in mount_too_revealing() 4029 if (!(s_iflags & SB_I_USERNS_VISIBLE)) in mount_too_revealing() 4032 if ((s_iflags & required_iflags) != required_iflags) { in mount_too_revealing()
|
| H A D | block_dev.c | 855 fc->s_iflags |= SB_I_CGROUPWB; in bd_init_fs_context()
|
| H A D | exec.c | 116 (path->mnt->mnt_sb->s_iflags & SB_I_NOEXEC); in path_noexec()
|
| H A D | aio.c | 258 fc->s_iflags |= SB_I_NOEXEC; in aio_init_fs_context()
|
| H A D | namei.c | 2930 !(path->mnt->mnt_sb->s_iflags & SB_I_NODEV); in may_open_dev()
|
| /OK3568_Linux_fs/kernel/drivers/android/ |
| H A D | binderfs.c | 645 sb->s_iflags &= ~SB_I_NODEV; in binderfs_fill_super() 646 sb->s_iflags |= SB_I_NOEXEC; in binderfs_fill_super()
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | root.c | 177 s->s_iflags |= SB_I_USERNS_VISIBLE | SB_I_NOEXEC | SB_I_NODEV; in proc_fill_super()
|
| /OK3568_Linux_fs/kernel/fs/kernfs/ |
| H A D | mount.c | 244 sb->s_iflags |= SB_I_NOEXEC | SB_I_NODEV; in kernfs_fill_super()
|
| /OK3568_Linux_fs/kernel/fs/devpts/ |
| H A D | inode.c | 450 s->s_iflags &= ~SB_I_NODEV; in devpts_fill_super()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | mount_api.rst | 81 unsigned int s_iflags; 173 unsigned int s_iflags 175 These will be bitwise-OR'd with s->s_iflags when a superblock is created.
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | inode.c | 1296 sb->s_iflags |= SB_I_IMA_UNVERIFIABLE_SIGNATURE; in fuse_sb_defaults() 1298 sb->s_iflags |= SB_I_UNTRUSTED_MOUNTER; in fuse_sb_defaults()
|
| /OK3568_Linux_fs/kernel/fs/ext2/ |
| H A D | super.c | 925 sb->s_iflags |= SB_I_CGROUPWB; in ext2_fill_super()
|
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | mqueue.c | 408 sb->s_iflags |= SB_I_NOEXEC | SB_I_NODEV; in mqueue_fill_super()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | page-writeback.c | 2865 if (page->mapping->host->i_sb->s_iflags & SB_I_STABLE_WRITES) in wait_for_stable_page()
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_super.c | 1534 sb->s_iflags |= SB_I_CGROUPWB; in xfs_fc_fill_super()
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | super.c | 2050 sb->s_iflags |= SB_I_SKIP_SYNC; in ovl_fill_super()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | super.c | 1333 sb->s_iflags |= SB_I_CGROUPWB; in btrfs_fill_super()
|