Lines Matching defs:search
2671 * fill search info into struct ocfs2_xattr_search.
2811 * fill search info into struct ocfs2_xattr_search.
3584 * extended attribute and collect search information.
3763 * We don't use binary search in the bucket because there
3827 struct ocfs2_xattr_bucket *search;
3830 search = ocfs2_xattr_bucket_new(inode);
3831 if (!search) {
3837 ret = ocfs2_read_xattr_bucket(search, p_blkno);
3843 xh = bucket_xh(search);
3846 ocfs2_xattr_bucket_relse(search);
3850 ret = ocfs2_read_xattr_bucket(search, blkno);
3856 xh = bucket_xh(search);
3865 * bucket is larger than the search one. for an empty
3880 ret = ocfs2_find_xe_in_bucket(inode, search,
3898 /* This should be in cache - we just read it during the search */
3919 ocfs2_xattr_bucket_free(search);
5087 * lose the benefits of hashing because we'll have to search large leaves.
5632 * any of the other search fields. Thus, we drop it and
5633 * re-search. Everything should be cached, so it'll be