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.c347 ~(XFS_ILOG_DDATA | XFS_ILOG_DBROOT | XFS_ILOG_DEV); in xfs_inode_item_format_data_fork()
371 ~(XFS_ILOG_DDATA | XFS_ILOG_DEXT | XFS_ILOG_DEV); in xfs_inode_item_format_data_fork()
389 ~(XFS_ILOG_DEXT | XFS_ILOG_DBROOT | XFS_ILOG_DEV); in xfs_inode_item_format_data_fork()
406 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.h320 #define XFS_ILOG_DEV 0x010 /* log the dev field */ macro
352 XFS_ILOG_DEV | XFS_ILOG_ADATA | \
H A Dxfs_inode_util.c328 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()