Searched refs:FS_NODUMP_FL (Results 1 – 5 of 5) sorted by relevance
279 #define FS_NODUMP_FL 0x00000040 /* do not dump file */ macro
374 #define FS_NODUMP_FL 0x00000040 /* do not dump file */ macro
122 flags |= FS_NODUMP_FL; in ntfs_fileattr_get()147 if (flags & ~(FS_IMMUTABLE_FL | FS_APPEND_FL | FS_NODUMP_FL)) in ntfs_fileattr_set()159 if (flags & FS_NODUMP_FL) in ntfs_fileattr_set()
766 FS_NOATIME_FL | FS_NODUMP_FL | in xfs_fileattr_set()
154 return flags & (FS_NODUMP_FL | FS_NOATIME_FL); in btrfs_mask_fsflags_for_type()174 iflags |= FS_NODUMP_FL; in btrfs_inode_flags_to_fsflags()224 FS_NOATIME_FL | FS_NODUMP_FL | \ in check_fsflags()323 if (fsflags & FS_NODUMP_FL) in btrfs_fileattr_set()