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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/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);
36 curr = pptr + (offset & (PAGE_CACHE_BITS - 1)) / 32;
38 offset &= ~(PAGE_CACHE_BITS - 1);
39 if ((size ^ offset) / PAGE_CACHE_BITS)
40 end = pptr + PAGE_CACHE_BITS / 32;
42 end = pptr + ((size + 31) & (PAGE_CACHE_BITS - 1)) / 32;
71 offset += PAGE_CACHE_BITS;
74 page = read_mapping_page(mapping, offset / PAGE_CACHE_BITS,
77 if ((size ^ offset) / PAGE_CACHE_BITS)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dbitmap.c16 #define PAGE_CACHE_BITS (PAGE_CACHE_SIZE * 8) macro
34 page = read_mapping_page(mapping, offset / PAGE_CACHE_BITS, NULL);
36 curr = pptr + (offset & (PAGE_CACHE_BITS - 1)) / 32;
38 offset &= ~(PAGE_CACHE_BITS - 1);
39 if ((size ^ offset) / PAGE_CACHE_BITS)
40 end = pptr + PAGE_CACHE_BITS / 32;
42 end = pptr + ((size + 31) & (PAGE_CACHE_BITS - 1)) / 32;
71 offset += PAGE_CACHE_BITS;
74 page = read_mapping_page(mapping, offset / PAGE_CACHE_BITS,
77 if ((size ^ offset) / PAGE_CACHE_BITS)
[all...]

Completed in 42 milliseconds