Lines Matching refs:osb
596 struct ocfs2_super *osb = OCFS2_SB(sb); in ocfs2_sync_dquot_helper() local
608 handle = ocfs2_start_trans(osb, OCFS2_QSYNC_CREDITS); in ocfs2_sync_dquot_helper()
623 ocfs2_commit_trans(osb, handle); in ocfs2_sync_dquot_helper()
649 struct ocfs2_super *osb = OCFS2_SB(dquot->dq_sb); in ocfs2_write_dquot() local
655 handle = ocfs2_start_trans(osb, OCFS2_QWRITE_CREDITS); in ocfs2_write_dquot()
664 ocfs2_commit_trans(osb, handle); in ocfs2_write_dquot()
685 struct ocfs2_super *osb = container_of(work, struct ocfs2_super, in ocfs2_drop_dquot_refs() local
690 list = llist_del_all(&osb->dquot_drop_list); in ocfs2_drop_dquot_refs()
709 struct ocfs2_super *osb = OCFS2_SB(dquot->dq_sb); in ocfs2_release_dquot() local
720 if (current == osb->dc_task) { in ocfs2_release_dquot()
728 if (llist_add(&OCFS2_DQUOT(dquot)->list, &osb->dquot_drop_list)) in ocfs2_release_dquot()
729 queue_work(ocfs2_wq, &osb->dquot_drop_work); in ocfs2_release_dquot()
735 handle = ocfs2_start_trans(osb, in ocfs2_release_dquot()
763 ocfs2_commit_trans(osb, handle); in ocfs2_release_dquot()
783 struct ocfs2_super *osb = OCFS2_SB(sb); in ocfs2_acquire_dquot() local
829 handle = ocfs2_start_trans(osb, in ocfs2_acquire_dquot()
846 ocfs2_commit_trans(osb, handle); in ocfs2_acquire_dquot()
877 struct ocfs2_super *osb = OCFS2_SB(sb); in ocfs2_mark_dquot_dirty() local
897 handle = ocfs2_start_trans(osb, OCFS2_QSYNC_CREDITS); in ocfs2_mark_dquot_dirty()
913 ocfs2_commit_trans(osb, handle); in ocfs2_mark_dquot_dirty()