Searched refs:ocfs2_trailer_from_bh (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ocfs2/
H A Ddir.c100 #define ocfs2_trailer_from_bh(_bh, _sb) ((struct ocfs2_dir_block_trailer *) ((_bh)->b_data + ocfs2_dir_trailer_blk_off((_sb)))) macro
138 trailer = ocfs2_trailer_from_bh(bh, inode->i_sb);
165 trailer = ocfs2_trailer_from_bh(dirdata_bh, dir->i_sb);
423 ocfs2_trailer_from_bh(bh, sb);
462 trailer = ocfs2_trailer_from_bh(bh, dir->i_sb);
1190 trailer = (char *)ocfs2_trailer_from_bh(dirblock_bh, sb);
1280 trailer = ocfs2_trailer_from_bh(leaf_bh, dir->i_sb);
1528 trailer = ocfs2_trailer_from_bh(lookup->dl_leaf_bh, dir->i_sb);
1536 prev = ocfs2_trailer_from_bh(bh, dir->i_sb);
1565 trailer = ocfs2_trailer_from_bh(looku
[all...]

Completed in 116 milliseconds