Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Docfs2_fs.h955 /*30*/ __le32 rf_count; /* Number of inodes sharing this member
H A Drefcounttree.c631 rb->rf_count = cpu_to_le32(1); in ocfs2_create_refcount_tree()
736 le32_add_cpu(&rb->rf_count, 1); in ocfs2_set_refcount_tree()
788 if (le32_to_cpu(rb->rf_count) == 1) { in ocfs2_remove_refcount_tree()
843 le32_add_cpu(&rb->rf_count , -1); in ocfs2_remove_refcount_tree()
846 if (!rb->rf_count) { in ocfs2_remove_refcount_tree()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Docfs2_fs.h953 /*30*/ __le32 rf_count; /* Number of inodes sharing this member
H A Drefcounttree.c629 rb->rf_count = cpu_to_le32(1); in ocfs2_create_refcount_tree()
734 le32_add_cpu(&rb->rf_count, 1); in ocfs2_set_refcount_tree()
786 if (le32_to_cpu(rb->rf_count) == 1) { in ocfs2_remove_refcount_tree()
841 le32_add_cpu(&rb->rf_count , -1); in ocfs2_remove_refcount_tree()
844 if (!rb->rf_count) { in ocfs2_remove_refcount_tree()

Completed in 17 milliseconds