Searched refs:dirdata_bh (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | dir.c | 150 * list. This function will modify dirdata_bh, but assumes you've already 155 struct buffer_head *dirdata_bh) in ocfs2_dx_dir_link_trailer() 167 trailer = ocfs2_trailer_from_bh(dirdata_bh, dir->i_sb); in ocfs2_dx_dir_link_trailer() 171 dx_root->dr_free_blk = cpu_to_le64(dirdata_bh->b_blocknr); in ocfs2_dx_dir_link_trailer() 2296 struct buffer_head *dirdata_bh, in ocfs2_dx_dir_attach_index() 2309 ocfs2_trailer_from_bh(dirdata_bh, dir->i_sb); in ocfs2_dx_dir_attach_index() 2347 dx_root->dr_free_blk = cpu_to_le64(dirdata_bh->b_blocknr); in ocfs2_dx_dir_attach_index() 2790 struct buffer_head *dirdata_bh = NULL; in ocfs2_expand_inline_dir() local 2902 dirdata_bh = sb_getblk(sb, blkno); in ocfs2_expand_inline_dir() 2903 if (!dirdata_bh) { in ocfs2_expand_inline_dir() 153 ocfs2_dx_dir_link_trailer(struct inode *dir, handle_t *handle, struct buffer_head *dx_root_bh, struct buffer_head *dirdata_bh) ocfs2_dx_dir_link_trailer() argument 2293 ocfs2_dx_dir_attach_index(struct ocfs2_super *osb, handle_t *handle, struct inode *dir, struct buffer_head *di_bh, struct buffer_head *dirdata_bh, struct ocfs2_alloc_context *meta_ac, int dx_inline, u32 num_entries, struct buffer_head **ret_dx_root_bh) ocfs2_dx_dir_attach_index() argument 2909 ocfs2_set_new_buffer_uptodate(INODE_CACHE(dir), dirdata_bh); ocfs2_expand_inline_dir() local [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | dir.c | 148 * list. This function will modify dirdata_bh, but assumes you've already 153 struct buffer_head *dirdata_bh) in ocfs2_dx_dir_link_trailer() 165 trailer = ocfs2_trailer_from_bh(dirdata_bh, dir->i_sb); in ocfs2_dx_dir_link_trailer() 169 dx_root->dr_free_blk = cpu_to_le64(dirdata_bh->b_blocknr); in ocfs2_dx_dir_link_trailer() 2285 struct buffer_head *dirdata_bh, in ocfs2_dx_dir_attach_index() 2298 ocfs2_trailer_from_bh(dirdata_bh, dir->i_sb); in ocfs2_dx_dir_attach_index() 2336 dx_root->dr_free_blk = cpu_to_le64(dirdata_bh->b_blocknr); in ocfs2_dx_dir_attach_index() 2779 struct buffer_head *dirdata_bh = NULL; in ocfs2_expand_inline_dir() local 2891 dirdata_bh = sb_getblk(sb, blkno); in ocfs2_expand_inline_dir() 2892 if (!dirdata_bh) { in ocfs2_expand_inline_dir() 151 ocfs2_dx_dir_link_trailer(struct inode *dir, handle_t *handle, struct buffer_head *dx_root_bh, struct buffer_head *dirdata_bh) ocfs2_dx_dir_link_trailer() argument 2282 ocfs2_dx_dir_attach_index(struct ocfs2_super *osb, handle_t *handle, struct inode *dir, struct buffer_head *di_bh, struct buffer_head *dirdata_bh, struct ocfs2_alloc_context *meta_ac, int dx_inline, u32 num_entries, struct buffer_head **ret_dx_root_bh) ocfs2_dx_dir_attach_index() argument 2898 ocfs2_set_new_buffer_uptodate(INODE_CACHE(dir), dirdata_bh); ocfs2_expand_inline_dir() local [all...] |
Completed in 10 milliseconds