Home
last modified time | relevance | path

Searched refs:s_iflags (Results 1 – 21 of 21) sorted by relevance

/linux/fs/
H A Dsuper.c365 s->s_iflags |= SB_I_NODEV; in alloc_super()
704 if (sb->s_iflags & SB_I_PERSB_BDI) { in retire_super()
706 sb->s_iflags &= ~SB_I_PERSB_BDI; in retire_super()
708 sb->s_iflags |= SB_I_RETIRED; in retire_super()
794 if (sb->s_iflags & SB_I_PERSB_BDI) in generic_shutdown_super()
893 s->s_iflags |= fc->s_iflags; in sget_fc()
1445 return !(s->s_iflags & SB_I_RETIRED) && in super_s_dev_test()
1824 sb->s_iflags |= SB_I_STABLE_WRITES; in setup_bdev_super()
2000 sb->s_iflags |= SB_I_PERSB_BDI; in super_setup_bdi_name()
H A Dnamespace.c3313 (!(sb->s_iflags & SB_I_TS_EXPIRY_WARNED)) && in mnt_warn_timestamp_expiry()
3331 sb->s_iflags |= SB_I_TS_EXPIRY_WARNED; in mnt_warn_timestamp_expiry()
4833 if (m->mnt_sb->s_iflags & SB_I_NOIDMAP) in can_idmap_mount()
6384 if (sb_visible->s_iflags & SB_I_RESTRICTED_VARIANT) in mnt_already_visible()
6430 unsigned long s_iflags; in mount_too_revealing() local
6439 s_iflags = sb->s_iflags; in mount_too_revealing()
6440 if ((s_iflags & required_iflags) != required_iflags) { in mount_too_revealing()
6450 if (s_iflags & SB_I_RESTRICTED_VARIANT) in mount_too_revealing()
H A Dexec.c121 !(path->mnt->mnt_sb->s_iflags & SB_I_NOEXEC)); in path_noexec()
123 (path->mnt->mnt_sb->s_iflags & SB_I_NOEXEC); in path_noexec()
H A Dbinfmt_misc.c1573 sb->s_iflags |= SB_I_NOEXEC | SB_I_NODEV; in bm_fill_super()
H A Dfs-writeback.c3040 if (sb->s_iflags & SB_I_NO_DATA_INTEGRITY) { in sync_inodes_sb()
H A Dnamei.c4228 !(path->mnt->mnt_sb->s_iflags & SB_I_NODEV); in may_open_dev()
/linux/drivers/android/
H A Dbinderfs.c635 sb->s_iflags &= ~SB_I_NODEV; in binderfs_fill_super()
636 sb->s_iflags |= SB_I_NOEXEC; in binderfs_fill_super()
/linux/security/integrity/ima/
H A Dima_appraise.c561 if ((inode->i_sb->s_iflags & SB_I_IMA_UNVERIFIABLE_SIGNATURE) && in ima_appraise_measurement()
562 ((inode->i_sb->s_iflags & SB_I_UNTRUSTED_MOUNTER) || in ima_appraise_measurement()
H A Dima_main.c336 ((inode->i_sb->s_iflags & SB_I_IMA_UNVERIFIABLE_SIGNATURE) && in process_measurement()
337 !(inode->i_sb->s_iflags & SB_I_UNTRUSTED_MOUNTER) && in process_measurement()
/linux/include/linux/
H A Dfs_context.h106 unsigned int s_iflags; /* OR'd with sb->s_iflags */ member
/linux/virt/kvm/
H A Dguest_memfd.c
/linux/fs/overlayfs/
H A Dsuper.c1520 sb->s_iflags |= SB_I_SKIP_SYNC; in ovl_fill_super_creds()
1526 sb->s_iflags |= SB_I_NOUMASK; in ovl_fill_super_creds()
1527 sb->s_iflags |= SB_I_EVM_HMAC_UNSUPPORTED; in ovl_fill_super_creds()
/linux/fs/devpts/
H A Dinode.c365 s->s_iflags &= ~SB_I_NODEV; in devpts_fill_super()
/linux/security/integrity/evm/
H A Devm_main.c174 if (inode->i_sb->s_iflags & SB_I_EVM_HMAC_UNSUPPORTED) {
/linux/block/
H A Dbdev.c474 fc->s_iflags |= SB_I_CGROUPWB; in bd_init_fs_context()
/linux/fs/notify/fanotify/
H A Dfanotify_user.c1819 if (!(path->mnt->mnt_sb->s_iflags & SB_I_ALLOW_HSM)) in fanotify_events_supported()
/linux/fs/xfs/
H A Dxfs_super.c1927 sb->s_iflags |= SB_I_CGROUPWB | SB_I_ALLOW_HSM; in xfs_fs_fill_super()
/linux/fs/btrfs/
H A Dsuper.c966 sb->s_iflags |= SB_I_CGROUPWB | SB_I_ALLOW_HSM; in btrfs_fill_super()
/linux/fs/ext4/
H A Dsuper.c5084 sb->s_iflags |= SB_I_CGROUPWB; in ext4_check_journal_data_mode()
5437 sb->s_iflags |= SB_I_ALLOW_HSM; in __ext4_fill_super()
/linux/fs/f2fs/
H A Dsuper.c5208 sb->s_iflags |= SB_I_CGROUPWB; in f2fs_fill_super()
/linux/Documentation/admin-guide/
H A Dcgroup-v2.rst3307 super_block by setting SB_I_CGROUPWB in ->s_iflags. This allows for