Searched refs:FS_REQUIRES_DEV (Results 1 – 19 of 19) sorted by relevance
| /linux/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 | 132 if (fstype->fs_flags & FS_REQUIRES_DEV) in tomoyo_mount_acl()
|
| /linux/fs/nfsd/ |
| H A D | nfsfh.c | 595 return exp_sb(exp)->s_type->fs_flags & FS_REQUIRES_DEV; in fsid_type_ok_for_exp() 908 if (exp_sb(exp)->s_type->fs_flags & FS_REQUIRES_DEV) in fsid_source_fh()
|
| H A D | export.c | 1135 if (!(inode->i_sb->s_type->fs_flags & FS_REQUIRES_DEV) && in check_export()
|
| /linux/fs/adfs/ |
| H A D | super.c | 472 .fs_flags = FS_REQUIRES_DEV,
|
| /linux/fs/squashfs/ |
| H A D | super.c | 690 .fs_flags = FS_REQUIRES_DEV | FS_ALLOW_IDMAP,
|
| /linux/security/apparmor/ |
| H A D | mount.c | 499 requires_dev = fstype->fs_flags & FS_REQUIRES_DEV; in aa_new_mount()
|
| /linux/fs/erofs/ |
| H A D | super.c | 977 .fs_flags = FS_REQUIRES_DEV | FS_ALLOW_IDMAP,
|
| /linux/fs/zonefs/ |
| H A D | super.c | 1410 .fs_flags = FS_REQUIRES_DEV,
|
| /linux/fs/ufs/ |
| H A D | super.c | 1468 .fs_flags = FS_REQUIRES_DEV,
|
| /linux/fs/ntfs3/ |
| H A D | super.c | 1954 .fs_flags = FS_REQUIRES_DEV | FS_ALLOW_IDMAP,
|
| /linux/fs/xfs/ |
| H A D | xfs_super.c | 2347 .fs_flags = FS_REQUIRES_DEV | FS_ALLOW_IDMAP | FS_MGTIME |
|
| /linux/fs/ext4/ |
| H A D | super.c | 140 .fs_flags = FS_REQUIRES_DEV, 156 .fs_flags = FS_REQUIRES_DEV, 7539 .fs_flags = FS_REQUIRES_DEV | FS_ALLOW_IDMAP | FS_MGTIME |
|
| /linux/fs/ntfs/ |
| H A D | super.c | 2581 .fs_flags = FS_REQUIRES_DEV | FS_ALLOW_IDMAP,
|
| /linux/fs/udf/ |
| H A D | super.c | 142 .fs_flags = FS_REQUIRES_DEV,
|
| /linux/fs/btrfs/ |
| H A D | super.c | 2232 .fs_flags = FS_REQUIRES_DEV | FS_BINARY_MOUNTDATA |
|
| /linux/include/linux/ |
| H A D | fs.h | 2288 #define FS_REQUIRES_DEV 1 macro
|
| /linux/Documentation/filesystems/ |
| H A D | vfs.rst | 139 various flags (i.e. FS_REQUIRES_DEV, FS_NO_DCACHE, etc.)
|
| /linux/fs/f2fs/ |
| H A D | super.c | 5702 .fs_flags = FS_REQUIRES_DEV | FS_ALLOW_IDMAP,
|