Home
last modified time | relevance | path

Searched refs:main_bm_inode (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ocfs2/
H A Dlocalalloc.c47 struct inode *main_bm_inode,
374 struct inode *main_bm_inode = NULL; in ocfs2_shutdown_local_alloc() local
399 main_bm_inode = ocfs2_get_system_file_inode(osb, in ocfs2_shutdown_local_alloc()
402 if (!main_bm_inode) { in ocfs2_shutdown_local_alloc()
408 inode_lock(main_bm_inode); in ocfs2_shutdown_local_alloc()
410 status = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 1); in ocfs2_shutdown_local_alloc()
448 main_bm_inode, main_bm_bh); in ocfs2_shutdown_local_alloc()
458 ocfs2_inode_unlock(main_bm_inode, 1); in ocfs2_shutdown_local_alloc()
461 inode_unlock(main_bm_inode); in ocfs2_shutdown_local_alloc()
462 iput(main_bm_inode); in ocfs2_shutdown_local_alloc()
553 struct inode *main_bm_inode; ocfs2_complete_local_alloc_recovery() local
945 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
1235 struct inode *main_bm_inode = NULL; ocfs2_local_alloc_slide_window() local
[all...]
H A Dalloc.c7560 struct inode *main_bm_inode = NULL; in ocfs2_trim_mainbm() local
7575 main_bm_inode = ocfs2_get_system_file_inode(osb, in ocfs2_trim_mainbm()
7578 if (!main_bm_inode) { in ocfs2_trim_mainbm()
7584 inode_lock(main_bm_inode); in ocfs2_trim_mainbm()
7586 ret = ocfs2_inode_lock(main_bm_inode, &main_bm_bh, 0); in ocfs2_trim_mainbm()
7609 first_group = ocfs2_which_cluster_group(main_bm_inode, start); in ocfs2_trim_mainbm()
7615 last_group = ocfs2_which_cluster_group(main_bm_inode, in ocfs2_trim_mainbm()
7626 ret = ocfs2_read_group_descriptor(main_bm_inode, in ocfs2_trim_mainbm()
7655 ocfs2_inode_unlock(main_bm_inode, 0); in ocfs2_trim_mainbm()
7659 inode_unlock(main_bm_inode); in ocfs2_trim_mainbm()
[all...]