Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ocfs2/ !
Dextent_map.c399 struct ocfs2_extent_rec *ret_rec, in ocfs2_get_clusters_nocache() argument
409 memset(ret_rec, 0, sizeof(*ret_rec)); in ocfs2_get_clusters_nocache()
473 *ret_rec = *rec; in ocfs2_get_clusters_nocache()
Drefcounttree.c877 struct ocfs2_refcount_rec *ret_rec, in ocfs2_find_refcount_rec_in_rl() argument
895 if (ret_rec) in ocfs2_find_refcount_rec_in_rl()
896 *ret_rec = *rec; in ocfs2_find_refcount_rec_in_rl()
900 if (ret_rec) { in ocfs2_find_refcount_rec_in_rl()
902 ret_rec->r_cpos = cpu_to_le64(cpos); in ocfs2_find_refcount_rec_in_rl()
903 ret_rec->r_refcount = 0; in ocfs2_find_refcount_rec_in_rl()
906 ret_rec->r_clusters = in ocfs2_find_refcount_rec_in_rl()
909 ret_rec->r_clusters = cpu_to_le32(len); in ocfs2_find_refcount_rec_in_rl()
1059 struct ocfs2_refcount_rec *ret_rec, in ocfs2_get_refcount_rec() argument
1075 ret_rec, index); in ocfs2_get_refcount_rec()
[all …]