Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_format.h993 #define XFS_DIFLAG_NODUMP (1 << XFS_DIFLAG_NODUMP_BIT) macro
1005 XFS_DIFLAG_NOATIME | XFS_DIFLAG_NODUMP | XFS_DIFLAG_RTINHERIT | \
/linux-4.1.27/fs/xfs/
Dxfs_ioctl.c888 if (di_flags & XFS_DIFLAG_NODUMP) in xfs_di2lxflags()
949 di_flags |= XFS_DIFLAG_NODUMP; in xfs_set_diflags()
Dxfs_inode.c578 if (di_flags & XFS_DIFLAG_NODUMP) in _xfs_dic2xflags()
836 if ((pip->i_d.di_flags & XFS_DIFLAG_NODUMP) && in xfs_ialloc()
838 di_flags |= XFS_DIFLAG_NODUMP; in xfs_ialloc()