Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dpagemap.h56 #define PAGE_CACHE_SIZE COMPAT_PAGE_CACHE_SIZE macro
/third_party/f2fs-tools/include/
Df2fs_fs.h282 #define PAGE_CACHE_SIZE 4096 macro
815 #define INLINE_DATA_OFFSET (PAGE_CACHE_SIZE - sizeof(struct node_footer) \
933 #define NAT_ENTRY_PER_BLOCK (PAGE_CACHE_SIZE / sizeof(struct f2fs_nat_entry))
956 #define SIT_ENTRY_PER_BLOCK (PAGE_CACHE_SIZE / sizeof(struct f2fs_sit_entry))
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/
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()
/third_party/uboot/u-boot-2020.01/fs/ubifs/
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)
Dubifs.c735 memset(addr, 0, PAGE_CACHE_SIZE); in do_readpage()
Dsuper.c2605 if (PAGE_CACHE_SIZE < UBIFS_BLOCK_SIZE) { in ubifs_init()
2607 current->pid, (unsigned int)PAGE_CACHE_SIZE); in ubifs_init()
/third_party/f2fs-tools/fsck/
Dmount.c809 if (F2FS_BLKSIZE != PAGE_CACHE_SIZE) { in sanity_check_raw_super()
811 PAGE_CACHE_SIZE); in sanity_check_raw_super()
1808 PAGE_CACHE_SIZE - SUM_FOOTER_SIZE) in read_compacted_summaries()
1878 memcpy(curseg->sum_blk, sum_blk, PAGE_CACHE_SIZE); in read_normal_summaries()
1940 array[i].sum_blk = calloc(PAGE_CACHE_SIZE, 1); in build_curseg()