Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_inode.h322 #define XFS_IPRESERVE_DM_FIELDS (1 << 4) /* has legacy DMAPI fields set */ macro
Dxfs_inode_item.c489 if (xfs_iflags_test(ip, XFS_IPRESERVE_DM_FIELDS)) { in xfs_copy_dm_fields_to_log_dinode()
Dxfs_inode.c2411 if (xfs_iflags_test(ip, XFS_IPRESERVE_DM_FIELDS)) in xfs_ifree()
2412 xfs_iflags_clear(ip, XFS_IPRESERVE_DM_FIELDS); in xfs_ifree()
/fs/xfs/libxfs/
Dxfs_inode_buf.c236 xfs_iflags_set(ip, XFS_IPRESERVE_DM_FIELDS); in xfs_inode_from_disk()