Home
last modified time | relevance | path

Searched refs:ir_free (Results 1 – 12 of 12) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c46 cur->bc_rec.i.ir_free = 0; in xfs_inobt_lookup()
70 rec.inobt.ir_free = cpu_to_be64(irec->ir_free); in xfs_inobt_update()
96 irec->ir_free = be64_to_cpu(rec->inobt.ir_free); in xfs_inobt_btrec_to_irec()
104 uint64_t realfree = irec->ir_free; in xfs_inobt_rec_freecount()
149 irec->ir_free, irec->ir_holemask); in xfs_inobt_complain_bad_rec()
195 cur->bc_rec.i.ir_free = free; in xfs_inobt_insert_rec()
533 trec->ir_free &= srec->ir_free; in __xfs_inobt_rec_merge()
572 nrec->ir_free, &i); in xfs_inobt_insert_sprec()
665 nrec->ir_free, &i); in xfs_finobt_insert_sprec()
907 rec.ir_free = XFS_INOBT_ALL_FREE; in xfs_ialloc_ag_alloc()
[all …]
H A Dxfs_ialloc_btree.c238 rec->inobt.ir_free = cpu_to_be64(cur->bc_rec.i.ir_free); in xfs_inobt_init_rec_from_cur()
H A Dxfs_format.h1612 __be64 ir_free; /* free inode mask */ member
1620 xfs_inofree_t ir_free; /* free inode mask */ member
/linux/fs/xfs/scrub/
H A Dialloc.c96 ffree = frec.ir_free & (1ULL << frec_idx); in xchk_inobt_xref_finobt()
108 if (irec->ir_free == 0) in xchk_inobt_xref_finobt()
112 if (irec->ir_free == XFS_INOBT_ALL_FREE) in xchk_inobt_xref_finobt()
153 free = irec->ir_free & (1ULL << rec_idx); in xchk_inobt_chunk_xref_finobt()
199 free = irec.ir_free & (1ULL << rec_idx); in xchk_finobt_xref_inobt()
241 ffree = frec->ir_free & (1ULL << rec_idx); in xchk_finobt_chunk_xref_inobt()
322 irec_free = (irec->ir_free & XFS_INOBT_MASK(irec_ino)); in xchk_iallocbt_check_cluster_ifree()
614 if ((holes & irec.ir_free) != holes || in xchk_iallocbt_rec()
H A Discan.c77 rec->ir_free |= xfs_inobt_maskn(skip_agino - rec->ir_startino, 1); in xchk_iscan_mask_skipino()
166 rec.ir_free |= xfs_inobt_maskn(0, in xchk_iscan_find_next()
173 allocmask = ~rec.ir_free; in xchk_iscan_find_next()
H A Dialloc_repair.c249 ri->rie.ir_free = XFS_INOBT_ALL_FREE; in xrep_ibt_cluster_record()
272 ri->rie.ir_free &= ~XFS_INOBT_MASK(cluster_base + in xrep_ibt_cluster_record()
H A Dinode.c690 if (rec.ir_free & XFS_INOBT_MASK(agino - rec.ir_startino)) in xchk_inode_xref_finobt()
H A Dagheader_repair.c1262 if (XFS_INOBT_MASK(i) & irec.ir_free) in xrep_iunlink_mark_ondisk_rec()
H A Dtrace.h2151 __entry->freemask = rec->ir_free;
/linux/fs/xfs/
H A Dxfs_iwalk.c114 if (imask & ~irec->ir_free) { in xfs_iwalk_ichunk_ra()
139 irec->ir_free |= xfs_inobt_maskn(0, idx); in xfs_iwalk_adjust_start()
140 irec->ir_freecount = hweight64(irec->ir_free); in xfs_iwalk_adjust_start()
205 if (XFS_INOBT_MASK(j) & irec->ir_free) in xfs_iwalk_ag_recs()
H A Dxfs_itable.c418 .xi_allocmask = ~irec->ir_free, in xfs_inumbers_walk()
H A Dxfs_trace.h4681 __entry->freemask = irec->ir_free;