Searched refs:ocfs2_trailer_from_bh (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.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() 423 ocfs2_trailer_from_bh(bh, sb); in ocfs2_validate_dir_block() 462 trailer = ocfs2_trailer_from_bh(bh, dir->i_sb); in ocfs2_check_dir_trailer() 1190 trailer = (char *)ocfs2_trailer_from_bh(dirblock_bh, sb); in ocfs2_find_max_rec_len() 1280 trailer = ocfs2_trailer_from_bh(leaf_bh, dir->i_sb); in ocfs2_delete_entry_dx() 1528 trailer = ocfs2_trailer_from_bh(lookup->dl_leaf_bh, dir->i_sb); in ocfs2_remove_block_from_free_list() 1536 prev = ocfs2_trailer_from_bh(bh, dir->i_sb); in ocfs2_remove_block_from_free_list() 1565 trailer = ocfs2_trailer_from_bh(lookup->dl_leaf_bh, dir->i_sb); in ocfs2_recalc_free_list() [all …]
|