Searched refs:bmap2 (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/lib/ |
| D | test_bitmap.c | 237 DECLARE_BITMAP(bmap2, 1024); in test_copy() 240 bitmap_zero(bmap2, 1024); in test_copy() 244 bitmap_copy(bmap2, bmap1, 23); in test_copy() 245 expect_eq_pbl("0-18", bmap2, 1024); in test_copy() 247 bitmap_set(bmap2, 0, 23); in test_copy() 248 bitmap_copy(bmap2, bmap1, 23); in test_copy() 249 expect_eq_pbl("0-18", bmap2, 1024); in test_copy() 253 bitmap_copy(bmap2, bmap1, 1024); in test_copy() 254 expect_eq_pbl("0-108", bmap2, 1024); in test_copy() 256 bitmap_fill(bmap2, 1024); in test_copy() [all …]
|
| /Linux-v5.10/fs/nfsd/ |
| D | nfs4proc.c | 2526 u32 bmap0 = bmap[0], bmap1 = bmap[1], bmap2 = bmap[2]; in nfsd4_getattr_rsize() local 2546 if (bmap2 & FATTR4_WORD2_SECURITY_LABEL) { in nfsd4_getattr_rsize() 2548 bmap2 &= ~FATTR4_WORD2_SECURITY_LABEL; in nfsd4_getattr_rsize() 2554 ret += 16 * (hweight32(bmap0) + hweight32(bmap1) + hweight32(bmap2)); in nfsd4_getattr_rsize()
|