Home
last modified time | relevance | path

Searched refs:XFS_ILOG_ABROOT (Results 1 – 5 of 5) sorted by relevance

/fs/xfs/libxfs/
A Dxfs_log_format.h342 #define XFS_ILOG_ABROOT 0x100 /* log i_af.i_broot */ macro
366 XFS_ILOG_ABROOT)
371 XFS_ILOG_AEXT | XFS_ILOG_ABROOT | \
377 return (w == XFS_DATA_FORK ? XFS_ILOG_DBROOT : XFS_ILOG_ABROOT); in xfs_ilog_fbroot()
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()
/fs/xfs/
A Dxfs_inode_item.c301 if ((iip->ili_fields & XFS_ILOG_ABROOT) && in xfs_inode_item_attr_fork_size()
438 ~(XFS_ILOG_ADATA | XFS_ILOG_ABROOT); in xfs_inode_item_format_attr_fork()
462 if ((iip->ili_fields & XFS_ILOG_ABROOT) && in xfs_inode_item_format_attr_fork()
472 iip->ili_fields &= ~XFS_ILOG_ABROOT; in xfs_inode_item_format_attr_fork()
477 ~(XFS_ILOG_AEXT | XFS_ILOG_ABROOT); in xfs_inode_item_format_attr_fork()
690 ~(XFS_ILOG_ADATA | XFS_ILOG_ABROOT | XFS_ILOG_AEXT); in xfs_inode_item_format()
A Dxfs_inode_item_recover.c108 ASSERT(in_f->ilf_fields & XFS_ILOG_ABROOT); in xfs_recover_inode_owner_change()
553 case XFS_ILOG_ABROOT: in xlog_recover_inode_commit_pass2()

Completed in 17 milliseconds