Lines Matching defs:len
39 xfs_extlen_t len)
54 error = xfs_alloc_lookup_le(*pcur, agbno, len, &has_otherrec);
70 if (fbno != agbno || flen != len)
79 xfs_extlen_t len)
84 xchk_allocbt_xref_other(sc, agbno, len);
85 xchk_xref_is_not_inode_chunk(sc, agbno, len);
86 xchk_xref_has_no_owner(sc, agbno, len);
87 xchk_xref_is_not_shared(sc, agbno, len);
99 xfs_extlen_t len;
102 len = be32_to_cpu(rec->alloc.ar_blockcount);
104 if (bno + len <= bno ||
106 !xfs_verify_agbno(mp, agno, bno + len - 1))
109 xchk_allocbt_xref(bs->sc, bno, len);
145 xfs_extlen_t len)
153 error = xfs_alloc_has_record(sc->sa.bno_cur, agbno, len, &is_freesp);