Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds