Searched refs:FS_REQUIRES_DEV (Results 1 – 25 of 46) sorted by relevance
12
| /linux-6.15/fs/ |
| H A D | filesystems.c | 220 if (!(p->fs_flags & FS_REQUIRES_DEV)) in list_bdev_fs_names() 245 (tmp->fs_flags & FS_REQUIRES_DEV) ? "" : "nodev", in filesystems_proc_show()
|
| /linux-6.15/security/tomoyo/ |
| H A D | realpath.c | 266 !(sb->s_type->fs_flags & FS_REQUIRES_DEV))) in tomoyo_realpath_from_path()
|
| H A D | mount.c | 130 if (fstype->fs_flags & FS_REQUIRES_DEV) in tomoyo_mount_acl()
|
| /linux-6.15/fs/freevxfs/ |
| H A D | vxfs_super.c | 308 .fs_flags = FS_REQUIRES_DEV,
|
| /linux-6.15/fs/nfsd/ |
| H A D | nfsfh.c | 500 return exp_sb(exp)->s_type->fs_flags & FS_REQUIRES_DEV; in fsid_type_ok_for_exp() 785 if (exp_sb(fhp->fh_export)->s_type->fs_flags & FS_REQUIRES_DEV) in fsid_source()
|
| /linux-6.15/fs/efs/ |
| H A D | super.c | 58 .fs_flags = FS_REQUIRES_DEV,
|
| /linux-6.15/init/ |
| H A D | do_mounts.c | 339 ret = !(fs->fs_flags & FS_REQUIRES_DEV); in fs_is_nodev()
|
| /linux-6.15/fs/qnx4/ |
| H A D | inode.c | 402 .fs_flags = FS_REQUIRES_DEV,
|
| /linux-6.15/fs/hfs/ |
| H A D | super.c | 434 .fs_flags = FS_REQUIRES_DEV,
|
| /linux-6.15/fs/adfs/ |
| H A D | super.c | 469 .fs_flags = FS_REQUIRES_DEV,
|
| /linux-6.15/fs/romfs/ |
| H A D | super.c | 597 .fs_flags = FS_REQUIRES_DEV,
|
| /linux-6.15/fs/bfs/ |
| H A D | inode.c | 460 .fs_flags = FS_REQUIRES_DEV,
|
| /linux-6.15/fs/squashfs/ |
| H A D | super.c | 685 .fs_flags = FS_REQUIRES_DEV | FS_ALLOW_IDMAP,
|
| /linux-6.15/fs/qnx6/ |
| H A D | inode.c | 661 .fs_flags = FS_REQUIRES_DEV,
|
| /linux-6.15/fs/affs/ |
| H A D | super.c | 651 .fs_flags = FS_REQUIRES_DEV,
|
| /linux-6.15/fs/omfs/ |
| H A D | inode.c | 608 .fs_flags = FS_REQUIRES_DEV,
|
| /linux-6.15/security/apparmor/ |
| H A D | mount.c | 558 requires_dev = fstype->fs_flags & FS_REQUIRES_DEV; in aa_new_mount()
|
| /linux-6.15/fs/fat/ |
| H A D | namei_msdos.c | 692 .fs_flags = FS_REQUIRES_DEV | FS_ALLOW_IDMAP,
|
| /linux-6.15/fs/hpfs/ |
| H A D | super.c | 761 .fs_flags = FS_REQUIRES_DEV,
|
| /linux-6.15/fs/hfsplus/ |
| H A D | super.c | 676 .fs_flags = FS_REQUIRES_DEV,
|
| /linux-6.15/fs/minix/ |
| H A D | inode.c | 705 .fs_flags = FS_REQUIRES_DEV,
|
| /linux-6.15/fs/exfat/ |
| H A D | super.c | 818 .fs_flags = FS_REQUIRES_DEV | FS_ALLOW_IDMAP,
|
| /linux-6.15/fs/gfs2/ |
| H A D | ops_fstype.c | 1798 .fs_flags = FS_REQUIRES_DEV, 1808 .fs_flags = FS_REQUIRES_DEV,
|
| /linux-6.15/fs/ntfs3/ |
| H A D | super.c | 1826 .fs_flags = FS_REQUIRES_DEV | FS_ALLOW_IDMAP, 1846 .fs_flags = FS_REQUIRES_DEV | FS_ALLOW_IDMAP,
|
| /linux-6.15/fs/cramfs/ |
| H A D | inode.c | 976 .fs_flags = FS_REQUIRES_DEV,
|
12