Searched refs:ocfs2_find_leaf (Results 1 – 6 of 6) sorted by relevance
/fs/ocfs2/ |
D | alloc.h | 225 int ocfs2_find_leaf(struct ocfs2_caching_info *ci,
|
D | extent_map.c | 420 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, v_cluster, in ocfs2_get_clusters_nocache() 544 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, v_cluster, in ocfs2_xattr_get_clusters()
|
D | refcounttree.c | 1085 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh); in ocfs2_get_refcount_rec() 2647 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, cpos, &eb_bh); in ocfs2_refcount_cal_cow_clusters()
|
D | dir.c | 778 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, major_hash, in ocfs2_dx_dir_lookup_rec()
|
D | alloc.c | 1927 int ocfs2_find_leaf(struct ocfs2_caching_info *ci, in ocfs2_find_leaf() function
|
D | xattr.c | 3699 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, name_hash, in ocfs2_xattr_get_rec()
|