Lines Matching refs:p_blkno
3685 u64 *p_blkno, in ocfs2_xattr_get_rec() argument
3733 *p_blkno = le64_to_cpu(rec->e_blkno); in ocfs2_xattr_get_rec()
3814 u64 p_blkno, in ocfs2_xattr_bucket_find() argument
3835 ret = ocfs2_read_xattr_bucket(search, p_blkno); in ocfs2_xattr_bucket_find()
3847 blkno = p_blkno + bucket * blk_per_bucket; in ocfs2_xattr_bucket_find()
3894 lower_blkno = p_blkno; in ocfs2_xattr_bucket_find()
3932 u64 p_blkno = 0; in ocfs2_xattr_index_block_find() local
3944 ret = ocfs2_xattr_get_rec(inode, name_hash, &p_blkno, &first_hash, in ocfs2_xattr_index_block_find()
3951 BUG_ON(p_blkno == 0 || num_clusters == 0 || first_hash > name_hash); in ocfs2_xattr_index_block_find()
3955 (unsigned long long)p_blkno, in ocfs2_xattr_index_block_find()
3959 p_blkno, first_hash, num_clusters, xs); in ocfs2_xattr_index_block_find()
4089 u64 p_blkno = 0; in ocfs2_iterate_xattr_index_block() local
4095 ret = ocfs2_xattr_get_rec(inode, name_hash, &p_blkno, in ocfs2_iterate_xattr_index_block()
4102 ret = rec_func(inode, blk_bh, p_blkno, e_cpos, in ocfs2_iterate_xattr_index_block()
5280 u64 p_blkno; in ocfs2_add_new_xattr_bucket() local
5296 ret = ocfs2_xattr_get_rec(inode, name_hash, &p_blkno, &e_cpos, in ocfs2_add_new_xattr_bucket()
5303 ret = ocfs2_read_xattr_bucket(first, p_blkno); in ocfs2_add_new_xattr_bucket()