Home
last modified time | relevance | path

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

12

/linux-6.15/fs/
H A Dsuper.c358 s->s_iflags |= SB_I_NODEV; in alloc_super()
592 if (sb->s_iflags & SB_I_PERSB_BDI) { in retire_super()
594 sb->s_iflags &= ~SB_I_PERSB_BDI; in retire_super()
596 sb->s_iflags |= SB_I_RETIRED; in retire_super()
681 if (sb->s_iflags & SB_I_PERSB_BDI) in generic_shutdown_super()
776 s->s_iflags |= fc->s_iflags; in sget_fc()
1334 return !(s->s_iflags & SB_I_RETIRED) && in super_s_dev_test()
1587 sb->s_iflags |= SB_I_STABLE_WRITES; in setup_bdev_super()
1665 return !(s->s_iflags & SB_I_RETIRED) && s->s_dev == *(dev_t *)data; in test_bdev_super()
1826 sb->s_iflags |= SB_I_PERSB_BDI; in super_setup_bdi_name()
H A Dsync.c82 if (!sb_rdonly(sb) && !(sb->s_iflags & SB_I_SKIP_SYNC) && in sync_fs_one_sb()
H A Dnamespace.c3267 (!(sb->s_iflags & SB_I_TS_EXPIRY_WARNED)) && in mnt_warn_timestamp_expiry()
3285 sb->s_iflags |= SB_I_TS_EXPIRY_WARNED; in mnt_warn_timestamp_expiry()
4878 if (m->mnt_sb->s_iflags & SB_I_NOIDMAP) in can_idmap_mount()
6381 unsigned long s_iflags; in mount_too_revealing() local
6387 s_iflags = sb->s_iflags; in mount_too_revealing()
6388 if (!(s_iflags & SB_I_USERNS_VISIBLE)) in mount_too_revealing()
6391 if ((s_iflags & required_iflags) != required_iflags) { in mount_too_revealing()
H A Dexec.c115 (path->mnt->mnt_sb->s_iflags & SB_I_NOEXEC); in path_noexec()
/linux-6.15/include/linux/
H A Dbacking-dev.h179 (inode->i_sb->s_iflags & SB_I_CGROUPWB); in inode_cgwb_enabled()
252 (inode->i_sb->s_iflags & SB_I_CGROUPWB) && in inode_to_wb()
H A Dnamei.h112 if (!IS_POSIXACL(dir) && !(dir->i_sb->s_iflags & SB_I_NOUMASK)) in mode_strip_umask()
H A Dfs_context.h106 unsigned int s_iflags; /* OR'd with sb->s_iflags */ member
H A Dfsnotify.h195 if (!(inode->i_sb->s_iflags & SB_I_ALLOW_HSM) || in fsnotify_truncate_perm()
/linux-6.15/fs/sysfs/
H A Dmount.c36 fc->root->d_sb->s_iflags |= SB_I_USERNS_VISIBLE; in sysfs_get_tree()
/linux-6.15/security/integrity/ima/
H A Dima_appraise.c590 if ((inode->i_sb->s_iflags & SB_I_IMA_UNVERIFIABLE_SIGNATURE) && in ima_appraise_measurement()
591 ((inode->i_sb->s_iflags & SB_I_UNTRUSTED_MOUNTER) || in ima_appraise_measurement()
H A Dima_main.c296 ((inode->i_sb->s_iflags & SB_I_IMA_UNVERIFIABLE_SIGNATURE) && in process_measurement()
297 !(inode->i_sb->s_iflags & SB_I_UNTRUSTED_MOUNTER) && in process_measurement()
/linux-6.15/drivers/android/
H A Dbinderfs.c686 sb->s_iflags &= ~SB_I_NODEV; in binderfs_fill_super()
687 sb->s_iflags |= SB_I_NOEXEC; in binderfs_fill_super()
/linux-6.15/fs/proc/
H A Droot.c174 s->s_iflags |= SB_I_USERNS_VISIBLE | SB_I_NOEXEC | SB_I_NODEV; in proc_fill_super()
/linux-6.15/fs/overlayfs/
H A Dsuper.c1480 sb->s_iflags |= SB_I_SKIP_SYNC; in ovl_fill_super()
1486 sb->s_iflags |= SB_I_NOUMASK; in ovl_fill_super()
1487 sb->s_iflags |= SB_I_EVM_HMAC_UNSUPPORTED; in ovl_fill_super()
/linux-6.15/fs/kernfs/
H A Dmount.c277 sb->s_iflags |= SB_I_NOEXEC | SB_I_NODEV; in kernfs_fill_super()
/linux-6.15/fs/fuse/
H A Dinode.c1432 fm->sb->s_iflags &= ~SB_I_NOIDMAP; in process_init_reply()
1674 sb->s_iflags |= SB_I_IMA_UNVERIFIABLE_SIGNATURE; in fuse_sb_defaults()
1675 sb->s_iflags |= SB_I_NOIDMAP; in fuse_sb_defaults()
1677 sb->s_iflags |= SB_I_UNTRUSTED_MOUNTER; in fuse_sb_defaults()
H A Ddev.c200 bool no_idmap = !fm->sb || (fm->sb->s_iflags & SB_I_NOIDMAP); in fuse_get_req()
620 if (!req->fm->sb || req->fm->sb->s_iflags & SB_I_NOIDMAP) { in fuse_force_creds()
/linux-6.15/fs/devpts/
H A Dinode.c379 s->s_iflags &= ~SB_I_NODEV; in devpts_fill_super()
/linux-6.15/kernel/
H A Dacct.c254 if (file_inode(file)->i_sb->s_iflags & SB_I_USERNS_VISIBLE) { in acct_on()
/linux-6.15/Documentation/filesystems/
H A Dmount_api.rst81 unsigned int s_iflags;
172 unsigned int s_iflags
174 These will be bitwise-OR'd with s->s_iflags when a superblock is created.
/linux-6.15/security/integrity/evm/
H A Devm_main.c158 if (inode->i_sb->s_iflags & SB_I_EVM_HMAC_UNSUPPORTED) { in is_unsupported_hmac_fs()
/linux-6.15/block/
H A Dbdev.c424 fc->s_iflags |= SB_I_CGROUPWB; in bd_init_fs_context()
/linux-6.15/fs/nfs/
H A Dsuper.c1115 sb->s_iflags |= SB_I_NOUMASK; in nfs_fill_super()
H A Dfs_context.c1717 fc->s_iflags |= SB_I_STABLE_WRITES; in nfs_init_fs_context()
/linux-6.15/fs/notify/fanotify/
H A Dfanotify_user.c1763 if (!(path->mnt->mnt_sb->s_iflags & SB_I_ALLOW_HSM)) in fanotify_events_supported()

12