Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_inode_fork.h82 #define XFS_IFBROOT 0x04 /* i_broot points to the bmap b-tree root */ macro
Dxfs_bmap.c707 ASSERT((ifp->if_flags & XFS_IFBROOT) == 0); in xfs_bmap_btree_to_extents()
751 ifp->if_flags |= XFS_IFBROOT; in xfs_bmap_extents_to_btree()
4343 if ((ifp->if_flags & XFS_IFBROOT) && !bma->cur) { in xfs_bmapi_allocate()
4423 if ((ifp->if_flags & XFS_IFBROOT) && !bma->cur) { in xfs_bmapi_convert_unwritten()
5123 if (ifp->if_flags & XFS_IFBROOT) { in xfs_bunmapi()
5700 if (ifp->if_flags & XFS_IFBROOT) { in xfs_bmap_shift_extents()
5871 if (ifp->if_flags & XFS_IFBROOT) { in xfs_bmap_split_extent_at()
Dxfs_inode_fork.c411 ifp->if_flags |= XFS_IFBROOT; in xfs_iformat_btree()
553 ifp->if_flags &= ~XFS_IFBROOT; in xfs_iroot_realloc()
/linux-4.4.14/fs/xfs/
Dxfs_symlink.c313 ip->i_df.if_flags &= ~(XFS_IFEXTENTS | XFS_IFBROOT); in xfs_symlink()