Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dshmem_fs.h47 (FS_IMMUTABLE_FL | FS_APPEND_FL | FS_NODUMP_FL | FS_NOATIME_FL)
48 #define SHMEM_FL_INHERITED (FS_NODUMP_FL | FS_NOATIME_FL)
Dfileattr.h9 FS_NODUMP_FL | FS_NOATIME_FL | FS_DAX_FL | \
/linux-6.12.1/fs/bcachefs/
Dfs-ioctl.h20 [__BCH_INODE_nodump] = FS_NODUMP_FL,
/linux-6.12.1/fs/nilfs2/
Dnilfs.h241 FS_IMMUTABLE_FL | FS_APPEND_FL | FS_NODUMP_FL | FS_NOATIME_FL |\
252 return flags & (FS_NODUMP_FL | FS_NOATIME_FL); in nilfs_mask_flags()
/linux-6.12.1/fs/hfsplus/
Dinode.c668 flags |= FS_NODUMP_FL; in hfsplus_fileattr_get()
686 if (fa->flags & ~(FS_IMMUTABLE_FL|FS_APPEND_FL|FS_NODUMP_FL)) in hfsplus_fileattr_set()
697 if (fa->flags & FS_NODUMP_FL) in hfsplus_fileattr_set()
/linux-6.12.1/tools/include/uapi/linux/
Dfs.h270 #define FS_NODUMP_FL 0x00000040 /* do not dump file */ macro
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dfs.h270 #define FS_NODUMP_FL 0x00000040 /* do not dump file */ macro
/linux-6.12.1/include/uapi/linux/
Dfs.h270 #define FS_NODUMP_FL 0x00000040 /* do not dump file */ macro
/linux-6.12.1/fs/
Dioctl.c479 fa->flags |= FS_NODUMP_FL; in fileattr_fill_xflags()
506 if (fa->flags & FS_NODUMP_FL) in fileattr_fill_flags()
/linux-6.12.1/fs/ext2/
Dext2.h229 #define EXT2_NODUMP_FL FS_NODUMP_FL /* do not dump file */
/linux-6.12.1/fs/ocfs2/
Docfs2_fs.h245 #define OCFS2_NODUMP_FL FS_NODUMP_FL /* do not dump file */
/linux-6.12.1/fs/btrfs/
Dioctl.c128 return flags & (FS_NODUMP_FL | FS_NOATIME_FL); in btrfs_mask_fsflags_for_type()
148 iflags |= FS_NODUMP_FL; in btrfs_inode_flags_to_fsflags()
199 FS_NOATIME_FL | FS_NODUMP_FL | \ in check_fsflags()
298 if (fsflags & FS_NODUMP_FL) in btrfs_fileattr_set()
/linux-6.12.1/fs/xfs/
Dxfs_ioctl.c695 FS_NOATIME_FL | FS_NODUMP_FL | in xfs_fileattr_set()
/linux-6.12.1/fs/f2fs/
Dfile.c2053 { F2FS_NODUMP_FL, FS_NODUMP_FL },
2067 FS_NODUMP_FL | \
2084 FS_NODUMP_FL | \
/linux-6.12.1/fs/reiserfs/
Dreiserfs.h1775 #define REISERFS_NODUMP_FL FS_NODUMP_FL
/linux-6.12.1/mm/
Dshmem.c1164 if (info->fsflags & FS_NODUMP_FL) in shmem_getattr()