Home
last modified time | relevance | path

Searched refs:xfs_next_bit (Results 1 – 5 of 5) sorted by relevance

/fs/xfs/libxfs/
Dxfs_ialloc_btree.c496 nextbit = xfs_next_bit(&allocbitmap, 1, 0); in xfs_inobt_irec_to_allocmask()
503 nextbit = xfs_next_bit(&allocbitmap, 1, nextbit + 1); in xfs_inobt_irec_to_allocmask()
526 nextbit = xfs_next_bit((uint *) &allocbmap, wordsz, nextbit); in xfs_inobt_rec_check_count()
529 nextbit = xfs_next_bit((uint *) &allocbmap, wordsz, in xfs_inobt_rec_check_count()
Dxfs_bit.h73 extern int xfs_next_bit(uint *map, uint size, uint start_bit);
Dxfs_bit.c75 int xfs_next_bit(uint *map, uint size, uint start_bit) in xfs_next_bit() function
/fs/xfs/
Dxfs_buf_item.c59 last_bit = xfs_next_bit(blfp->blf_data_map, blfp->blf_map_size, 0); in xfs_buf_item_size_segment()
77 next_bit = xfs_next_bit(blfp->blf_data_map, blfp->blf_map_size, in xfs_buf_item_size_segment()
224 first_bit = xfs_next_bit(blfp->blf_data_map, blfp->blf_map_size, 0); in xfs_buf_item_format_segment()
260 next_bit = xfs_next_bit(blfp->blf_data_map, blfp->blf_map_size, in xfs_buf_item_format_segment()
Dxfs_log_recover.c2101 bit = xfs_next_bit(buf_f->blf_data_map, in xlog_recover_do_inode_buffer()
2585 bit = xfs_next_bit(buf_f->blf_data_map, in xlog_recover_do_reg_buffer()