Searched refs:ocfs2_trailer_from_bh (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/ocfs2/ |
D | dir.c | 120 #define ocfs2_trailer_from_bh(_bh, _sb) ((struct ocfs2_dir_block_trailer *) ((_bh)->b_data + ocfs2_… macro 158 trailer = ocfs2_trailer_from_bh(bh, inode->i_sb); in ocfs2_init_dir_trailer() 185 trailer = ocfs2_trailer_from_bh(dirdata_bh, dir->i_sb); in ocfs2_dx_dir_link_trailer() 443 ocfs2_trailer_from_bh(bh, sb); in ocfs2_validate_dir_block() 482 trailer = ocfs2_trailer_from_bh(bh, dir->i_sb); in ocfs2_check_dir_trailer() 1210 trailer = (char *)ocfs2_trailer_from_bh(dirblock_bh, sb); in ocfs2_find_max_rec_len() 1300 trailer = ocfs2_trailer_from_bh(leaf_bh, dir->i_sb); in ocfs2_delete_entry_dx() 1548 trailer = ocfs2_trailer_from_bh(lookup->dl_leaf_bh, dir->i_sb); in ocfs2_remove_block_from_free_list() 1556 prev = ocfs2_trailer_from_bh(bh, dir->i_sb); in ocfs2_remove_block_from_free_list() 1585 trailer = ocfs2_trailer_from_bh(lookup->dl_leaf_bh, dir->i_sb); in ocfs2_recalc_free_list() [all …]
|