| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | rockchip_smccc.c | 90 share_page_type_t page_type) in sip_smc_request_share_mem() argument 95 res = __invoke_sip_fn_smc(SIP_SHARE_MEM, page_num, page_type, 0); in sip_smc_request_share_mem()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | page-flags.h | 732 ((page->page_type & (PAGE_TYPE_BASE | flag)) == PAGE_TYPE_BASE) in PAGEFLAG() 736 return (int)page->page_type < PAGE_MAPCOUNT_RESERVE; in PAGEFLAG() 747 page->page_type &= ~PG_##lname; \ 752 page->page_type |= PG_##lname; \
|
| H A D | mm_types.h | 195 unsigned int page_type; member
|
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | zdata.c | 662 enum z_erofs_page_type page_type; in z_erofs_do_read_page() local 729 page_type = cur ? Z_EROFS_VLE_PAGE_TYPE_HEAD : in z_erofs_do_read_page() 738 err = z_erofs_attach_page(clt, page, page_type, in z_erofs_do_read_page() 851 enum z_erofs_page_type page_type; in z_erofs_decompress_pcluster() local 894 page = z_erofs_pagevec_dequeue(&ctor, &page_type); in z_erofs_decompress_pcluster() 903 if (page_type == Z_EROFS_VLE_PAGE_TYPE_HEAD) in z_erofs_decompress_pcluster()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | rockchip_smccc.h | 145 share_page_type_t page_type);
|
| /OK3568_Linux_fs/kernel/include/linux/rockchip/ |
| H A D | rockchip_sip.h | 242 share_page_type_t page_type); 298 (u32 page_num, share_page_type_t page_type) in sip_smc_request_share_mem() argument
|
| /OK3568_Linux_fs/kernel/drivers/firmware/ |
| H A D | rockchip_sip.c | 168 share_page_type_t page_type) in sip_smc_request_share_mem() argument 173 res = __invoke_sip_fn_smc(SIP_SHARE_MEM, page_num, page_type, 0); in sip_smc_request_share_mem()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | data.c | 468 struct bio *bio, enum page_type type) in __submit_bio() 519 struct bio *bio, enum page_type type) in f2fs_submit_bio() 609 enum page_type type, enum temp_type temp) in __f2fs_submit_merged_write() 611 enum page_type btype = PAGE_TYPE_OF_BIO(type); in __f2fs_submit_merged_write() 630 nid_t ino, enum page_type type, bool force) in __submit_merged_write_cond() 637 enum page_type btype = PAGE_TYPE_OF_BIO(type); in __submit_merged_write_cond() 653 void f2fs_submit_merged_write(struct f2fs_sb_info *sbi, enum page_type type) in f2fs_submit_merged_write() 660 nid_t ino, enum page_type type) in f2fs_submit_merged_write_cond() 924 enum page_type btype = PAGE_TYPE_OF_BIO(fio->type); in f2fs_submit_page_write()
|
| H A D | f2fs.h | 1094 enum page_type { enum 1169 enum page_type type; /* contains DATA/NODE/META/META_FLUSH */ 3642 enum page_type type, bool ordered, bool locked); 3659 enum page_type type, enum temp_type temp); 3680 long f2fs_sync_meta_pages(struct f2fs_sb_info *sbi, enum page_type type, 3720 struct bio *bio, enum page_type type); 3721 void f2fs_submit_merged_write(struct f2fs_sb_info *sbi, enum page_type type); 3724 nid_t ino, enum page_type type);
|
| H A D | dir.c | 481 enum page_type type = f2fs_has_inline_dentry(dir) ? NODE : DATA; in f2fs_set_link()
|
| H A D | checkpoint.c | 381 long f2fs_sync_meta_pages(struct f2fs_sb_info *sbi, enum page_type type, in f2fs_sync_meta_pages()
|
| H A D | segment.c | 3243 enum page_type type, enum temp_type temp) in f2fs_io_type_to_rw_hint() 3755 enum page_type type, bool ordered, bool locked) in f2fs_wait_on_page_writeback()
|
| /OK3568_Linux_fs/kernel/drivers/message/fusion/ |
| H A D | mptbase.c | 6354 u8 page_type = 0, extend_page; in mpt_config() local 6449 page_type = pReq->ExtPageType; in mpt_config() 6453 page_type = pReq->Header.PageType; in mpt_config() 6459 ioc->name, page_type, pReq->Header.PageNumber, pReq->Action)); in mpt_config() 6471 ioc->name, page_type, pReq->Header.PageNumber, in mpt_config() 6541 " action %d\n", ioc->name, page_type, in mpt_config() 8150 u8 page_type; in mpt_iocstatus_info_config() local 8153 page_type = pReq->ExtPageType; in mpt_iocstatus_info_config() 8155 page_type = pReq->Header.PageType; in mpt_iocstatus_info_config() 8162 if (page_type == MPI_CONFIG_EXTPAGETYPE_SAS_DEVICE || in mpt_iocstatus_info_config() [all …]
|