Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Ddir.c640 struct buffer_head **dx_leaf_bh) in ocfs2_read_dx_leaf()
643 struct buffer_head *tmp = *dx_leaf_bh; in ocfs2_read_dx_leaf()
649 if (!ret && !*dx_leaf_bh) in ocfs2_read_dx_leaf()
650 *dx_leaf_bh = tmp; in ocfs2_read_dx_leaf()
904 struct buffer_head *dx_leaf_bh = NULL; in ocfs2_dx_dir_search() local
932 ret = ocfs2_read_dx_leaf(dir, phys, &dx_leaf_bh); in ocfs2_dx_dir_search()
938 dx_leaf = (struct ocfs2_dx_leaf *) dx_leaf_bh->b_data; in ocfs2_dx_dir_search()
999 res->dl_dx_leaf_bh = dx_leaf_bh; in ocfs2_dx_dir_search()
1005 brelse(dx_leaf_bh); in ocfs2_dx_dir_search()
1465 struct buffer_head *dx_leaf_bh) in __ocfs2_dx_dir_leaf_insert()
639 ocfs2_read_dx_leaf(struct inode *dir, u64 blkno, struct buffer_head **dx_leaf_bh) ocfs2_read_dx_leaf() argument
1462 __ocfs2_dx_dir_leaf_insert(struct inode *dir, handle_t *handle, struct ocfs2_dx_hinfo *hinfo, u64 dirent_blk, struct buffer_head *dx_leaf_bh) __ocfs2_dx_dir_leaf_insert() argument
2605 struct buffer_head *dx_leaf_bh; ocfs2_dx_dir_index_block() local
3698 ocfs2_dx_dir_rebalance(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *dx_root_bh, struct buffer_head *dx_leaf_bh, struct ocfs2_dx_hinfo *hinfo, u32 leaf_cpos, u64 leaf_blkno) ocfs2_dx_dir_rebalance() argument
3901 struct buffer_head *dx_leaf_bh = NULL; ocfs2_find_dir_space_dx() local
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Ddir.c632 struct buffer_head **dx_leaf_bh) in ocfs2_read_dx_leaf()
635 struct buffer_head *tmp = *dx_leaf_bh; in ocfs2_read_dx_leaf()
641 if (!ret && !*dx_leaf_bh) in ocfs2_read_dx_leaf()
642 *dx_leaf_bh = tmp; in ocfs2_read_dx_leaf()
896 struct buffer_head *dx_leaf_bh = NULL; in ocfs2_dx_dir_search() local
924 ret = ocfs2_read_dx_leaf(dir, phys, &dx_leaf_bh); in ocfs2_dx_dir_search()
930 dx_leaf = (struct ocfs2_dx_leaf *) dx_leaf_bh->b_data; in ocfs2_dx_dir_search()
991 res->dl_dx_leaf_bh = dx_leaf_bh; in ocfs2_dx_dir_search()
997 brelse(dx_leaf_bh); in ocfs2_dx_dir_search()
1457 struct buffer_head *dx_leaf_bh) in __ocfs2_dx_dir_leaf_insert()
631 ocfs2_read_dx_leaf(struct inode *dir, u64 blkno, struct buffer_head **dx_leaf_bh) ocfs2_read_dx_leaf() argument
1454 __ocfs2_dx_dir_leaf_insert(struct inode *dir, handle_t *handle, struct ocfs2_dx_hinfo *hinfo, u64 dirent_blk, struct buffer_head *dx_leaf_bh) __ocfs2_dx_dir_leaf_insert() argument
2594 struct buffer_head *dx_leaf_bh; ocfs2_dx_dir_index_block() local
3684 ocfs2_dx_dir_rebalance(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *dx_root_bh, struct buffer_head *dx_leaf_bh, struct ocfs2_dx_hinfo *hinfo, u32 leaf_cpos, u64 leaf_blkno) ocfs2_dx_dir_rebalance() argument
3887 struct buffer_head *dx_leaf_bh = NULL; ocfs2_find_dir_space_dx() local
[all...]

Completed in 8 milliseconds