/linux-4.4.14/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 | 295 main_bm_inode = ocfs2_get_system_file_inode(osb, ocfs2_group_extend() 480 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 | 199 ginode = ocfs2_get_system_file_inode(OCFS2_SB(sb), ino[type], ocfs2_local_check_quota_file() 414 lqinode = ocfs2_get_system_file_inode(osb, ino[type], slot_num); ocfs2_begin_quota_recovery() 605 lqinode = ocfs2_get_system_file_inode(osb, ino[type], slot_num); ocfs2_finish_quota_recovery()
|
H A D | super.c | 477 new = ocfs2_get_system_file_inode(osb, i, osb->slot_num); ocfs2_init_global_system_inodes() 508 new = ocfs2_get_system_file_inode(osb, i, osb->slot_num); ocfs2_init_local_system_inodes() 957 inode[type] = ocfs2_get_system_file_inode(osb, ino[type], ocfs2_enable_quotas() 1689 inode = ocfs2_get_system_file_inode(osb, ocfs2_statfs() 2329 inode = ocfs2_get_system_file_inode(osb, GLOBAL_BITMAP_SYSTEM_INODE, ocfs2_initialize_super()
|
H A D | journal.c | 842 inode = ocfs2_get_system_file_inode(osb, JOURNAL_SYSTEM_INODE, ocfs2_journal_init() 1531 inode = ocfs2_get_system_file_inode(osb, JOURNAL_SYSTEM_INODE, ocfs2_read_journal_inode() 1773 inode = ocfs2_get_system_file_inode(osb, JOURNAL_SYSTEM_INODE, ocfs2_trylock_journal() 2086 orphan_dir_inode = ocfs2_get_system_file_inode(osb, ocfs2_queue_orphans()
|
H A D | namei.c | 2096 orphan_dir_inode = ocfs2_get_system_file_inode(osb, ocfs2_lookup_lock_orphan_dir() 2696 orphan_dir_inode = ocfs2_get_system_file_inode(osb, ocfs2_del_inode_from_orphan() 2809 orphan_dir_inode = ocfs2_get_system_file_inode(osb, ocfs2_mv_orphaned_inode_to_new()
|
H A D | move_extents.c | 627 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 | 794 alloc_inode = ocfs2_get_system_file_inode(osb, type, slot); ocfs2_reserve_suballoc_bits() 2867 ocfs2_get_system_file_inode(osb, INODE_ALLOC_SYSTEM_INODE, ocfs2_test_inode_bit()
|
H A D | alloc.c | 6002 data_alloc_inode = ocfs2_get_system_file_inode(osb, __ocfs2_flush_truncate_log() 6096 inode = ocfs2_get_system_file_inode(osb, ocfs2_get_truncate_log_info() 6343 inode = ocfs2_get_system_file_inode(osb, sysfile_type, slot); ocfs2_free_cached_blocks() 7350 main_bm_inode = ocfs2_get_system_file_inode(osb, ocfs2_trim_fs()
|
H A D | dir.c | 4356 dx_alloc_inode = ocfs2_get_system_file_inode(osb, ocfs2_dx_dir_remove_index()
|
H A D | refcounttree.c | 802 alloc_inode = ocfs2_get_system_file_inode(osb, ocfs2_remove_refcount_tree()
|
H A D | xattr.c | 2498 xb_alloc_inode = ocfs2_get_system_file_inode(osb, ocfs2_xattr_free_block()
|