Searched refs:ocfs2_xattr_get_clusters (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/ocfs2/ |
D | extent_map.h | 46 int ocfs2_xattr_get_clusters(struct inode *inode, u32 v_cluster,
|
D | xattr.c | 825 ret = ocfs2_xattr_get_clusters(inode, cpos, &phys_cpos, in ocfs2_xattr_shrink_size() 1118 ret = ocfs2_xattr_get_clusters(inode, cpos, &p_cluster, in ocfs2_xattr_get_value_outside() 1364 ret = ocfs2_xattr_get_clusters(inode, cpos, &p_cluster, in __ocfs2_xattr_set_value_outside() 2331 ret = ocfs2_xattr_get_clusters(inode, 0, &p_cluster, in ocfs2_lock_xattr_remove_allocators() 5830 ret = ocfs2_xattr_get_clusters(inode, 0, &p_cluster, in ocfs2_prepare_refcount_xattr() 5903 ret = ocfs2_xattr_get_clusters(inode, cpos, &p_cluster, in ocfs2_xattr_value_attach_refcount() 6418 ret = ocfs2_xattr_get_clusters(args->old_inode, in ocfs2_reflink_xattr_header()
|
D | extent_map.c | 530 int ocfs2_xattr_get_clusters(struct inode *inode, u32 v_cluster, in ocfs2_xattr_get_clusters() function
|
D | refcounttree.c | 3498 return ocfs2_xattr_get_clusters(inode, v_cluster, p_cluster, in ocfs2_xattr_value_get_clusters() 3521 ret = ocfs2_xattr_get_clusters(inode, cpos, &p_cluster, in ocfs2_refcounted_xattr_delete_need()
|