Searched refs:bmap1 (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/lib/ |
| H A D | test_bitmap.c | 268 DECLARE_BITMAP(bmap1, 1024); in test_copy() 271 bitmap_zero(bmap1, 1024); in test_copy() 275 bitmap_set(bmap1, 0, 19); in test_copy() 276 bitmap_copy(bmap2, bmap1, 23); in test_copy() 280 bitmap_copy(bmap2, bmap1, 23); in test_copy() 284 bitmap_set(bmap1, 0, 109); in test_copy() 285 bitmap_copy(bmap2, bmap1, 1024); in test_copy() 289 bitmap_copy(bmap2, bmap1, 1024); in test_copy() 709 DECLARE_BITMAP(bmap1, 1024); in test_mem_optimisations() 715 memset(bmap1, 0x5a, sizeof(bmap1)); in test_mem_optimisations() [all …]
|
| /linux-6.15/fs/nfsd/ |
| H A D | nfs4proc.c | 3013 u32 bmap0 = bmap[0], bmap1 = bmap[1], bmap2 = bmap[2]; in nfsd4_getattr_rsize() local 3021 if (bmap1 & FATTR4_WORD1_OWNER) { in nfsd4_getattr_rsize() 3023 bmap1 &= ~FATTR4_WORD1_OWNER; in nfsd4_getattr_rsize() 3025 if (bmap1 & FATTR4_WORD1_OWNER_GROUP) { in nfsd4_getattr_rsize() 3027 bmap1 &= ~FATTR4_WORD1_OWNER_GROUP; in nfsd4_getattr_rsize() 3041 ret += 16 * (hweight32(bmap0) + hweight32(bmap1) + hweight32(bmap2)); in nfsd4_getattr_rsize()
|