Searched refs:xfs_dir2_leaf_entry_t (Results 1 – 7 of 7) sorted by relevance
354 xfs_dir2_leaf_entry_t *blp; /* block leaf entries */ in xfs_dir2_block_addname()600 xfs_dir2_leaf_entry_t *blp; in xfs_dir2_block_log_leaf()634 xfs_dir2_leaf_entry_t *blp; /* block leaf entries */ in xfs_dir2_block_lookup()682 xfs_dir2_leaf_entry_t *blp; /* block leaf entries */ in xfs_dir2_block_lookup_int()782 xfs_dir2_leaf_entry_t *blp; /* block leaf pointer */ in xfs_dir2_block_removename()863 xfs_dir2_leaf_entry_t *blp; /* block leaf entries */ in xfs_dir2_block_replace()909 const xfs_dir2_leaf_entry_t *la; /* first leaf entry */ in xfs_dir2_block_sort()910 const xfs_dir2_leaf_entry_t *lb; /* second leaf entry */ in xfs_dir2_block_sort()935 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ in xfs_dir2_leaf_to_block()1078 xfs_dir2_leaf_entry_t *blp; /* block leaf entries */ in xfs_dir2_sf_to_block()[all …]
385 xfs_dir2_leaf_entry_t *blp; /* block's leaf entries */ in xfs_dir2_block_to_leaf()527 xfs_dir2_leaf_entry_t *lep; /* leaf entry table pointer */ in xfs_dir3_leaf_find_entry()577 sizeof(xfs_dir2_leaf_entry_t)); in xfs_dir3_leaf_find_entry()597 (highstale - index) * sizeof(xfs_dir2_leaf_entry_t)); in xfs_dir3_leaf_find_entry()703 needbytes += sizeof(xfs_dir2_leaf_entry_t); in xfs_dir2_leaf_addname()1163 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ in xfs_dir2_leaf_lookup()1223 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ in xfs_dir2_leaf_lookup_int()1355 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ in xfs_dir2_leaf_removename()1497 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ in xfs_dir2_leaf_replace()1548 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ in xfs_dir2_leaf_search_hash()[all …]
430 } xfs_dir2_leaf_entry_t; typedef444 xfs_dir2_leaf_entry_t __ents[]; /* entries */
173 xfs_dir2_leaf_entry_t *blp; /* leaf area of the block */ in xfs_dir2_block_sfsize()639 (sfp->count + 3) * (uint)sizeof(xfs_dir2_leaf_entry_t) + in xfs_dir2_sf_addname_pick()702 (sfp->count + 2) * (uint)sizeof(xfs_dir2_leaf_entry_t) + in xfs_dir2_sf_check()799 if (offset + (sfp->count + 2) * (uint)sizeof(xfs_dir2_leaf_entry_t) + in xfs_dir2_sf_verify()
641 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ in xfs_dir2_leafn_lookup_for_addname()791 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ in xfs_dir2_leafn_lookup_for_entry()978 (dhdr->count - start_d) * sizeof(xfs_dir2_leaf_entry_t)); in xfs_dir3_leafn_moveents()1000 count * sizeof(xfs_dir2_leaf_entry_t)); in xfs_dir3_leafn_moveents()1009 count * sizeof(xfs_dir2_leaf_entry_t)); in xfs_dir3_leafn_moveents()1275 xfs_dir2_leaf_entry_t *lep; /* leaf entry */ in xfs_dir2_leafn_remove()
112 xfs_dir2_leaf_entry_t *lep=NULL; /* block leaf entries */ in __xfs_dir3_data_check()
108 XFS_CHECK_STRUCT_SIZE(xfs_dir2_leaf_entry_t, 8); in xfs_check_ondisk_structs()
Completed in 25 milliseconds