Searched refs:XFS_EXT_UNWRITTEN (Results 1 - 17 of 17) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Drtbitmap_repair.c98 if (map.br_state != XFS_EXT_UNWRITTEN) {
99 ASSERT(map.br_state == XFS_EXT_UNWRITTEN);
H A Dbmap.c156 if (irec->br_state == XFS_EXT_UNWRITTEN)
242 if (!!(irec->br_state == XFS_EXT_UNWRITTEN) !=
446 if (irec->br_state == XFS_EXT_UNWRITTEN &&
H A Dquota_repair.c433 if (irec.br_state == XFS_EXT_UNWRITTEN) {
H A Dbmap_repair.c131 .br_state = unwritten ? XFS_EXT_UNWRITTEN : XFS_EXT_NORM,
H A Drmap_repair.c353 if (rec->br_state == XFS_EXT_UNWRITTEN)
/linux-master/fs/xfs/libxfs/
H A Dxfs_types.h147 XFS_EXT_NORM, XFS_EXT_UNWRITTEN, enumerator in enum:__anon1054
H A Dxfs_bmap.h164 irec->br_state != XFS_EXT_UNWRITTEN;
H A Dxfs_bmap_btree.c89 irec->br_state = XFS_EXT_UNWRITTEN;
125 ASSERT(s->br_state == XFS_EXT_NORM || s->br_state == XFS_EXT_UNWRITTEN);
H A Dxfs_bmap.c539 mval[i].br_state == XFS_EXT_UNWRITTEN);
4255 bma->got.br_state = XFS_EXT_UNWRITTEN;
4279 bma->got.br_state == XFS_EXT_UNWRITTEN);
4296 if (mval->br_state == XFS_EXT_UNWRITTEN &&
4314 mval->br_state = (mval->br_state == XFS_EXT_UNWRITTEN)
4315 ? XFS_EXT_NORM : XFS_EXT_UNWRITTEN;
4789 got.br_state = XFS_EXT_UNWRITTEN;
5323 del->br_state == XFS_EXT_UNWRITTEN));
5476 if (del.br_state == XFS_EXT_UNWRITTEN) {
5506 del.br_state = XFS_EXT_UNWRITTEN;
[all...]
H A Dxfs_iext_tree.c67 if (irec->br_state == XFS_EXT_UNWRITTEN)
83 irec->br_state = XFS_EXT_UNWRITTEN;
H A Dxfs_rmap.c2687 unwritten = ri->ri_bmap.br_state == XFS_EXT_UNWRITTEN;
/linux-master/fs/xfs/
H A Dxfs_pnfs.c243 imap.br_state == XFS_EXT_UNWRITTEN)
H A Dxfs_bmap_item.c274 if (bi->bi_bmap.br_state == XFS_EXT_UNWRITTEN)
467 XFS_EXT_UNWRITTEN : XFS_EXT_NORM;
H A Dxfs_rmap_item.c238 if (state == XFS_EXT_UNWRITTEN)
497 XFS_EXT_UNWRITTEN : XFS_EXT_NORM;
H A Dxfs_iomap.c121 if (imap->br_state == XFS_EXT_UNWRITTEN)
289 if (imap->br_state == XFS_EXT_UNWRITTEN) {
688 if ((flags & IOMAP_DAX) && imap->br_state == XFS_EXT_UNWRITTEN)
707 imap->br_state == XFS_EXT_UNWRITTEN)
H A Dxfs_reflink.c613 } else if (del.br_state == XFS_EXT_UNWRITTEN || cancel_real) {
1239 if (dmap->br_state == XFS_EXT_UNWRITTEN &&
1240 smap.br_state == XFS_EXT_UNWRITTEN)
H A Dxfs_bmap_util.c184 if (got->br_state == XFS_EXT_UNWRITTEN &&

Completed in 659 milliseconds