Searched refs:nextbit (Results 1 – 2 of 2) sorted by relevance
| /fs/xfs/libxfs/ |
| A D | xfs_ialloc_btree.c | 647 int nextbit; in xfs_inobt_irec_to_allocmask() local 671 nextbit = xfs_next_bit(&allocbitmap, 1, 0); in xfs_inobt_irec_to_allocmask() 672 while (nextbit != -1) { in xfs_inobt_irec_to_allocmask() 673 ASSERT(nextbit < (sizeof(rec->ir_holemask) * NBBY)); in xfs_inobt_irec_to_allocmask() 676 (nextbit * XFS_INODES_PER_HOLEMASK_BIT)); in xfs_inobt_irec_to_allocmask() 678 nextbit = xfs_next_bit(&allocbitmap, 1, nextbit + 1); in xfs_inobt_irec_to_allocmask() 694 int nextbit = 0; in xfs_inobt_rec_check_count() local 701 nextbit = xfs_next_bit((uint *) &allocbmap, wordsz, nextbit); in xfs_inobt_rec_check_count() 702 while (nextbit != -1) { in xfs_inobt_rec_check_count() 704 nextbit = xfs_next_bit((uint *) &allocbmap, wordsz, in xfs_inobt_rec_check_count() [all …]
|
| A D | xfs_ialloc.c | 2004 int nextbit; in xfs_difree_inode_chunk() local 2028 nextbit = startidx + 1; in xfs_difree_inode_chunk() 2032 nextbit = find_next_zero_bit(holemask, XFS_INOBT_HOLEMASK_BITS, in xfs_difree_inode_chunk() 2033 nextbit); in xfs_difree_inode_chunk() 2038 if (nextbit != XFS_INOBT_HOLEMASK_BITS && in xfs_difree_inode_chunk() 2039 nextbit == endidx + 1) { in xfs_difree_inode_chunk() 2040 endidx = nextbit; in xfs_difree_inode_chunk() 2064 startidx = endidx = nextbit; in xfs_difree_inode_chunk() 2067 nextbit++; in xfs_difree_inode_chunk()
|
Completed in 8 milliseconds