Home
last modified time | relevance | path

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

/fs/xfs/
A Dxfs_inode_item.c260 if ((iip->ili_fields & XFS_ILOG_DBROOT) && in xfs_inode_item_data_fork_size()
358 ~(XFS_ILOG_DDATA | XFS_ILOG_DBROOT | XFS_ILOG_DEV); in xfs_inode_item_format_data_fork()
384 if ((iip->ili_fields & XFS_ILOG_DBROOT) && in xfs_inode_item_format_data_fork()
394 XFS_ILOG_DBROOT)); in xfs_inode_item_format_data_fork()
395 iip->ili_fields &= ~XFS_ILOG_DBROOT; in xfs_inode_item_format_data_fork()
400 ~(XFS_ILOG_DEXT | XFS_ILOG_DBROOT | XFS_ILOG_DEV); in xfs_inode_item_format_data_fork()
415 ~(XFS_ILOG_DDATA | XFS_ILOG_DBROOT | XFS_ILOG_DEXT); in xfs_inode_item_format_data_fork()
A Dxfs_inode_item_recover.c100 ASSERT(in_f->ilf_fields & XFS_ILOG_DBROOT); in xfs_recover_inode_owner_change()
516 case XFS_ILOG_DBROOT: in xlog_recover_inode_commit_pass2()
A Dxfs_bmap_util.c1446 (*src_log_flags) |= XFS_ILOG_DBROOT; in xfs_swap_extent_forks()
1455 (*target_log_flags) |= XFS_ILOG_DBROOT; in xfs_swap_extent_forks()
/fs/xfs/libxfs/
A Dxfs_log_format.h337 #define XFS_ILOG_DBROOT 0x008 /* log i_df.i_broot */ macro
363 XFS_ILOG_DBROOT)
369 XFS_ILOG_DEXT | XFS_ILOG_DBROOT | \
377 return (w == XFS_DATA_FORK ? XFS_ILOG_DBROOT : XFS_ILOG_ABROOT); in xfs_ilog_fbroot()
A Dxfs_rtrefcount_btree.c435 int flags = XFS_ILOG_CORE | XFS_ILOG_DBROOT; in xfs_rtrefcountbt_commit_staged_btree()
755 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE | XFS_ILOG_DBROOT); in xfs_rtrefcountbt_create()
A Dxfs_rtrmap_btree.c652 int flags = XFS_ILOG_CORE | XFS_ILOG_DBROOT; in xfs_rtrmapbt_commit_staged_btree()
985 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE | XFS_ILOG_DBROOT); in xfs_rtrmapbt_create()
A Dxfs_inode_fork.c558 { XFS_ILOG_DBROOT, XFS_ILOG_ABROOT }; in xfs_iflush_fork()
A Dxfs_bmap_btree.c713 static const short brootflag[2] = {XFS_ILOG_DBROOT, XFS_ILOG_ABROOT}; in xfs_bmbt_commit_staged_btree()
A Dxfs_bmap.c898 *flags |= XFS_ILOG_DBROOT; in xfs_bmap_add_attrfork_btree()
4592 logflags &= ~XFS_ILOG_DBROOT; in xfs_bmapi_remap()

Completed in 36 milliseconds