| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pagemap.h | 205 static inline int __page_cache_add_speculative(struct page *page, int count) in __page_cache_add_speculative() 238 static inline int page_cache_get_speculative(struct page *page) in page_cache_get_speculative() 243 static inline int page_cache_add_speculative(struct page *page, int count) in page_cache_add_speculative() 256 static inline void attach_page_private(struct page *page, void *data) in attach_page_private() 272 static inline void *detach_page_private(struct page *page) in detach_page_private() 505 static inline pgoff_t page_to_index(struct page *page) in page_to_index() 527 static inline pgoff_t page_to_pgoff(struct page *page) in page_to_pgoff() 537 static inline loff_t page_offset(struct page *page) in page_offset() 542 static inline loff_t page_file_offset(struct page *page) in page_file_offset() 562 struct page *page; member [all …]
|
| H A D | pageblock-flags.h | 68 #define get_pageblock_skip(page) \ argument 71 #define clear_pageblock_skip(page) \ argument 74 #define set_pageblock_skip(page) \ argument 79 static inline bool get_pageblock_skip(struct page *page) in get_pageblock_skip() 83 static inline void clear_pageblock_skip(struct page *page) in clear_pageblock_skip() 86 static inline void set_pageblock_skip(struct page *page) in set_pageblock_skip()
|
| H A D | mm_inline.h | 26 static inline int page_is_file_lru(struct page *page) in page_is_file_lru() 52 static __always_inline void add_page_to_lru_list(struct page *page, in add_page_to_lru_list() 60 static __always_inline void add_page_to_lru_list_tail(struct page *page, in add_page_to_lru_list_tail() 68 static __always_inline void del_page_from_lru_list(struct page *page, in del_page_from_lru_list() 84 static inline enum lru_list page_lru_base_type(struct page *page) in page_lru_base_type() 98 static __always_inline enum lru_list page_off_lru(struct page *page) in page_off_lru() 122 static __always_inline enum lru_list page_lru(struct page *page) in page_lru()
|
| H A D | migrate.h | 61 static inline struct page *alloc_migration_target(struct page *page, in alloc_migration_target() 64 static inline int isolate_movable_page(struct page *page, isolate_mode_t mode) in isolate_movable_page() 67 static inline void migrate_page_states(struct page *newpage, struct page *page) in migrate_page_states() 72 struct page *page) {} in migrate_page_copy() 75 struct page *newpage, struct page *page) in migrate_huge_page_move_mapping() 87 static inline int PageMovable(struct page *page) { return 0; }; in PageMovable() 88 static inline void __SetPageMovable(struct page *page, in __SetPageMovable() 92 static inline void __ClearPageMovable(struct page *page) in __ClearPageMovable() 106 static inline int migrate_misplaced_page(struct page *page, in migrate_misplaced_page() 124 struct page *page, int node) in migrate_misplaced_transhuge_page()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | rmap.c | 480 struct anon_vma *page_get_anon_vma(struct page *page) in page_get_anon_vma() 524 struct anon_vma *page_lock_anon_vma_read(struct page *page, in page_lock_anon_vma_read() 717 unsigned long page_address_in_vma(struct page *page, struct vm_area_struct *vma) in page_address_in_vma() 780 static bool page_referenced_one(struct page *page, struct vm_area_struct *vma, in page_referenced_one() 867 int page_referenced(struct page *page, in page_referenced() 915 static bool page_mkclean_one(struct page *page, struct vm_area_struct *vma, in page_mkclean_one() 997 int page_mkclean(struct page *page) in page_mkclean() 1032 void page_move_anon_rmap(struct page *page, struct vm_area_struct *vma) in page_move_anon_rmap() 1057 static void __page_set_anon_rmap(struct page *page, in __page_set_anon_rmap() 1086 static void __page_check_anon_rmap(struct page *page, in __page_check_anon_rmap() [all …]
|
| H A D | balloon_compaction.c | 15 struct page *page) in balloon_page_enqueue_one() 43 struct page *page, *tmp; in balloon_page_list_enqueue() local 79 struct page *page, *tmp; in balloon_page_list_dequeue() local 126 struct page *page = alloc_page(balloon_mapping_gfp_mask() | in balloon_page_alloc() local 147 struct page *page) in balloon_page_enqueue() 206 bool balloon_page_isolate(struct page *page, isolate_mode_t mode) in balloon_page_isolate() 220 void balloon_page_putback(struct page *page) in balloon_page_putback() 234 struct page *newpage, struct page *page, in balloon_page_migrate()
|
| H A D | page_io.c | 31 struct page *page, bio_end_io_t end_io) in get_swap_bio() 51 struct page *page = bio_first_page_all(bio); in end_swap_bio_write() local 75 struct page *page = bio_first_page_all(bio); in end_swap_bio_read() local 199 int swap_writepage(struct page *page, struct writeback_control *wbc) in swap_writepage() 228 static inline void count_swpout_vm_event(struct page *page) in count_swpout_vm_event() 238 static void bio_associate_blkg_from_page(struct bio *bio, struct page *page) in bio_associate_blkg_from_page() 251 #define bio_associate_blkg_from_page(bio, page) do { } while (0) argument 254 int __swap_writepage(struct page *page, struct writeback_control *wbc, in __swap_writepage() 331 int swap_readpage(struct page *page, bool synchronous) in swap_readpage() 416 int swap_set_page_dirty(struct page *page) in swap_set_page_dirty()
|
| H A D | migrate.c | 63 int isolate_movable_page(struct page *page, isolate_mode_t mode) in isolate_movable_page() 125 void putback_movable_page(struct page *page) in putback_movable_page() 148 struct page *page; in putback_movable_pages() local 183 static bool remove_migration_pte(struct page *page, struct vm_area_struct *vma, in remove_migration_pte() 295 struct page *page; in __migration_entry_wait() local 343 struct page *page; in pmd_migration_entry_wait() local 359 static int expected_page_refs(struct address_space *mapping, struct page *page) in expected_page_refs() 383 struct page *newpage, struct page *page, int extra_count) in migrate_page_move_mapping() 505 struct page *newpage, struct page *page) in migrate_huge_page_move_mapping() 587 void migrate_page_states(struct page *newpage, struct page *page) in migrate_page_states() [all …]
|
| H A D | page_isolation.c | 18 static int set_migratetype_isolate(struct page *page, int migratetype, int isol_flags) in set_migratetype_isolate() 67 static void unset_migratetype_isolate(struct page *page, unsigned migratetype) in unset_migratetype_isolate() 132 struct page *page; in __first_valid_page() local 189 struct page *page; in start_isolate_page_range() local 212 struct page *page = pfn_to_online_page(pfn); in start_isolate_page_range() local 228 struct page *page; in undo_isolate_page_range() local 253 struct page *page; in __test_page_isolated_in_pageblock() local 295 struct page *page; in test_pages_isolated() local
|
| /OK3568_Linux_fs/kernel/drivers/most/ |
| H A D | configfs.c | 114 const char *page, size_t count) in mdev_link_create_link_store() 136 const char *page, size_t count) in mdev_link_destroy_link_store() 160 static ssize_t mdev_link_direction_show(struct config_item *item, char *page) in mdev_link_direction_show() 166 const char *page, size_t count) in mdev_link_direction_store() 178 static ssize_t mdev_link_datatype_show(struct config_item *item, char *page) in mdev_link_datatype_show() 184 const char *page, size_t count) in mdev_link_datatype_store() 197 static ssize_t mdev_link_device_show(struct config_item *item, char *page) in mdev_link_device_show() 203 const char *page, size_t count) in mdev_link_device_store() 212 static ssize_t mdev_link_channel_show(struct config_item *item, char *page) in mdev_link_channel_show() 218 const char *page, size_t count) in mdev_link_channel_store() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/lightnvm/ |
| H A D | pblk-sysfs.c | 24 static ssize_t pblk_sysfs_luns_show(struct pblk *pblk, char *page) in pblk_sysfs_luns_show() 51 static ssize_t pblk_sysfs_rate_limiter(struct pblk *pblk, char *page) in pblk_sysfs_rate_limiter() 83 static ssize_t pblk_sysfs_gc_state_show(struct pblk *pblk, char *page) in pblk_sysfs_gc_state_show() 92 static ssize_t pblk_sysfs_stats(struct pblk *pblk, char *page) in pblk_sysfs_stats() 108 static ssize_t pblk_sysfs_write_buffer(struct pblk *pblk, char *page) in pblk_sysfs_write_buffer() 113 static ssize_t pblk_sysfs_ppaf(struct pblk *pblk, char *page) in pblk_sysfs_ppaf() 164 static ssize_t pblk_sysfs_lines(struct pblk *pblk, char *page) in pblk_sysfs_lines() 309 static ssize_t pblk_sysfs_lines_info(struct pblk *pblk, char *page) in pblk_sysfs_lines_info() 337 static ssize_t pblk_sysfs_get_sec_per_write(struct pblk *pblk, char *page) in pblk_sysfs_get_sec_per_write() 343 char *page) in pblk_get_write_amp() [all …]
|
| /OK3568_Linux_fs/kernel/fs/sysv/ |
| H A D | dir.c | 31 static inline void dir_put_page(struct page *page) in dir_put_page() 37 static int dir_commit_chunk(struct page *page, loff_t pos, unsigned len) in dir_commit_chunk() 58 struct page *page = read_mapping_page(mapping, n, NULL); in dir_get_page() local 83 struct page *page = dir_get_page(inode, n); in sysv_readdir() local 134 struct page *page = NULL; in sysv_find_entry() local 178 struct page *page = NULL; in sysv_add_link() local 230 int sysv_delete_entry(struct sysv_dir_entry *de, struct page *page) in sysv_delete_entry() 250 struct page *page = grab_cache_page(inode->i_mapping, 0); in sysv_make_empty() local 287 struct page *page = NULL; in sysv_empty_dir() local 327 void sysv_set_link(struct sysv_dir_entry *de, struct page *page, in sysv_set_link() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/b53/ |
| H A D | b53_spi.c | 76 static inline int b53_spi_set_page(struct spi_device *spi, u8 page) in b53_spi_set_page() 87 static inline int b53_prepare_reg_access(struct spi_device *spi, u8 page) in b53_prepare_reg_access() 124 static int b53_spi_read(struct b53_device *dev, u8 page, u8 reg, u8 *data, in b53_spi_read() 141 static int b53_spi_read8(struct b53_device *dev, u8 page, u8 reg, u8 *val) in b53_spi_read8() 146 static int b53_spi_read16(struct b53_device *dev, u8 page, u8 reg, u16 *val) in b53_spi_read16() 159 static int b53_spi_read32(struct b53_device *dev, u8 page, u8 reg, u32 *val) in b53_spi_read32() 172 static int b53_spi_read48(struct b53_device *dev, u8 page, u8 reg, u64 *val) in b53_spi_read48() 185 static int b53_spi_read64(struct b53_device *dev, u8 page, u8 reg, u64 *val) in b53_spi_read64() 198 static int b53_spi_write8(struct b53_device *dev, u8 page, u8 reg, u8 value) in b53_spi_write8() 215 static int b53_spi_write16(struct b53_device *dev, u8 page, u8 reg, u16 value) in b53_spi_write16() [all …]
|
| H A D | b53_mmap.c | 31 static int b53_mmap_read8(struct b53_device *dev, u8 page, u8 reg, u8 *val) in b53_mmap_read8() 41 static int b53_mmap_read16(struct b53_device *dev, u8 page, u8 reg, u16 *val) in b53_mmap_read16() 57 static int b53_mmap_read32(struct b53_device *dev, u8 page, u8 reg, u32 *val) in b53_mmap_read32() 73 static int b53_mmap_read48(struct b53_device *dev, u8 page, u8 reg, u64 *val) in b53_mmap_read48() 112 static int b53_mmap_read64(struct b53_device *dev, u8 page, u8 reg, u64 *val) in b53_mmap_read64() 134 static int b53_mmap_write8(struct b53_device *dev, u8 page, u8 reg, u8 value) in b53_mmap_write8() 144 static int b53_mmap_write16(struct b53_device *dev, u8 page, u8 reg, in b53_mmap_write16() 161 static int b53_mmap_write32(struct b53_device *dev, u8 page, u8 reg, in b53_mmap_write32() 178 static int b53_mmap_write48(struct b53_device *dev, u8 page, u8 reg, in b53_mmap_write48() 201 static int b53_mmap_write64(struct b53_device *dev, u8 page, u8 reg, in b53_mmap_write64()
|
| /OK3568_Linux_fs/kernel/fs/fscache/ |
| H A D | page.c | 19 bool __fscache_check_page_write(struct fscache_cookie *cookie, struct page *page) in __fscache_check_page_write() 35 void __fscache_wait_on_page_write(struct fscache_cookie *cookie, struct page *page) in __fscache_wait_on_page_write() 50 bool release_page_wait_timeout(struct fscache_cookie *cookie, struct page *page) in release_page_wait_timeout() 63 struct page *page, in __fscache_maybe_release_page() 147 struct page *page) in fscache_end_page_write() 430 struct page *page, in __fscache_read_or_alloc_page() 676 struct page *page, in __fscache_alloc_page() 768 struct page *page; in __fscache_readpages_cancel() local 794 struct page *page; in fscache_write_op() local 896 struct page *page; in fscache_invalidate_writes() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | cacheflush.h | 39 #define Page_dcache_dirty(page) \ argument 41 #define SetPageDcacheDirty(page) \ argument 43 #define ClearPageDcacheDirty(page) \ argument 56 static inline void flush_dcache_page(struct page *page) in flush_dcache_page() 70 struct page *page, unsigned long vmaddr) in flush_anon_page() 77 struct page *page) in flush_icache_page() 129 static inline void flush_kernel_dcache_page(struct page *page) in flush_kernel_dcache_page()
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | page.c | 29 __nilfs_get_page_block(struct page *page, unsigned long block, pgoff_t index, in __nilfs_get_page_block() 54 struct page *page; in nilfs_grab_buffer() local 76 struct page *page = bh->b_page; in nilfs_forget_buffer() local 140 int nilfs_page_buffers_clean(struct page *page) in nilfs_page_buffers_clean() 153 void nilfs_page_bug(struct page *page) in nilfs_page_bug() 254 struct page *page = pvec.pages[i], *dpage; in nilfs_copy_dirty_pages() local 308 struct page *page = pvec.pages[i], *dpage; in nilfs_copy_back_pages() local 369 struct page *page = pvec.pages[i]; in nilfs_clear_dirty_pages() local 385 void nilfs_clear_dirty_page(struct page *page, bool silent) in nilfs_clear_dirty_page() 422 unsigned int nilfs_page_count_clean_buffers(struct page *page, in nilfs_page_count_clean_buffers() [all …]
|
| H A D | dir.c | 67 static inline void nilfs_put_page(struct page *page) in nilfs_put_page() 87 static int nilfs_prepare_chunk(struct page *page, unsigned int from, in nilfs_prepare_chunk() 95 static void nilfs_commit_chunk(struct page *page, in nilfs_commit_chunk() 116 static bool nilfs_check_page(struct page *page) in nilfs_check_page() 192 struct page *page = read_mapping_page(mapping, n, NULL); in nilfs_get_page() local 278 struct page *page = nilfs_get_page(inode, n); in nilfs_readdir() local 333 struct page *page = NULL; in nilfs_find_entry() local 390 struct page *page = nilfs_get_page(dir, 0); in nilfs_dotdot() local 405 struct page *page; in nilfs_inode_by_name() local 418 struct page *page, struct inode *inode) in nilfs_set_link() [all …]
|
| /OK3568_Linux_fs/kernel/sound/pci/emu10k1/ |
| H A D | memory.c | 21 #define __set_ptb_entry(emu,page,addr) \ argument 24 #define __get_ptb_entry(emu, page) \ argument 33 #define aligned_page_offset(page) ((page) << PAGE_SHIFT) argument 37 #define set_ptb_entry(emu,page,addr) __set_ptb_entry(emu,page,addr) argument 39 #define set_silent_ptb(emu,page) __set_ptb_entry(emu,page,emu->silent_page.addr) argument 42 static inline void set_ptb_entry(struct snd_emu10k1 *emu, int page, dma_addr_t addr) in set_ptb_entry() 53 static inline void set_silent_ptb(struct snd_emu10k1 *emu, int page) in set_silent_ptb() 97 int page = 1, found_page = -ENOMEM; in search_empty_map_area() local 136 int page, pg; in map_memblk() local 206 int page, psize; in search_empty() local [all …]
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/cluster/ |
| H A D | nodemanager.c | 164 static ssize_t o2nm_node_num_show(struct config_item *item, char *page) in o2nm_node_num_show() 185 static ssize_t o2nm_node_num_store(struct config_item *item, const char *page, in o2nm_node_num_store() 235 static ssize_t o2nm_node_ipv4_port_show(struct config_item *item, char *page) in o2nm_node_ipv4_port_show() 241 const char *page, size_t count) in o2nm_node_ipv4_port_store() 263 static ssize_t o2nm_node_ipv4_address_show(struct config_item *item, char *page) in o2nm_node_ipv4_address_show() 269 const char *page, in o2nm_node_ipv4_address_store() 319 static ssize_t o2nm_node_local_show(struct config_item *item, char *page) in o2nm_node_local_show() 324 static ssize_t o2nm_node_local_store(struct config_item *item, const char *page, in o2nm_node_local_store() 426 static ssize_t o2nm_cluster_attr_write(const char *page, ssize_t count, in o2nm_cluster_attr_write() 447 char *page) in o2nm_cluster_idle_timeout_ms_show() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | flush.c | 128 void __flush_ptrace_access(struct page *page, unsigned long uaddr, void *kaddr, in __flush_ptrace_access() 159 void flush_ptrace_access(struct vm_area_struct *vma, struct page *page, in flush_ptrace_access() 170 void flush_uprobe_xol_access(struct page *page, unsigned long uaddr, in flush_uprobe_xol_access() 185 void copy_to_user_page(struct vm_area_struct *vma, struct page *page, in copy_to_user_page() 199 void __flush_dcache_page(struct address_space *mapping, struct page *page) in __flush_dcache_page() 237 static void __flush_dcache_aliases(struct address_space *mapping, struct page *page) in __flush_dcache_aliases() 272 struct page *page; in __sync_icache_dcache() local 315 void flush_dcache_page(struct page *page) in flush_dcache_page() 357 void flush_kernel_dcache_page(struct page *page) in flush_kernel_dcache_page() 390 void __flush_anon_page(struct vm_area_struct *vma, struct page *page, unsigned long vmaddr) in __flush_anon_page()
|
| /OK3568_Linux_fs/kernel/drivers/dma/ioat/ |
| H A D | sysfs.c | 17 static ssize_t cap_show(struct dma_chan *c, char *page) in cap_show() 31 static ssize_t version_show(struct dma_chan *c, char *page) in version_show() 42 ioat_attr_show(struct kobject *kobj, struct attribute *attr, char *page) in ioat_attr_show() 57 const char *page, size_t count) in ioat_attr_store() 111 static ssize_t ring_size_show(struct dma_chan *c, char *page) in ring_size_show() 119 static ssize_t ring_active_show(struct dma_chan *c, char *page) in ring_active_show() 128 static ssize_t intr_coalesce_show(struct dma_chan *c, char *page) in intr_coalesce_show() 135 static ssize_t intr_coalesce_store(struct dma_chan *c, const char *page, in intr_coalesce_store()
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | pagelist.c | 32 struct page *page = list_entry(pl->head.prev, struct page, lru); in ceph_pagelist_unmap_tail() local 44 struct page *page = list_first_entry(&pl->head, struct page, in ceph_pagelist_release() local 56 struct page *page; in ceph_pagelist_addpage() local 110 struct page *page = __page_cache_alloc(GFP_NOFS); in ceph_pagelist_reserve() local 124 struct page *page = list_first_entry(&pl->free_list, in ceph_pagelist_free_reserve() local 153 struct page *page; in ceph_pagelist_truncate() local
|
| /OK3568_Linux_fs/kernel/fs/9p/ |
| H A D | vfs_addr.c | 38 static int v9fs_fid_readpage(void *data, struct page *page) in v9fs_fid_readpage() 83 static int v9fs_vfs_readpage(struct file *filp, struct page *page) in v9fs_vfs_readpage() 123 static int v9fs_release_page(struct page *page, gfp_t gfp) in v9fs_release_page() 137 static void v9fs_invalidate_page(struct page *page, unsigned int offset, in v9fs_invalidate_page() 148 static int v9fs_vfs_writepage_locked(struct page *page) in v9fs_vfs_writepage_locked() 178 static int v9fs_vfs_writepage(struct page *page, struct writeback_control *wbc) in v9fs_vfs_writepage() 205 static int v9fs_launder_page(struct page *page) in v9fs_launder_page() 260 struct page *page; in v9fs_write_begin() local 293 struct page *page, void *fsdata) in v9fs_write_end()
|
| /OK3568_Linux_fs/kernel/fs/ext2/ |
| H A D | dir.c | 69 static inline void ext2_put_page(struct page *page) in ext2_put_page() 90 static int ext2_commit_chunk(struct page *page, loff_t pos, unsigned len) in ext2_commit_chunk() 115 static bool ext2_check_page(struct page *page, int quiet) in ext2_check_page() 203 struct page *page = read_mapping_page(mapping, n, NULL); in ext2_get_page() local 285 struct page *page = ext2_get_page(inode, n, 0); in ext2_readdir() local 348 struct page *page = NULL; in ext2_find_entry() local 406 struct page *page = ext2_get_page(dir, 0, 0); in ext2_dotdot() local 419 struct page *page; in ext2_inode_by_name() local 430 static int ext2_prepare_chunk(struct page *page, loff_t pos, unsigned len) in ext2_prepare_chunk() 437 struct page *page, struct inode *inode, int update_times) in ext2_set_link() [all …]
|