Home
last modified time | relevance | path

Searched refs:PAGE_CACHE_SIZE (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c280 #define PAGE_CACHE_SIZE (1 << PAGE_CACHE_SHIFT) macro
732 partial_page = file_offset & (PAGE_CACHE_SIZE - 1); in do_read()
734 amount = min(amount, (unsigned int) PAGE_CACHE_SIZE - in do_read()
871 partial_page = usb_offset & (PAGE_CACHE_SIZE - 1); in do_write()
874 (unsigned int) PAGE_CACHE_SIZE - partial_page); in do_write()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h462 #define PAGE_CACHE_SIZE (1 << PAGE_CACHE_SHIFT) macro
467 #define MAX_LFS_FILESIZE (((u64)PAGE_CACHE_SIZE << (BITS_PER_LONG-1))-1)
665 #define UBIFS_BLOCKS_PER_PAGE (PAGE_CACHE_SIZE / UBIFS_BLOCK_SIZE)
H A Dubifs.c750 memset(addr, 0, PAGE_CACHE_SIZE); in do_readpage()
H A Dsuper.c2605 if (PAGE_CACHE_SIZE < UBIFS_BLOCK_SIZE) { in ubifs_init()
2607 current->pid, (unsigned int)PAGE_CACHE_SIZE); in ubifs_init()