Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Djournal.h365 static inline int ocfs2_quota_trans_credits(struct super_block *sb) in ocfs2_quota_trans_credits() function
389 ocfs2_quota_trans_credits(sb); in ocfs2_inline_to_extents_credits()
402 ocfs2_quota_trans_credits(sb); in ocfs2_remove_extent_credits()
429 ocfs2_quota_trans_credits(sb); in ocfs2_mknod_credits()
446 ocfs2_quota_trans_credits(sb); in ocfs2_link_credits()
491 credits += ocfs2_quota_trans_credits(sb); in ocfs2_calc_dxi_expand_credits()
542 ocfs2_quota_trans_credits(sb); in ocfs2_calc_extend_credits()
553 return blocks + ocfs2_quota_trans_credits(sb); in ocfs2_calc_symlink_credits()
H A Ddir.c3694 credits += ocfs2_quota_trans_credits(osb->sb); in ocfs2_dx_dir_rebalance_credits()