Searched refs:xfs_inobt_maskn (Results 1 – 4 of 4) sorted by relevance
114 imask = xfs_inobt_maskn(i, igeo->inodes_per_cluster); in xfs_iwalk_ichunk_ra()140 irec->ir_free |= xfs_inobt_maskn(0, idx); in xfs_iwalk_adjust_start()
77 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()
259 ri->rie.ir_holemask &= ~xfs_inobt_maskn( in xrep_ibt_cluster_record()
1424 static inline xfs_inofree_t xfs_inobt_maskn(int i, int n) in xfs_inobt_maskn() function