Lines Matching refs:ocfs2_super

118 static void ocfs2_delete_osb(struct ocfs2_super *osb);
124 static int ocfs2_init_global_system_inodes(struct ocfs2_super *osb);
125 static int ocfs2_init_local_system_inodes(struct ocfs2_super *osb);
126 static void ocfs2_release_system_inodes(struct ocfs2_super *osb);
127 static int ocfs2_check_volume(struct ocfs2_super *osb);
142 static int ocfs2_susp_quotas(struct ocfs2_super *osb, int unsuspend);
143 static int ocfs2_enable_quotas(struct ocfs2_super *osb);
144 static void ocfs2_disable_quotas(struct ocfs2_super *osb);
233 static int ocfs2_osb_dump(struct ocfs2_super *osb, char *buf, int len) in ocfs2_osb_dump()
361 struct ocfs2_super *osb = inode->i_private; in ocfs2_osb_debug_open()
416 struct ocfs2_super *osb = OCFS2_SB(sb); in ocfs2_sync_fs()
438 static int ocfs2_need_system_inode(struct ocfs2_super *osb, int ino) in ocfs2_need_system_inode()
451 static int ocfs2_init_global_system_inodes(struct ocfs2_super *osb) in ocfs2_init_global_system_inodes()
497 static int ocfs2_init_local_system_inodes(struct ocfs2_super *osb) in ocfs2_init_local_system_inodes()
526 static void ocfs2_release_system_inodes(struct ocfs2_super *osb) in ocfs2_release_system_inodes()
645 struct ocfs2_super *osb = OCFS2_SB(sb); in ocfs2_remount()
844 static int ocfs2_verify_heartbeat(struct ocfs2_super *osb) in ocfs2_verify_heartbeat()
885 static int ocfs2_verify_userspace_stack(struct ocfs2_super *osb, in ocfs2_verify_userspace_stack()
909 static int ocfs2_susp_quotas(struct ocfs2_super *osb, int unsuspend) in ocfs2_susp_quotas()
940 static int ocfs2_enable_quotas(struct ocfs2_super *osb) in ocfs2_enable_quotas()
980 static void ocfs2_disable_quotas(struct ocfs2_super *osb) in ocfs2_disable_quotas()
1013 struct ocfs2_super *osb = NULL; in ocfs2_fill_super()
1518 struct ocfs2_super *osb = OCFS2_SB(root->d_sb); in ocfs2_show_options()
1678 struct ocfs2_super *osb; in ocfs2_statfs()
1856 struct ocfs2_super *osb = OCFS2_SB(sb); in ocfs2_mount_volume()
1908 struct ocfs2_super *osb = NULL; in ocfs2_dismount_volume()
1995 static int ocfs2_setup_osb_uuid(struct ocfs2_super *osb, const unsigned char *uuid, in ocfs2_setup_osb_uuid()
2022 static int ocfs2_journal_addressable(struct ocfs2_super *osb) in ocfs2_journal_addressable()
2059 struct ocfs2_super *osb; in ocfs2_initialize_super()
2062 osb = kzalloc(sizeof(struct ocfs2_super), GFP_KERNEL); in ocfs2_initialize_super()
2426 static int ocfs2_check_volume(struct ocfs2_super *osb) in ocfs2_check_volume()
2534 static void ocfs2_delete_osb(struct ocfs2_super *osb) in ocfs2_delete_osb()
2552 memset(osb, 0, sizeof(struct ocfs2_super)); in ocfs2_delete_osb()
2563 struct ocfs2_super *osb = OCFS2_SB(sb); in ocfs2_handle_error()