Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Drefcounttree.c53 struct ocfs2_post_refcount *post_refcount; member
3202 if (context->post_refcount) in ocfs2_make_clusters_writable()
3203 credits += context->post_refcount->credits; in ocfs2_make_clusters_writable()
3288 if (context->post_refcount && context->post_refcount->func) { in ocfs2_make_clusters_writable()
3289 ret = context->post_refcount->func(context->inode, handle, in ocfs2_make_clusters_writable()
3290 context->post_refcount->para); in ocfs2_make_clusters_writable()
3635 context->post_refcount = post; in ocfs2_refcount_cow_xattr()