Searched refs:PAGE_CACHE_BITS (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/hfsplus/
H A Dbitmap.c16 #define PAGE_CACHE_BITS (PAGE_CACHE_SIZE * 8) macro
34 page = read_mapping_page(mapping, offset / PAGE_CACHE_BITS, NULL);
40 curr = pptr + (offset & (PAGE_CACHE_BITS - 1)) / 32;
42 offset &= ~(PAGE_CACHE_BITS - 1);
43 if ((size ^ offset) / PAGE_CACHE_BITS)
44 end = pptr + PAGE_CACHE_BITS / 32;
46 end = pptr + ((size + 31) & (PAGE_CACHE_BITS - 1)) / 32;
75 offset += PAGE_CACHE_BITS;
78 page = read_mapping_page(mapping, offset / PAGE_CACHE_BITS,
85 if ((size ^ offset) / PAGE_CACHE_BITS)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/hfsplus/
H A Dbitmap.c16 #define PAGE_CACHE_BITS (PAGE_CACHE_SIZE * 8) macro
34 page = read_mapping_page(mapping, offset / PAGE_CACHE_BITS, NULL);
40 curr = pptr + (offset & (PAGE_CACHE_BITS - 1)) / 32;
42 offset &= ~(PAGE_CACHE_BITS - 1);
43 if ((size ^ offset) / PAGE_CACHE_BITS)
44 end = pptr + PAGE_CACHE_BITS / 32;
46 end = pptr + ((size + 31) & (PAGE_CACHE_BITS - 1)) / 32;
75 offset += PAGE_CACHE_BITS;
78 page = read_mapping_page(mapping, offset / PAGE_CACHE_BITS,
85 if ((size ^ offset) / PAGE_CACHE_BITS)
[all...]

Completed in 164 milliseconds