Searched refs:main_bm_bh (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | localalloc.c | 50 struct buffer_head *main_bm_bh); 374 struct buffer_head *main_bm_bh = NULL; in ocfs2_shutdown_local_alloc() local 411 status = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_shutdown_local_alloc() 449 main_bm_inode, main_bm_bh); in ocfs2_shutdown_local_alloc() 457 brelse(main_bm_bh); in ocfs2_shutdown_local_alloc() 553 struct buffer_head *main_bm_bh = NULL; in ocfs2_complete_local_alloc_recovery() local 567 status = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_complete_local_alloc_recovery() 585 main_bm_inode, main_bm_bh); in ocfs2_complete_local_alloc_recovery() 597 brelse(main_bm_bh); in ocfs2_complete_local_alloc_recovery() 953 struct buffer_head *main_bm_bh) in ocfs2_sync_local_to_main() 949 ocfs2_sync_local_to_main(struct ocfs2_super *osb, handle_t *handle, struct ocfs2_dinode *alloc, struct inode *main_bm_inode, struct buffer_head *main_bm_bh) ocfs2_sync_local_to_main() argument 1240 struct buffer_head *main_bm_bh = NULL; ocfs2_local_alloc_slide_window() local [all...] |
H A D | resize.c | 263 struct buffer_head *main_bm_bh = NULL; in ocfs2_group_extend() local 292 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_group_extend() 298 fe = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_group_extend() 300 /* main_bm_bh is validated by inode read inside ocfs2_inode_lock(), in ocfs2_group_extend() 345 main_bm_bh, group_bh, in ocfs2_group_extend() 359 brelse(main_bm_bh); in ocfs2_group_extend() 452 struct buffer_head *main_bm_bh = NULL; in ocfs2_group_add() local 477 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_group_add() 483 fe = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_group_add() 536 main_bm_bh, OCFS2_JOURNAL_ACCESS_WRIT in ocfs2_group_add() [all...] |
H A D | alloc.c | 7527 struct buffer_head *main_bm_bh = NULL; in ocfs2_trim_mainbm() local 7554 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 0); in ocfs2_trim_mainbm() 7559 main_bm = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_trim_mainbm() 7624 brelse(main_bm_bh); in ocfs2_trim_mainbm() 7625 main_bm_bh = NULL; in ocfs2_trim_mainbm()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | localalloc.c | 48 struct buffer_head *main_bm_bh); 372 struct buffer_head *main_bm_bh = NULL; in ocfs2_shutdown_local_alloc() local 409 status = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_shutdown_local_alloc() 447 main_bm_inode, main_bm_bh); in ocfs2_shutdown_local_alloc() 455 brelse(main_bm_bh); in ocfs2_shutdown_local_alloc() 551 struct buffer_head *main_bm_bh = NULL; in ocfs2_complete_local_alloc_recovery() local 565 status = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_complete_local_alloc_recovery() 583 main_bm_inode, main_bm_bh); in ocfs2_complete_local_alloc_recovery() 595 brelse(main_bm_bh); in ocfs2_complete_local_alloc_recovery() 951 struct buffer_head *main_bm_bh) in ocfs2_sync_local_to_main() 947 ocfs2_sync_local_to_main(struct ocfs2_super *osb, handle_t *handle, struct ocfs2_dinode *alloc, struct inode *main_bm_inode, struct buffer_head *main_bm_bh) ocfs2_sync_local_to_main() argument 1238 struct buffer_head *main_bm_bh = NULL; ocfs2_local_alloc_slide_window() local [all...] |
H A D | resize.c | 261 struct buffer_head *main_bm_bh = NULL; in ocfs2_group_extend() local 290 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_group_extend() 296 fe = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_group_extend() 298 /* main_bm_bh is validated by inode read inside ocfs2_inode_lock(), in ocfs2_group_extend() 343 main_bm_bh, group_bh, in ocfs2_group_extend() 357 brelse(main_bm_bh); in ocfs2_group_extend() 450 struct buffer_head *main_bm_bh = NULL; in ocfs2_group_add() local 475 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_group_add() 481 fe = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_group_add() 534 main_bm_bh, OCFS2_JOURNAL_ACCESS_WRIT in ocfs2_group_add() [all...] |
H A D | alloc.c | 7532 struct buffer_head *main_bm_bh = NULL; in ocfs2_trim_mainbm() local 7559 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 0); in ocfs2_trim_mainbm() 7564 main_bm = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_trim_mainbm() 7629 brelse(main_bm_bh); in ocfs2_trim_mainbm() 7630 main_bm_bh = NULL; in ocfs2_trim_mainbm()
|
Completed in 20 milliseconds