Symbol: XFS_ILOG_DBROOT
fs/xfs/libxfs/xfs_bmap.c
4581
logflags &= ~XFS_ILOG_DBROOT;
fs/xfs/libxfs/xfs_bmap.c
896
*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
358
XFS_ILOG_DBROOT)
fs/xfs/libxfs/xfs_log_format.h
364
XFS_ILOG_DEXT | XFS_ILOG_DBROOT | \
fs/xfs/libxfs/xfs_log_format.h
372
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
254
if ((iip->ili_fields & XFS_ILOG_DBROOT) &&
fs/xfs/xfs_inode_item.c
351
~(XFS_ILOG_DDATA | XFS_ILOG_DBROOT | XFS_ILOG_DEV);
fs/xfs/xfs_inode_item.c
377
if ((iip->ili_fields & XFS_ILOG_DBROOT) &&
fs/xfs/xfs_inode_item.c
387
XFS_ILOG_DBROOT));
fs/xfs/xfs_inode_item.c
388
iip->ili_fields &= ~XFS_ILOG_DBROOT;
fs/xfs/xfs_inode_item.c
393
~(XFS_ILOG_DEXT | XFS_ILOG_DBROOT | XFS_ILOG_DEV);
fs/xfs/xfs_inode_item.c
409
~(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: