Lines Matching refs:p_blkno
3689 u64 *p_blkno,
3737 *p_blkno = le64_to_cpu(rec->e_blkno);
3807 * This series start from p_blkno and last for num_clusters.
3818 u64 p_blkno,
3839 ret = ocfs2_read_xattr_bucket(search, p_blkno);
3851 blkno = p_blkno + bucket * blk_per_bucket;
3898 lower_blkno = p_blkno;
3936 u64 p_blkno = 0;
3948 ret = ocfs2_xattr_get_rec(inode, name_hash, &p_blkno, &first_hash,
3955 BUG_ON(p_blkno == 0 || num_clusters == 0 || first_hash > name_hash);
3959 (unsigned long long)p_blkno,
3963 p_blkno, first_hash, num_clusters, xs);
4093 u64 p_blkno = 0;
4099 ret = ocfs2_xattr_get_rec(inode, name_hash, &p_blkno,
4106 ret = rec_func(inode, blk_bh, p_blkno, e_cpos,
5275 u64 p_blkno;
5291 ret = ocfs2_xattr_get_rec(inode, name_hash, &p_blkno, &e_cpos,
5298 ret = ocfs2_read_xattr_bucket(first, p_blkno);