Searched refs:isnullstartblock (Results 1 - 15 of 15) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_reflink.c236 !isnullstartblock(imap->br_startblock)) {
265 if (WARN_ON_ONCE(isnullstartblock(got.br_startblock)))
336 if (isnullstartblock(cmap->br_startblock)) {
484 ASSERT(isnullstartblock(cmap->br_startblock) ||
558 if (isnullstartblock(cmap->br_startblock) ||
608 if (isnullstartblock(del.br_startblock)) {
1586 if (isnullstartblock(got.br_startblock) ||
H A Dxfs_bmap_util.c90 if (!isnullstartblock(got.br_startblock)) {
167 if (isnullstartblock(got->br_startblock) ||
241 if (!isnullstartblock(rec->br_startblock) &&
473 !isnullstartblock(del.br_startblock)) {
H A Dxfs_aops.c383 isnullstartblock(imap.br_startblock))
H A Dxfs_iomap.c113 isnullstartblock(imap->br_startblock)) {
459 isnullstartblock(got.br_startblock) ||
H A Dxfs_icache.c1788 if (isnullstartblock(got.br_startblock)) {
/linux-master/fs/xfs/scrub/
H A Dcow_repair.c379 if (isnullstartblock(got->br_startblock))
408 ASSERT(!isnullstartblock(got->br_startblock));
577 if (isnullstartblock(xc->irec.br_startblock))
H A Dbmap_repair.c384 if (!isnullstartblock(irec.br_startblock))
452 } while (isnullstartblock(irec->br_startblock));
543 if (!isnullstartblock(irec.br_startblock))
H A Dquota_repair.c421 if (isnullstartblock(irec.br_startblock)) {
H A Dbmap.c1002 if (isnullstartblock(irec.br_startblock))
H A Drmap_repair.c500 if (isnullstartblock(rec.br_startblock))
/linux-master/fs/xfs/libxfs/
H A Dxfs_bmap.c714 if (isnullstartblock(rec.br_startblock))
1399 isnullstartblock(rec.br_startblock));
1466 ASSERT(!isnullstartblock(new->br_startblock));
1480 ASSERT(isnullstartblock(PREV.br_startblock));
1502 if (isnullstartblock(LEFT.br_startblock))
1520 if (isnullstartblock(RIGHT.br_startblock))
2032 ASSERT(!isnullstartblock(new->br_startblock));
2065 if (isnullstartblock(LEFT.br_startblock))
2083 if (isnullstartblock(RIGHT.br_startblock))
2579 ASSERT(isnullstartblock(ne
[all...]
H A Dxfs_bmap.h154 !isnullstartblock(irec->br_startblock);
H A Dxfs_inode_fork.c581 if (isnullstartblock(rec.br_startblock))
H A Dxfs_format.h1681 static inline int isnullstartblock(xfs_fsblock_t x) function
H A Dxfs_alloc.c2605 ASSERT(!isnullstartblock(bno));

Completed in 332 milliseconds