Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_dinode.h469 #define XFS_DIFLAG_NODUMP (1 << XFS_DIFLAG_NODUMP_BIT) macro
477 XFS_DIFLAG_NOATIME | XFS_DIFLAG_NODUMP | XFS_DIFLAG_RTINHERIT | \
Dxfs_inode.c880 if (di_flags & XFS_DIFLAG_NODUMP) in xfs_dic2xflags()
1259 if ((pip->i_d.di_flags & XFS_DIFLAG_NODUMP) && in xfs_ialloc()
1261 ip->i_d.di_flags |= XFS_DIFLAG_NODUMP; in xfs_ialloc()
Dxfs_vnodeops.c842 di_flags |= XFS_DIFLAG_NODUMP; in xfs_setattr()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_ioctl.c1074 if (di_flags & XFS_DIFLAG_NODUMP) in xfs_di2lxflags()