Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h330 #define XFS_ILOG_ABROOT 0x100 /* log i_af.i_broot */ macro
353 XFS_ILOG_ABROOT | XFS_ILOG_DOWNER | \
360 XFS_ILOG_ABROOT)
365 XFS_ILOG_AEXT | XFS_ILOG_ABROOT | \
371 return (w == XFS_DATA_FORK ? XFS_ILOG_DBROOT : XFS_ILOG_ABROOT); in xfs_ilog_fbroot()
H A Dxfs_bmap_btree.c614 static const short brootflag[2] = {XFS_ILOG_DBROOT, XFS_ILOG_ABROOT}; in xfs_bmbt_commit_staged_btree()
H A Dxfs_inode_fork.c616 { XFS_ILOG_DBROOT, XFS_ILOG_ABROOT }; in xfs_iflush_fork()
/linux/fs/xfs/
H A Dxfs_inode_item.c286 if ((iip->ili_fields & XFS_ILOG_ABROOT) && in xfs_inode_item_attr_fork_size()
422 ~(XFS_ILOG_ADATA | XFS_ILOG_ABROOT); in xfs_inode_item_format_attr_fork()
446 if ((iip->ili_fields & XFS_ILOG_ABROOT) && in xfs_inode_item_format_attr_fork()
456 iip->ili_fields &= ~XFS_ILOG_ABROOT; in xfs_inode_item_format_attr_fork()
461 ~(XFS_ILOG_AEXT | XFS_ILOG_ABROOT); in xfs_inode_item_format_attr_fork()
668 ~(XFS_ILOG_ADATA | XFS_ILOG_ABROOT | XFS_ILOG_AEXT); in xfs_inode_item_format()
H A Dxfs_inode_item_recover.c106 ASSERT(in_f->ilf_fields & XFS_ILOG_ABROOT); in xfs_recover_inode_owner_change()
514 case XFS_ILOG_ABROOT: in xlog_recover_inode_commit_pass2()