/fs/btrfs/ |
D | sysfs.h | 56 #define BTRFS_FEAT_ATTR_COMPAT(name, feature) \ argument 57 BTRFS_FEAT_ATTR(name, FEAT_COMPAT, BTRFS_FEATURE_COMPAT, feature) 58 #define BTRFS_FEAT_ATTR_COMPAT_RO(name, feature) \ argument 59 BTRFS_FEAT_ATTR(name, FEAT_COMPAT_RO, BTRFS_FEATURE_COMPAT, feature) 60 #define BTRFS_FEAT_ATTR_INCOMPAT(name, feature) \ argument 61 BTRFS_FEAT_ATTR(name, FEAT_INCOMPAT, BTRFS_FEATURE_INCOMPAT, feature)
|
D | extent-tree.c | 9844 u64 feature; in btrfs_read_block_groups() local 9847 feature = btrfs_super_incompat_flags(info->super_copy); in btrfs_read_block_groups() 9848 mixed = !!(feature & BTRFS_FEATURE_INCOMPAT_MIXED_GROUPS); in btrfs_read_block_groups()
|
/fs/nilfs2/ |
D | sysfs.h | 71 NILFS_COMMON_ATTR_STRUCT(feature); 114 NILFS_INFO_ATTR(feature, name) 116 NILFS_RO_ATTR(feature, name) 118 NILFS_RW_ATTR(feature, name)
|
D | Kconfig | 18 its writable mount, and this feature is convenient for online backup.
|
/fs/xfs/libxfs/ |
D | xfs_format.h | 452 __uint32_t feature) in xfs_sb_has_compat_feature() argument 454 return (sbp->sb_features_compat & feature) != 0; in xfs_sb_has_compat_feature() 464 __uint32_t feature) in xfs_sb_has_ro_compat_feature() argument 466 return (sbp->sb_features_ro_compat & feature) != 0; in xfs_sb_has_ro_compat_feature() 481 __uint32_t feature) in xfs_sb_has_incompat_feature() argument 483 return (sbp->sb_features_incompat & feature) != 0; in xfs_sb_has_incompat_feature() 491 __uint32_t feature) in xfs_sb_has_incompat_log_feature() argument 493 return (sbp->sb_features_log_incompat & feature) != 0; in xfs_sb_has_incompat_log_feature()
|
/fs/crypto/ |
D | Kconfig | 16 feature is similar to ecryptfs, but it is more memory
|
/fs/f2fs/ |
D | Kconfig | 70 bool "F2FS consistency checking feature" 84 feature is similar to ecryptfs, but it is more memory
|
D | f2fs.h | 153 ((F2FS_SB(sb)->raw_super->feature & cpu_to_le32(mask)) != 0) 155 (F2FS_SB(sb)->raw_super->feature |= cpu_to_le32(mask)) 157 (F2FS_SB(sb)->raw_super->feature &= ~cpu_to_le32(mask))
|
D | file.c | 2513 u32 sb_feature = le32_to_cpu(F2FS_I_SB(inode)->raw_super->feature); in f2fs_ioc_get_features()
|
/fs/jffs2/ |
D | Kconfig | 57 This feature makes it possible to use summary information 139 This feature was added in July, 2007. Say 'N' if you need
|
/fs/cifs/ |
D | Kconfig | 152 bool "DFS feature support" 158 moves to a different server. This feature also enables
|
/fs/ext4/ |
D | Kconfig | 116 feature is similar to ecryptfs, but it is more memory
|
D | sysfs.c | 135 #define EXT4_ATTR_FEATURE(_name) EXT4_ATTR(_name, 0444, feature)
|
/fs/ncpfs/ |
D | Kconfig | 45 To use this feature you must mount volumes with the ncpmount
|
/fs/ocfs2/ |
D | super.c | 912 unsigned int feature[OCFS2_MAXQUOTAS] = { in ocfs2_susp_quotas() local 918 if (!OCFS2_HAS_RO_COMPAT_FEATURE(sb, feature[type])) in ocfs2_susp_quotas() 943 unsigned int feature[OCFS2_MAXQUOTAS] = { in ocfs2_enable_quotas() local 954 if (!OCFS2_HAS_RO_COMPAT_FEATURE(sb, feature[type])) in ocfs2_enable_quotas()
|
D | quota_local.c | 388 unsigned int feature[OCFS2_MAXQUOTAS] = { in ocfs2_begin_quota_recovery() local 410 if (!OCFS2_HAS_RO_COMPAT_FEATURE(sb, feature[type])) in ocfs2_begin_quota_recovery()
|
/fs/ |
D | Kconfig | 144 For example, some distros need this feature for ALSA-related /dev
|
D | Kconfig.binfmt | 172 feature, <file:Documentation/java.txt> for information about how
|
/fs/affs/ |
D | Changes | 20 - The feature to automatically make the fs clean
|
/fs/reiserfs/ |
D | README | 155 hypertext feature development, MP3.com funded journaling, SuSE funded
|