Home
last modified time | relevance | path

Searched refs:XFS_ILOG_DEV (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/
H A Dxfs_inode_item.c358 ~(XFS_ILOG_DDATA | XFS_ILOG_DBROOT | XFS_ILOG_DEV); in xfs_inode_item_format_data_fork()
382 ~(XFS_ILOG_DDATA | XFS_ILOG_DEXT | XFS_ILOG_DEV); in xfs_inode_item_format_data_fork()
400 ~(XFS_ILOG_DEXT | XFS_ILOG_DBROOT | XFS_ILOG_DEV); in xfs_inode_item_format_data_fork()
416 if (iip->ili_fields & XFS_ILOG_DEV) in xfs_inode_item_format_data_fork()
H A Dxfs_inode_item_recover.c498 if (fields & XFS_ILOG_DEV) in xlog_recover_inode_commit_pass2()
/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h338 #define XFS_ILOG_DEV 0x010 /* log the dev field */ macro
370 XFS_ILOG_DEV | XFS_ILOG_ADATA | \
H A Dxfs_inode_util.c339 flags |= XFS_ILOG_DEV; in xfs_inode_init()
H A Dxfs_inode_fork.c609 if (iip->ili_fields & XFS_ILOG_DEV) { in xfs_iflush_fork()