Symbol: XFS_ILOG_DBROOT
fs/xfs/libxfs/xfs_bmap.c
4583
logflags &= ~XFS_ILOG_DBROOT;
fs/xfs/libxfs/xfs_bmap.c
898
*flags |= XFS_ILOG_DBROOT;
fs/xfs/libxfs/xfs_bmap_btree.c
713
static const short brootflag[2] = {XFS_ILOG_DBROOT, XFS_ILOG_ABROOT};
fs/xfs/libxfs/xfs_inode_fork.c
558
{ XFS_ILOG_DBROOT, XFS_ILOG_ABROOT };
fs/xfs/libxfs/xfs_log_format.h
345
XFS_ILOG_DBROOT)
fs/xfs/libxfs/xfs_log_format.h
351
XFS_ILOG_DEXT | XFS_ILOG_DBROOT | \
fs/xfs/libxfs/xfs_log_format.h
359
return (w == XFS_DATA_FORK ? XFS_ILOG_DBROOT : XFS_ILOG_ABROOT);
fs/xfs/libxfs/xfs_rtrefcount_btree.c
435
int flags = XFS_ILOG_CORE | XFS_ILOG_DBROOT;
fs/xfs/libxfs/xfs_rtrefcount_btree.c
755
xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE | XFS_ILOG_DBROOT);
fs/xfs/libxfs/xfs_rtrmap_btree.c
652
int flags = XFS_ILOG_CORE | XFS_ILOG_DBROOT;
fs/xfs/libxfs/xfs_rtrmap_btree.c
985
xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE | XFS_ILOG_DBROOT);
fs/xfs/xfs_bmap_util.c
1446
(*src_log_flags) |= XFS_ILOG_DBROOT;
fs/xfs/xfs_bmap_util.c
1455
(*target_log_flags) |= XFS_ILOG_DBROOT;
fs/xfs/xfs_inode_item.c
250
if ((iip->ili_fields & XFS_ILOG_DBROOT) &&
fs/xfs/xfs_inode_item.c
347
~(XFS_ILOG_DDATA | XFS_ILOG_DBROOT | XFS_ILOG_DEV);
fs/xfs/xfs_inode_item.c
373
if ((iip->ili_fields & XFS_ILOG_DBROOT) &&
fs/xfs/xfs_inode_item.c
383
XFS_ILOG_DBROOT));
fs/xfs/xfs_inode_item.c
384
iip->ili_fields &= ~XFS_ILOG_DBROOT;
fs/xfs/xfs_inode_item.c
389
~(XFS_ILOG_DEXT | XFS_ILOG_DBROOT | XFS_ILOG_DEV);
fs/xfs/xfs_inode_item.c
405
~(XFS_ILOG_DDATA | XFS_ILOG_DBROOT | XFS_ILOG_DEXT);
fs/xfs/xfs_inode_item_recover.c
100
ASSERT(in_f->ilf_fields & XFS_ILOG_DBROOT);
fs/xfs/xfs_inode_item_recover.c
516
case XFS_ILOG_DBROOT: