Searched refs:ocfs2_get_system_file_inode (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/fs/ocfs2/ |
D | sysfile.h | 29 struct inode * ocfs2_get_system_file_inode(struct ocfs2_super *osb,
|
D | localalloc.c | 306 inode = ocfs2_get_system_file_inode(osb, LOCAL_ALLOC_SYSTEM_INODE, in ocfs2_load_local_alloc() 395 ocfs2_get_system_file_inode(osb, in ocfs2_shutdown_local_alloc() 408 main_bm_inode = ocfs2_get_system_file_inode(osb, in ocfs2_shutdown_local_alloc() 500 inode = ocfs2_get_system_file_inode(osb, in ocfs2_begin_local_alloc_recovery() 565 main_bm_inode = ocfs2_get_system_file_inode(osb, in ocfs2_complete_local_alloc_recovery() 637 ocfs2_get_system_file_inode(osb, in ocfs2_reserve_local_alloc_bits()
|
D | sysfile.c | 104 struct inode *ocfs2_get_system_file_inode(struct ocfs2_super *osb, in ocfs2_get_system_file_inode() function
|
D | resize.c | 295 main_bm_inode = ocfs2_get_system_file_inode(osb, in ocfs2_group_extend() 480 main_bm_inode = ocfs2_get_system_file_inode(osb, in ocfs2_group_add()
|
D | quota_local.c | 199 ginode = ocfs2_get_system_file_inode(OCFS2_SB(sb), ino[type], in ocfs2_local_check_quota_file() 414 lqinode = ocfs2_get_system_file_inode(osb, ino[type], slot_num); in ocfs2_begin_quota_recovery() 605 lqinode = ocfs2_get_system_file_inode(osb, ino[type], slot_num); in ocfs2_finish_quota_recovery()
|
D | super.c | 474 new = ocfs2_get_system_file_inode(osb, i, osb->slot_num); in ocfs2_init_global_system_inodes() 504 new = ocfs2_get_system_file_inode(osb, i, osb->slot_num); in ocfs2_init_local_system_inodes() 953 inode[type] = ocfs2_get_system_file_inode(osb, ino[type], in ocfs2_enable_quotas() 1685 inode = ocfs2_get_system_file_inode(osb, in ocfs2_statfs() 2325 inode = ocfs2_get_system_file_inode(osb, GLOBAL_BITMAP_SYSTEM_INODE, in ocfs2_initialize_super()
|
D | ioctl.c | 355 inode_alloc = ocfs2_get_system_file_inode(osb, type, i); in ocfs2_info_handle_freeinode() 648 gb_inode = ocfs2_get_system_file_inode(osb, type, in ocfs2_info_handle_freefrag()
|
D | journal.c | 843 inode = ocfs2_get_system_file_inode(osb, JOURNAL_SYSTEM_INODE, in ocfs2_journal_init() 1531 inode = ocfs2_get_system_file_inode(osb, JOURNAL_SYSTEM_INODE, in ocfs2_read_journal_inode() 1771 inode = ocfs2_get_system_file_inode(osb, JOURNAL_SYSTEM_INODE, in ocfs2_trylock_journal() 2083 orphan_dir_inode = ocfs2_get_system_file_inode(osb, in ocfs2_queue_orphans()
|
D | slot_map.c | 437 inode = ocfs2_get_system_file_inode(osb, SLOT_MAP_SYSTEM_INODE, in ocfs2_init_slot_info()
|
D | inode.c | 663 ocfs2_get_system_file_inode(osb, INODE_ALLOC_SYSTEM_INODE, in ocfs2_remove_inode() 780 orphan_dir_inode = ocfs2_get_system_file_inode(osb, in ocfs2_wipe_inode()
|
D | namei.c | 2103 orphan_dir_inode = ocfs2_get_system_file_inode(osb, in ocfs2_lookup_lock_orphan_dir() 2702 orphan_dir_inode = ocfs2_get_system_file_inode(osb, in ocfs2_del_inode_from_orphan() 2815 orphan_dir_inode = ocfs2_get_system_file_inode(osb, in ocfs2_mv_orphaned_inode_to_new()
|
D | move_extents.c | 621 gb_inode = ocfs2_get_system_file_inode(osb, GLOBAL_BITMAP_SYSTEM_INODE, in ocfs2_move_extent()
|
D | quota_global.c | 350 gqinode = ocfs2_get_system_file_inode(OCFS2_SB(sb), ino[type], in ocfs2_global_read_info()
|
D | suballoc.c | 792 alloc_inode = ocfs2_get_system_file_inode(osb, type, slot); in ocfs2_reserve_suballoc_bits() 2845 ocfs2_get_system_file_inode(osb, INODE_ALLOC_SYSTEM_INODE, in ocfs2_test_inode_bit()
|
D | alloc.c | 6034 data_alloc_inode = ocfs2_get_system_file_inode(osb, in __ocfs2_flush_truncate_log() 6155 inode = ocfs2_get_system_file_inode(osb, in ocfs2_get_truncate_log_info() 6401 inode = ocfs2_get_system_file_inode(osb, sysfile_type, slot); in ocfs2_free_cached_blocks() 7559 main_bm_inode = ocfs2_get_system_file_inode(osb, in ocfs2_trim_fs()
|
D | dir.c | 4357 dx_alloc_inode = ocfs2_get_system_file_inode(osb, in ocfs2_dx_dir_remove_index()
|
D | refcounttree.c | 802 alloc_inode = ocfs2_get_system_file_inode(osb, in ocfs2_remove_refcount_tree()
|
D | xattr.c | 2523 xb_alloc_inode = ocfs2_get_system_file_inode(osb, in ocfs2_xattr_free_block()
|