Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_dir2_format.h507 #define XFS_DIR2_FREE_FIRSTDB(mp) \ macro
535 return XFS_DIR2_FREE_FIRSTDB(mp) + db / xfs_dir2_free_max_bests(mp); in xfs_dir2_db_to_fdb()
Dxfs_dir2_node.c131 ASSERT(fdb == XFS_DIR2_FREE_FIRSTDB(mp)); in xfs_dir2_leaf_to_node()
928 (fdb - XFS_DIR2_FREE_FIRSTDB(mp))); in xfs_dir2_leafn_remove()
1453 fbno = XFS_DIR2_FREE_FIRSTDB(mp); in xfs_dir2_node_addname_int()
1605 (fbno - XFS_DIR2_FREE_FIRSTDB(mp)) * in xfs_dir2_node_addname_int()
Dxfs_dir2.c101 mp->m_dirfreeblk = xfs_dir2_db_to_da(mp, XFS_DIR2_FREE_FIRSTDB(mp)); in xfs_dir_mount()
Dxfs_dir2_leaf.c1150 bno < XFS_DIR2_FREE_FIRSTDB(mp)); in xfs_dir2_leaf_init()
1890 error = xfs_dir2_shrink_inode(args, XFS_DIR2_FREE_FIRSTDB(mp), fbp); in xfs_dir2_node_to_leaf()