Searched refs:bmap2 (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/lib/ |
| H A D | test_bitmap.c | 269 DECLARE_BITMAP(bmap2, 1024); in test_copy() 272 bitmap_zero(bmap2, 1024); in test_copy() 276 bitmap_copy(bmap2, bmap1, 23); in test_copy() 279 bitmap_set(bmap2, 0, 23); in test_copy() 280 bitmap_copy(bmap2, bmap1, 23); in test_copy() 285 bitmap_copy(bmap2, bmap1, 1024); in test_copy() 288 bitmap_fill(bmap2, 1024); in test_copy() 296 bitmap_fill(bmap2, 1024); in test_copy() 300 bitmap_fill(bmap2, 1024); in test_copy() 710 DECLARE_BITMAP(bmap2, 1024); 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 3033 if (bmap2 & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_getattr_rsize() 3035 bmap2 &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_getattr_rsize() 3041 ret += 16 * (hweight32(bmap0) + hweight32(bmap1) + hweight32(bmap2)); in nfsd4_getattr_rsize()
|