/linux-4.1.27/fs/ocfs2/ |
H A D | sysfile.h | 29 struct inode * ocfs2_get_system_file_inode(struct ocfs2_super *osb,
|
H A D | sysfile.c | 103 struct inode *ocfs2_get_system_file_inode(struct ocfs2_super *osb, ocfs2_get_system_file_inode() function
|
H A D | localalloc.c | 306 inode = ocfs2_get_system_file_inode(osb, LOCAL_ALLOC_SYSTEM_INODE, ocfs2_load_local_alloc() 396 ocfs2_get_system_file_inode(osb, ocfs2_shutdown_local_alloc() 409 main_bm_inode = ocfs2_get_system_file_inode(osb, ocfs2_shutdown_local_alloc() 502 inode = ocfs2_get_system_file_inode(osb, ocfs2_begin_local_alloc_recovery() 567 main_bm_inode = ocfs2_get_system_file_inode(osb, ocfs2_complete_local_alloc_recovery() 639 ocfs2_get_system_file_inode(osb, ocfs2_reserve_local_alloc_bits()
|
H A D | resize.c | 286 main_bm_inode = ocfs2_get_system_file_inode(osb, ocfs2_group_extend() 471 main_bm_inode = ocfs2_get_system_file_inode(osb, ocfs2_group_add()
|
H A D | ioctl.c | 354 inode_alloc = ocfs2_get_system_file_inode(osb, type, i); ocfs2_info_handle_freeinode() 649 gb_inode = ocfs2_get_system_file_inode(osb, type, ocfs2_info_handle_freefrag()
|
H A D | slot_map.c | 438 inode = ocfs2_get_system_file_inode(osb, SLOT_MAP_SYSTEM_INODE, ocfs2_init_slot_info()
|
H A D | quota_local.c | 200 ginode = ocfs2_get_system_file_inode(OCFS2_SB(sb), ino[type], ocfs2_local_check_quota_file() 415 lqinode = ocfs2_get_system_file_inode(osb, ino[type], slot_num); ocfs2_begin_quota_recovery() 606 lqinode = ocfs2_get_system_file_inode(osb, ino[type], slot_num); ocfs2_finish_quota_recovery()
|
H A D | super.c | 475 new = ocfs2_get_system_file_inode(osb, i, osb->slot_num); ocfs2_init_global_system_inodes() 506 new = ocfs2_get_system_file_inode(osb, i, osb->slot_num); ocfs2_init_local_system_inodes() 955 inode[type] = ocfs2_get_system_file_inode(osb, ino[type], ocfs2_enable_quotas() 1676 inode = ocfs2_get_system_file_inode(osb, ocfs2_statfs() 2318 inode = ocfs2_get_system_file_inode(osb, GLOBAL_BITMAP_SYSTEM_INODE, ocfs2_initialize_super()
|
H A D | journal.c | 815 inode = ocfs2_get_system_file_inode(osb, JOURNAL_SYSTEM_INODE, ocfs2_journal_init() 1504 inode = ocfs2_get_system_file_inode(osb, JOURNAL_SYSTEM_INODE, ocfs2_read_journal_inode() 1746 inode = ocfs2_get_system_file_inode(osb, JOURNAL_SYSTEM_INODE, ocfs2_trylock_journal() 2046 orphan_dir_inode = ocfs2_get_system_file_inode(osb, ocfs2_queue_orphans()
|
H A D | namei.c | 2048 orphan_dir_inode = ocfs2_get_system_file_inode(osb, ocfs2_lookup_lock_orphan_dir() 2671 orphan_dir_inode = ocfs2_get_system_file_inode(osb, ocfs2_del_inode_from_orphan() 2788 orphan_dir_inode = ocfs2_get_system_file_inode(osb, ocfs2_mv_orphaned_inode_to_new()
|
H A D | move_extents.c | 629 gb_inode = ocfs2_get_system_file_inode(osb, GLOBAL_BITMAP_SYSTEM_INODE, ocfs2_move_extent()
|
H A D | inode.c | 624 ocfs2_get_system_file_inode(osb, INODE_ALLOC_SYSTEM_INODE, ocfs2_remove_inode() 741 orphan_dir_inode = ocfs2_get_system_file_inode(osb, ocfs2_wipe_inode()
|
H A D | quota_global.c | 348 gqinode = ocfs2_get_system_file_inode(OCFS2_SB(sb), ino[type], ocfs2_global_read_info()
|
H A D | suballoc.c | 810 alloc_inode = ocfs2_get_system_file_inode(osb, type, slot); ocfs2_reserve_suballoc_bits() 2884 ocfs2_get_system_file_inode(osb, INODE_ALLOC_SYSTEM_INODE, ocfs2_test_inode_bit()
|
H A D | alloc.c | 5984 data_alloc_inode = ocfs2_get_system_file_inode(osb, __ocfs2_flush_truncate_log() 6078 inode = ocfs2_get_system_file_inode(osb, ocfs2_get_truncate_log_info() 6325 inode = ocfs2_get_system_file_inode(osb, sysfile_type, slot); ocfs2_free_cached_blocks() 7325 main_bm_inode = ocfs2_get_system_file_inode(osb, ocfs2_trim_fs()
|
H A D | dir.c | 4369 dx_alloc_inode = ocfs2_get_system_file_inode(osb, ocfs2_dx_dir_remove_index()
|
H A D | refcounttree.c | 804 alloc_inode = ocfs2_get_system_file_inode(osb, ocfs2_remove_refcount_tree()
|
H A D | xattr.c | 2504 xb_alloc_inode = ocfs2_get_system_file_inode(osb, ocfs2_xattr_free_block()
|