Home
last modified time | relevance | path

Searched refs:OCFS2_QWRITE_CREDITS (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/ocfs2/
Djournal.h360 #define OCFS2_QWRITE_CREDITS (OCFS2_QINFO_WRITE_CREDITS + \ macro
373 credits += OCFS2_QWRITE_CREDITS; in ocfs2_quota_trans_credits()
375 credits += OCFS2_QWRITE_CREDITS; in ocfs2_quota_trans_credits()
Dquota_global.c650 handle = ocfs2_start_trans(osb, OCFS2_QWRITE_CREDITS); in ocfs2_write_dquot()