Home
last modified time | relevance | path

Searched refs:XFS_DIFLAG_NODUMP (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_format.h1028 #define XFS_DIFLAG_NODUMP (1 << XFS_DIFLAG_NODUMP_BIT) macro
1040 XFS_DIFLAG_NOATIME | XFS_DIFLAG_NODUMP | XFS_DIFLAG_RTINHERIT | \
/linux-4.19.296/fs/xfs/
Dxfs_inode.c638 if (di_flags & XFS_DIFLAG_NODUMP) in _xfs_dic2xflags()
894 if ((pip->i_d.di_flags & XFS_DIFLAG_NODUMP) && in xfs_ialloc()
896 di_flags |= XFS_DIFLAG_NODUMP; in xfs_ialloc()
Dxfs_ioctl.c878 if (di_flags & XFS_DIFLAG_NODUMP) in xfs_di2lxflags()
939 di_flags |= XFS_DIFLAG_NODUMP; in xfs_flags2diflags()
Dxfs_iops.c542 if (ip->i_d.di_flags & XFS_DIFLAG_NODUMP) in xfs_vn_getattr()