Searched refs:ocfs2_trailer_from_bh (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/ocfs2/ |
D | dir.c | 100 #define ocfs2_trailer_from_bh(_bh, _sb) ((struct ocfs2_dir_block_trailer *) ((_bh)->b_data + ocfs2_… macro 138 trailer = ocfs2_trailer_from_bh(bh, inode->i_sb); in ocfs2_init_dir_trailer() 165 trailer = ocfs2_trailer_from_bh(dirdata_bh, dir->i_sb); in ocfs2_dx_dir_link_trailer() 429 ocfs2_trailer_from_bh(bh, sb); in ocfs2_validate_dir_block() 468 trailer = ocfs2_trailer_from_bh(bh, dir->i_sb); in ocfs2_check_dir_trailer() 1196 trailer = (char *)ocfs2_trailer_from_bh(dirblock_bh, sb); in ocfs2_find_max_rec_len() 1286 trailer = ocfs2_trailer_from_bh(leaf_bh, dir->i_sb); in ocfs2_delete_entry_dx() 1534 trailer = ocfs2_trailer_from_bh(lookup->dl_leaf_bh, dir->i_sb); in ocfs2_remove_block_from_free_list() 1542 prev = ocfs2_trailer_from_bh(bh, dir->i_sb); in ocfs2_remove_block_from_free_list() 1571 trailer = ocfs2_trailer_from_bh(lookup->dl_leaf_bh, dir->i_sb); in ocfs2_recalc_free_list() [all …]
|