Lines Matching refs:p_blkno
3687 u64 *p_blkno,
3735 *p_blkno = le64_to_cpu(rec->e_blkno);
3805 * This series start from p_blkno and last for num_clusters.
3816 u64 p_blkno,
3837 ret = ocfs2_read_xattr_bucket(search, p_blkno);
3849 blkno = p_blkno + bucket * blk_per_bucket;
3896 lower_blkno = p_blkno;
3934 u64 p_blkno = 0;
3946 ret = ocfs2_xattr_get_rec(inode, name_hash, &p_blkno, &first_hash,
3953 BUG_ON(p_blkno == 0 || num_clusters == 0 || first_hash > name_hash);
3957 (unsigned long long)p_blkno,
3961 p_blkno, first_hash, num_clusters, xs);
4091 u64 p_blkno = 0;
4097 ret = ocfs2_xattr_get_rec(inode, name_hash, &p_blkno,
4104 ret = rec_func(inode, blk_bh, p_blkno, e_cpos,
5282 u64 p_blkno;
5298 ret = ocfs2_xattr_get_rec(inode, name_hash, &p_blkno, &e_cpos,
5305 ret = ocfs2_read_xattr_bucket(first, p_blkno);