Home
last modified time | relevance | path

Searched refs:ocfs2_unlink_credits (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Djournal.h450 static inline int ocfs2_unlink_credits(struct super_block *sb) in ocfs2_unlink_credits() function
471 return 3 * OCFS2_INODE_UPDATE_CREDITS + 6 + ocfs2_unlink_credits(sb); in ocfs2_rename_credits()
H A Dnamei.c966 handle = ocfs2_start_trans(osb, ocfs2_unlink_credits(osb->sb)); in ocfs2_unlink()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Djournal.h449 static inline int ocfs2_unlink_credits(struct super_block *sb) in ocfs2_unlink_credits() function
470 return 3 * OCFS2_INODE_UPDATE_CREDITS + 6 + ocfs2_unlink_credits(sb); in ocfs2_rename_credits()
H A Dnamei.c968 handle = ocfs2_start_trans(osb, ocfs2_unlink_credits(osb->sb)); in ocfs2_unlink()

Completed in 8 milliseconds