Home
last modified time | relevance | path

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

/fs/ocfs2/
Djournal.h451 static inline int ocfs2_unlink_credits(struct super_block *sb) in ocfs2_unlink_credits() function
472 return 3 * OCFS2_INODE_UPDATE_CREDITS + 6 + ocfs2_unlink_credits(sb); in ocfs2_rename_credits()
Dnamei.c969 handle = ocfs2_start_trans(osb, ocfs2_unlink_credits(osb->sb)); in ocfs2_unlink()