Searched refs:ocfs2_find_leaf (Results 1 – 5 of 5) sorted by relevance
/linux/fs/ocfs2/ |
H A D | alloc.h | 223 int ocfs2_find_leaf(struct ocfs2_caching_info *ci,
|
H A D | extent_map.c | 418 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, v_cluster, in ocfs2_get_clusters_nocache() 552 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, v_cluster, in ocfs2_xattr_get_clusters()
|
H A D | refcounttree.c | 1086 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh); in ocfs2_get_refcount_rec() 2641 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, cpos, &eb_bh); in ocfs2_refcount_cal_cow_clusters()
|
H A D | dir.c | 782 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, major_hash, in ocfs2_dx_dir_lookup_rec()
|
H A D | xattr.c | 3701 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, name_hash, in ocfs2_xattr_get_rec()
|