Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_dir2_node.h56 #define XFS_DIR2_FREE_FIRSTDB(mp) \ macro
93 (XFS_DIR2_FREE_FIRSTDB(mp) + (db) / XFS_DIR2_MAX_FREE_BESTS(mp))
Dxfs_dir2_node.c159 ASSERT(fdb == XFS_DIR2_FREE_FIRSTDB(mp)); in xfs_dir2_leaf_to_node()
957 (fdb - XFS_DIR2_FREE_FIRSTDB(mp))); in xfs_dir2_leafn_remove()
1480 fbno = XFS_DIR2_FREE_FIRSTDB(mp); in xfs_dir2_node_addname_int()
1635 (fbno - XFS_DIR2_FREE_FIRSTDB(mp)) * in xfs_dir2_node_addname_int()
Dxfs_dir2.c139 mp->m_dirfreeblk = XFS_DIR2_DB_TO_DA(mp, XFS_DIR2_FREE_FIRSTDB(mp)); in xfs_dir2_mount()
Dxfs_dir2_leaf.c1180 bno < XFS_DIR2_FREE_FIRSTDB(mp)); in xfs_dir2_leaf_init()
1876 error = xfs_dir2_shrink_inode(args, XFS_DIR2_FREE_FIRSTDB(mp), fbp); in xfs_dir2_node_to_leaf()