Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dresize.c82 struct buffer_head *group_bh, in ocfs2_update_last_group_and_inode()
101 group_bh, OCFS2_JOURNAL_ACCESS_WRITE); in ocfs2_update_last_group_and_inode()
107 group = (struct ocfs2_group_desc *)group_bh->b_data; in ocfs2_update_last_group_and_inode()
127 ocfs2_journal_dirty(handle, group_bh); in ocfs2_update_last_group_and_inode()
264 struct buffer_head *group_bh = NULL; in ocfs2_group_extend() local
318 &group_bh); in ocfs2_group_extend()
323 group = (struct ocfs2_group_desc *)group_bh->b_data; in ocfs2_group_extend()
345 main_bm_bh, group_bh, in ocfs2_group_extend()
358 brelse(group_bh); in ocfs2_group_extend()
374 struct buffer_head *group_bh) in ocfs2_check_new_group()
79 ocfs2_update_last_group_and_inode(handle_t *handle, struct inode *bm_inode, struct buffer_head *bm_bh, struct buffer_head *group_bh, u32 first_new_cluster, int new_clusters) ocfs2_update_last_group_and_inode() argument
371 ocfs2_check_new_group(struct inode *inode, struct ocfs2_dinode *di, struct ocfs2_new_group_input *input, struct buffer_head *group_bh) ocfs2_check_new_group() argument
409 ocfs2_verify_group_and_input(struct inode *inode, struct ocfs2_dinode *di, struct ocfs2_new_group_input *input, struct buffer_head *group_bh) ocfs2_verify_group_and_input() argument
456 struct buffer_head *group_bh = NULL; ocfs2_group_add() local
501 ocfs2_set_new_buffer_uptodate(INODE_CACHE(inode), group_bh); ocfs2_group_add() local
[all...]
H A Dsuballoc.c84 struct buffer_head *group_bh,
89 struct buffer_head *group_bh,
1340 struct buffer_head *group_bh, in ocfs2_block_group_set_bits()
1360 group_bh, in ocfs2_block_group_set_bits()
1378 ocfs2_journal_dirty(handle, group_bh); in ocfs2_block_group_set_bits()
1477 struct buffer_head *group_bh, in ocfs2_cluster_group_search()
1485 struct ocfs2_group_desc *gd = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_cluster_group_search()
1512 group_bh, bits_wanted, in ocfs2_cluster_group_search()
1548 struct buffer_head *group_bh, in ocfs2_block_group_search()
1555 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) group_bh in ocfs2_block_group_search()
1337 ocfs2_block_group_set_bits(handle_t *handle, struct inode *alloc_inode, struct ocfs2_group_desc *bg, struct buffer_head *group_bh, unsigned int bit_off, unsigned int num_bits) ocfs2_block_group_set_bits() argument
1476 ocfs2_cluster_group_search(struct inode *inode, struct buffer_head *group_bh, u32 bits_wanted, u32 min_bits, u64 max_block, struct ocfs2_suballoc_result *res) ocfs2_cluster_group_search() argument
1547 ocfs2_block_group_search(struct inode *inode, struct buffer_head *group_bh, u32 bits_wanted, u32 min_bits, u64 max_block, struct ocfs2_suballoc_result *res) ocfs2_block_group_search() argument
1678 struct buffer_head *group_bh = NULL; ocfs2_search_one_group() local
1748 struct buffer_head *group_bh = NULL; ocfs2_search_chain() local
2381 ocfs2_block_group_clear_bits(handle_t *handle, struct inode *alloc_inode, struct ocfs2_group_desc *bg, struct buffer_head *group_bh, unsigned int bit_off, unsigned int num_bits, void (*undo_fn)(unsigned int bit, unsigned long *bmap)) ocfs2_block_group_clear_bits() argument
2462 struct buffer_head *group_bh = NULL; _ocfs2_free_suballoc_bits() local
2762 struct buffer_head *group_bh = NULL; ocfs2_test_suballoc_bit() local
[all...]
H A Dsuballoc.h87 struct buffer_head *group_bh,
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dresize.c80 struct buffer_head *group_bh, in ocfs2_update_last_group_and_inode()
99 group_bh, OCFS2_JOURNAL_ACCESS_WRITE); in ocfs2_update_last_group_and_inode()
105 group = (struct ocfs2_group_desc *)group_bh->b_data; in ocfs2_update_last_group_and_inode()
125 ocfs2_journal_dirty(handle, group_bh); in ocfs2_update_last_group_and_inode()
262 struct buffer_head *group_bh = NULL; in ocfs2_group_extend() local
316 &group_bh); in ocfs2_group_extend()
321 group = (struct ocfs2_group_desc *)group_bh->b_data; in ocfs2_group_extend()
343 main_bm_bh, group_bh, in ocfs2_group_extend()
356 brelse(group_bh); in ocfs2_group_extend()
372 struct buffer_head *group_bh) in ocfs2_check_new_group()
77 ocfs2_update_last_group_and_inode(handle_t *handle, struct inode *bm_inode, struct buffer_head *bm_bh, struct buffer_head *group_bh, u32 first_new_cluster, int new_clusters) ocfs2_update_last_group_and_inode() argument
369 ocfs2_check_new_group(struct inode *inode, struct ocfs2_dinode *di, struct ocfs2_new_group_input *input, struct buffer_head *group_bh) ocfs2_check_new_group() argument
407 ocfs2_verify_group_and_input(struct inode *inode, struct ocfs2_dinode *di, struct ocfs2_new_group_input *input, struct buffer_head *group_bh) ocfs2_verify_group_and_input() argument
454 struct buffer_head *group_bh = NULL; ocfs2_group_add() local
499 ocfs2_set_new_buffer_uptodate(INODE_CACHE(inode), group_bh); ocfs2_group_add() local
[all...]
H A Dsuballoc.c82 struct buffer_head *group_bh,
87 struct buffer_head *group_bh,
1338 struct buffer_head *group_bh, in ocfs2_block_group_set_bits()
1358 group_bh, in ocfs2_block_group_set_bits()
1376 ocfs2_journal_dirty(handle, group_bh); in ocfs2_block_group_set_bits()
1475 struct buffer_head *group_bh, in ocfs2_cluster_group_search()
1483 struct ocfs2_group_desc *gd = (struct ocfs2_group_desc *) group_bh->b_data; in ocfs2_cluster_group_search()
1510 group_bh, bits_wanted, in ocfs2_cluster_group_search()
1546 struct buffer_head *group_bh, in ocfs2_block_group_search()
1553 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) group_bh in ocfs2_block_group_search()
1335 ocfs2_block_group_set_bits(handle_t *handle, struct inode *alloc_inode, struct ocfs2_group_desc *bg, struct buffer_head *group_bh, unsigned int bit_off, unsigned int num_bits) ocfs2_block_group_set_bits() argument
1474 ocfs2_cluster_group_search(struct inode *inode, struct buffer_head *group_bh, u32 bits_wanted, u32 min_bits, u64 max_block, struct ocfs2_suballoc_result *res) ocfs2_cluster_group_search() argument
1545 ocfs2_block_group_search(struct inode *inode, struct buffer_head *group_bh, u32 bits_wanted, u32 min_bits, u64 max_block, struct ocfs2_suballoc_result *res) ocfs2_block_group_search() argument
1676 struct buffer_head *group_bh = NULL; ocfs2_search_one_group() local
1746 struct buffer_head *group_bh = NULL; ocfs2_search_chain() local
2379 ocfs2_block_group_clear_bits(handle_t *handle, struct inode *alloc_inode, struct ocfs2_group_desc *bg, struct buffer_head *group_bh, unsigned int bit_off, unsigned int num_bits, void (*undo_fn)(unsigned int bit, unsigned long *bmap)) ocfs2_block_group_clear_bits() argument
2460 struct buffer_head *group_bh = NULL; _ocfs2_free_suballoc_bits() local
2760 struct buffer_head *group_bh = NULL; ocfs2_test_suballoc_bit() local
[all...]
H A Dsuballoc.h85 struct buffer_head *group_bh,

Completed in 8 milliseconds