Home
last modified time | relevance | path

Searched refs:FS_NODUMP_FL (Results 1 – 5 of 5) sorted by relevance

/linux/tools/include/uapi/linux/
H A Dfs.h279 #define FS_NODUMP_FL 0x00000040 /* do not dump file */ macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h374 #define FS_NODUMP_FL 0x00000040 /* do not dump file */ macro
/linux/fs/ntfs3/
H A Dfile.c122 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()
/linux/fs/xfs/
H A Dxfs_ioctl.c766 FS_NOATIME_FL | FS_NODUMP_FL | in xfs_fileattr_set()
/linux/fs/btrfs/
H A Dioctl.c154 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()