Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Drefcounttree.c55 struct ocfs2_post_refcount *post_refcount; member
3232 if (context->post_refcount) in ocfs2_make_clusters_writable()
3233 credits += context->post_refcount->credits; in ocfs2_make_clusters_writable()
3318 if (context->post_refcount && context->post_refcount->func) { in ocfs2_make_clusters_writable()
3319 ret = context->post_refcount->func(context->inode, handle, in ocfs2_make_clusters_writable()
3320 context->post_refcount->para); in ocfs2_make_clusters_writable()
3665 context->post_refcount = post; in ocfs2_refcount_cow_xattr()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Drefcounttree.c53 struct ocfs2_post_refcount *post_refcount; member
3203 if (context->post_refcount) in ocfs2_make_clusters_writable()
3204 credits += context->post_refcount->credits; in ocfs2_make_clusters_writable()
3289 if (context->post_refcount && context->post_refcount->func) { in ocfs2_make_clusters_writable()
3290 ret = context->post_refcount->func(context->inode, handle, in ocfs2_make_clusters_writable()
3291 context->post_refcount->para); in ocfs2_make_clusters_writable()
3636 context->post_refcount = post; in ocfs2_refcount_cow_xattr()

Completed in 12 milliseconds