Searched refs:bmap1 (Results 1 – 2 of 2) sorted by relevance
| /linux/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() 297 bitmap_copy(bmap2, bmap1, 109); /* ... but 0-padded til word length */ in test_copy() 301 bitmap_copy(bmap2, bmap1, 97); /* ... but aligned on word length */ in test_copy() [all …]
|
| /linux/fs/nfsd/ |
| H A D | nfs4proc.c | 3266 u32 bmap0 = bmap[0], bmap1 = bmap[1], bmap2 = bmap[2]; in nfsd4_getattr_rsize() local 3274 if (bmap1 & FATTR4_WORD1_OWNER) { in nfsd4_getattr_rsize() 3276 bmap1 &= ~FATTR4_WORD1_OWNER; in nfsd4_getattr_rsize() 3278 if (bmap1 & FATTR4_WORD1_OWNER_GROUP) { in nfsd4_getattr_rsize() 3280 bmap1 &= ~FATTR4_WORD1_OWNER_GROUP; in nfsd4_getattr_rsize() 3294 ret += 16 * (hweight32(bmap0) + hweight32(bmap1) + hweight32(bmap2)); in nfsd4_getattr_rsize()
|