Home
last modified time | relevance | path

Searched refs:xfs_ilog_fbroot (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/
Dxfs_inode_item.h115 static inline int xfs_ilog_fbroot(int w) in xfs_ilog_fbroot() function
Dxfs_btree.c1135 xfs_ilog_fbroot(cur->bc_private.b.whichfork)); in xfs_btree_log_keys()
1183 xfs_ilog_fbroot(cur->bc_private.b.whichfork)); in xfs_btree_log_ptrs()
1228 xfs_ilog_fbroot(cur->bc_private.b.whichfork)); in xfs_btree_log_block()
2404 XFS_ILOG_CORE | xfs_ilog_fbroot(cur->bc_private.b.whichfork); in xfs_btree_new_iroot()
2998 XFS_ILOG_CORE | xfs_ilog_fbroot(cur->bc_private.b.whichfork)); in xfs_btree_kill_iroot()
Dxfs_bmap.c3161 *logflagsp = XFS_ILOG_CORE | xfs_ilog_fbroot(whichfork); in xfs_bmap_extents_to_btree()
5003 else if ((bma.logflags & xfs_ilog_fbroot(whichfork)) && in xfs_bmapi_write()
5005 bma.logflags &= ~xfs_ilog_fbroot(whichfork); in xfs_bmapi_write()
5395 else if ((logflags & xfs_ilog_fbroot(whichfork)) && in xfs_bunmapi()
5397 logflags &= ~xfs_ilog_fbroot(whichfork); in xfs_bunmapi()