Lines Matching defs:bno
72 xfs_daddr_t bno)
76 if (bno != be64_to_cpu(rmt->rm_blkno))
95 xfs_daddr_t bno)
103 if (be64_to_cpu(rmt->rm_blkno) != bno)
125 xfs_daddr_t bno;
133 bno = xfs_buf_daddr(bp);
143 *failaddr = xfs_attr3_rmt_verify(mp, bp, ptr, blksize, bno);
148 bno += BTOBB(blksize);
191 xfs_daddr_t bno;
198 bno = xfs_buf_daddr(bp);
205 fa = xfs_attr3_rmt_verify(mp, bp, ptr, blksize, bno);
223 bno += BTOBB(blksize);
245 xfs_daddr_t bno)
257 rmt->rm_blkno = cpu_to_be64(bno);
287 xfs_daddr_t bno = xfs_buf_daddr(bp);
301 byte_cnt, bno)) {
303 "remote attribute header mismatch bno/off/len/owner (0x%llx/0x%x/Ox%x/0x%llx)",
304 bno, *offset, byte_cnt, ino);
315 bno += BTOBB(blksize);
335 xfs_daddr_t bno = xfs_buf_daddr(bp);
347 byte_cnt, bno);
365 bno += BTOBB(blksize);