Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_dinode.h194 #define XFS_DIFLAG_NODUMP (1 << XFS_DIFLAG_NODUMP_BIT) macro
212 XFS_DIFLAG_NOATIME | XFS_DIFLAG_NODUMP | XFS_DIFLAG_RTINHERIT | \
Dxfs_inode.c732 if (di_flags & XFS_DIFLAG_NODUMP) in _xfs_dic2xflags()
1120 if ((pip->i_d.di_flags & XFS_DIFLAG_NODUMP) && in xfs_ialloc()
1122 di_flags |= XFS_DIFLAG_NODUMP; in xfs_ialloc()
/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_ioctl.c785 if (di_flags & XFS_DIFLAG_NODUMP) in xfs_di2lxflags()
846 di_flags |= XFS_DIFLAG_NODUMP; in xfs_set_diflags()