Searched refs:ocfs2_link_credits (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/ocfs2/
H A Djournal.h441 static inline int ocfs2_link_credits(struct super_block *sb) function
451 /* The quota update from ocfs2_link_credits is unused here... */
452 return 2 * OCFS2_INODE_UPDATE_CREDITS + 3 + ocfs2_link_credits(sb);
H A Dnamei.c777 handle = ocfs2_start_trans(osb, ocfs2_link_credits(osb->sb));

Completed in 214 milliseconds