Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_bit.h83 extern int xfs_next_bit(uint *map, uint size, uint start_bit);
Dxfs_buf_item.c199 last_bit = xfs_next_bit(bip->bli_format.blf_data_map, in xfs_buf_item_size()
210 next_bit = xfs_next_bit(bip->bli_format.blf_data_map, in xfs_buf_item_size()
295 first_bit = xfs_next_bit(bip->bli_format.blf_data_map, in xfs_buf_item_format()
307 next_bit = xfs_next_bit(bip->bli_format.blf_data_map, in xfs_buf_item_format()
Dxfs_bit.c282 int xfs_next_bit(uint *map, uint size, uint start_bit) in xfs_next_bit() function
Dxfs_log_recover.c1858 bit = xfs_next_bit(data_map, map_size, bit); in xlog_recover_do_inode_buffer()
1951 bit = xfs_next_bit(data_map, map_size, bit); in xlog_recover_do_reg_buffer()