Home
last modified time | relevance | path

Searched refs:XFS_ILOG_DDATA (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_log_format.h323 #define XFS_ILOG_DDATA 0x002 /* log i_df.if_data */ macro
350 #define XFS_ILOG_NONCORE (XFS_ILOG_DDATA | XFS_ILOG_DEXT | \
356 #define XFS_ILOG_DFORK (XFS_ILOG_DDATA | XFS_ILOG_DEXT | \
362 #define XFS_ILOG_ALL (XFS_ILOG_CORE | XFS_ILOG_DDATA | \
381 return (w == XFS_DATA_FORK ? XFS_ILOG_DDATA : XFS_ILOG_ADATA); in xfs_ilog_fdata()
Dxfs_dir2_sf.c349 logflags |= XFS_ILOG_DDATA; in xfs_dir2_block_to_sf()
443 xfs_trans_log_inode(args->trans, dp, XFS_ILOG_CORE | XFS_ILOG_DDATA); in xfs_dir2_sf_addname()
833 xfs_trans_log_inode(args->trans, dp, XFS_ILOG_CORE | XFS_ILOG_DDATA); in xfs_dir2_sf_create()
989 xfs_trans_log_inode(args->trans, dp, XFS_ILOG_CORE | XFS_ILOG_DDATA); in xfs_dir2_sf_removename()
1123 xfs_trans_log_inode(args->trans, dp, XFS_ILOG_DDATA); in xfs_dir2_sf_replace()
1195 xfs_trans_log_inode(args->trans, dp, XFS_ILOG_CORE | XFS_ILOG_DDATA); in xfs_dir2_sf_toino4()
1267 xfs_trans_log_inode(args->trans, dp, XFS_ILOG_CORE | XFS_ILOG_DDATA); in xfs_dir2_sf_toino8()
Dxfs_symlink_remote.c339 xfs_trans_log_inode(tp, ip, XFS_ILOG_DDATA | XFS_ILOG_CORE); in xfs_symlink_write_target()
Dxfs_inode_fork.c618 { XFS_ILOG_DDATA, XFS_ILOG_ADATA }; in xfs_iflush_fork()
Dxfs_exchmaps.c522 xfs_trans_log_inode(tp, ip, XFS_ILOG_DDATA | XFS_ILOG_CORE); in xfs_exchmaps_link_to_sf()
/linux-6.12.1/fs/xfs/
Dxfs_inode_item.c252 if ((iip->ili_fields & XFS_ILOG_DDATA) && in xfs_inode_item_data_fork_size()
343 ~(XFS_ILOG_DDATA | XFS_ILOG_DBROOT | XFS_ILOG_DEV); in xfs_inode_item_format_data_fork()
366 ~(XFS_ILOG_DDATA | XFS_ILOG_DEXT | XFS_ILOG_DEV); in xfs_inode_item_format_data_fork()
385 if ((iip->ili_fields & XFS_ILOG_DDATA) && in xfs_inode_item_format_data_fork()
394 iip->ili_fields &= ~XFS_ILOG_DDATA; in xfs_inode_item_format_data_fork()
399 ~(XFS_ILOG_DDATA | XFS_ILOG_DBROOT | XFS_ILOG_DEXT); in xfs_inode_item_format_data_fork()
Dxfs_inode_item_recover.c472 case XFS_ILOG_DDATA: in xlog_recover_inode_commit_pass2()
/linux-6.12.1/fs/xfs/scrub/
Dsymlink_repair.c317 XFS_ILOG_CORE | XFS_ILOG_DDATA); in xrep_symlink_swap_prep()
Ddir_repair.c1498 XFS_ILOG_CORE | XFS_ILOG_DDATA); in xrep_dir_swap_prep()