Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_format.h1012 #define XFS_DIFLAG_NODUMP (1 << XFS_DIFLAG_NODUMP_BIT) macro
1024 XFS_DIFLAG_NOATIME | XFS_DIFLAG_NODUMP | XFS_DIFLAG_RTINHERIT | \
/linux-4.4.14/fs/xfs/
Dxfs_ioctl.c899 if (di_flags & XFS_DIFLAG_NODUMP) in xfs_di2lxflags()
960 di_flags |= XFS_DIFLAG_NODUMP; in xfs_set_diflags()
Dxfs_inode.c630 if (di_flags & XFS_DIFLAG_NODUMP) in _xfs_dic2xflags()
887 if ((pip->i_d.di_flags & XFS_DIFLAG_NODUMP) && in xfs_ialloc()
889 di_flags |= XFS_DIFLAG_NODUMP; in xfs_ialloc()