Home
last modified time | relevance | path

Searched refs:XFS_IFBROOT (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/libxfs/
Dxfs_inode_fork.h82 #define XFS_IFBROOT 0x04 /* i_broot points to the bmap b-tree root */ macro
Dxfs_inode_fork.c415 ifp->if_flags |= XFS_IFBROOT; in xfs_iformat_btree()
557 ifp->if_flags &= ~XFS_IFBROOT; in xfs_iroot_realloc()
Dxfs_bmap.c736 ASSERT((ifp->if_flags & XFS_IFBROOT) == 0); in xfs_bmap_btree_to_extents()
780 ifp->if_flags |= XFS_IFBROOT; in xfs_bmap_extents_to_btree()
4365 if ((ifp->if_flags & XFS_IFBROOT) && !bma->cur) { in xfs_bmapi_allocate()
4445 if ((ifp->if_flags & XFS_IFBROOT) && !bma->cur) { in xfs_bmapi_convert_unwritten()
5115 if (ifp->if_flags & XFS_IFBROOT) { in xfs_bunmapi()
5668 if (ifp->if_flags & XFS_IFBROOT) { in xfs_bmap_shift_extents()
/fs/xfs/
Dxfs_symlink.c320 ip->i_df.if_flags &= ~(XFS_IFEXTENTS | XFS_IFBROOT); in xfs_symlink()