Searched refs:xfs_next_bit (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_bit.h | 73 extern int xfs_next_bit(uint *map, uint size, uint start_bit);
|
D | xfs_bit.c | 76 int xfs_next_bit(uint *map, uint size, uint start_bit) in xfs_next_bit() function
|
D | xfs_ialloc_btree.c | 585 nextbit = xfs_next_bit(&allocbitmap, 1, 0); in xfs_inobt_irec_to_allocmask() 592 nextbit = xfs_next_bit(&allocbitmap, 1, nextbit + 1); in xfs_inobt_irec_to_allocmask() 615 nextbit = xfs_next_bit((uint *) &allocbmap, wordsz, nextbit); in xfs_inobt_rec_check_count() 618 nextbit = xfs_next_bit((uint *) &allocbmap, wordsz, in xfs_inobt_rec_check_count()
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_buf_item.c | 77 last_bit = xfs_next_bit(blfp->blf_data_map, blfp->blf_map_size, 0); in xfs_buf_item_size_segment() 95 next_bit = xfs_next_bit(blfp->blf_data_map, blfp->blf_map_size, in xfs_buf_item_size_segment() 243 first_bit = xfs_next_bit(blfp->blf_data_map, blfp->blf_map_size, 0); in xfs_buf_item_format_segment() 279 next_bit = xfs_next_bit(blfp->blf_data_map, blfp->blf_map_size, in xfs_buf_item_format_segment()
|
D | xfs_buf_item_recover.c | 454 bit = xfs_next_bit(buf_f->blf_data_map, in xlog_recover_do_reg_buffer() 617 bit = xfs_next_bit(buf_f->blf_data_map, in xlog_recover_do_inode_buffer()
|