Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_ialloc_btree.c494 uint64_t allocbmap; in xfs_inobt_rec_check_count() local
497 wordsz = sizeof(allocbmap) / sizeof(unsigned int); in xfs_inobt_rec_check_count()
498 allocbmap = xfs_inobt_irec_to_allocmask(rec); in xfs_inobt_rec_check_count()
500 nextbit = xfs_next_bit((uint *) &allocbmap, wordsz, nextbit); in xfs_inobt_rec_check_count()
503 nextbit = xfs_next_bit((uint *) &allocbmap, wordsz, in xfs_inobt_rec_check_count()