/linux-3.3/fs/9p/ |
D | cache.h | 56 static inline int v9fs_fscache_release_page(struct page *page, in v9fs_fscache_release_page() 62 static inline void v9fs_fscache_invalidate_page(struct page *page) in v9fs_fscache_invalidate_page() 68 struct page *page) in v9fs_readpage_from_fscache() 83 struct page *page) in v9fs_readpage_to_fscache() 89 static inline void v9fs_uncache_page(struct inode *inode, struct page *page) in v9fs_uncache_page() 97 struct page *page) in v9fs_fscache_wait_on_page_write() 104 static inline int v9fs_fscache_release_page(struct page *page, in v9fs_fscache_release_page() 109 static inline void v9fs_fscache_invalidate_page(struct page *page) {} in v9fs_fscache_invalidate_page() 112 struct page *page) in v9fs_readpage_from_fscache() 126 struct page *page) in v9fs_readpage_to_fscache() [all …]
|
/linux-3.3/drivers/target/iscsi/ |
D | iscsi_target_stat.c | 70 struct iscsi_wwn_stat_grps *igrps, char *page) in iscsi_stat_instance_show_attr_inst() 80 struct iscsi_wwn_stat_grps *igrps, char *page) in iscsi_stat_instance_show_attr_min_ver() 87 struct iscsi_wwn_stat_grps *igrps, char *page) in iscsi_stat_instance_show_attr_max_ver() 94 struct iscsi_wwn_stat_grps *igrps, char *page) in iscsi_stat_instance_show_attr_portals() 104 struct iscsi_wwn_stat_grps *igrps, char *page) in iscsi_stat_instance_show_attr_nodes() 111 struct iscsi_wwn_stat_grps *igrps, char *page) in iscsi_stat_instance_show_attr_sessions() 121 struct iscsi_wwn_stat_grps *igrps, char *page) in iscsi_stat_instance_show_attr_fail_sess() 139 struct iscsi_wwn_stat_grps *igrps, char *page) in iscsi_stat_instance_show_attr_fail_type() 151 struct iscsi_wwn_stat_grps *igrps, char *page) in iscsi_stat_instance_show_attr_fail_rem_name() 164 struct iscsi_wwn_stat_grps *igrps, char *page) in iscsi_stat_instance_show_attr_disc_time() [all …]
|
/linux-3.3/sound/pci/trident/ |
D | trident_memory.c | 37 #define __set_tlb_bus(trident,page,ptr,addr) \ argument 40 #define __tlb_to_ptr(trident,page) \ argument 42 #define __tlb_to_addr(trident,page) \ argument 50 #define set_tlb_bus(trident,page,ptr,addr) __set_tlb_bus(trident,page,ptr,addr) argument 52 #define set_silent_tlb(trident,page) __set_tlb_bus(trident, page, (unsigned long)trident->tlb.silen… argument 56 #define aligned_page_offset(page) ((page) << 12) argument 58 #define page_to_ptr(trident,page) __tlb_to_ptr(trident, page) argument 60 #define page_to_addr(trident,page) __tlb_to_addr(trident, page) argument 67 #define aligned_page_offset(page) ((page) << 13) argument 68 #define page_to_ptr(trident,page) __tlb_to_ptr(trident, (page) << 1) argument [all …]
|
/linux-3.3/block/ |
D | blk-sysfs.c | 20 queue_var_show(unsigned long var, char *page) in queue_var_show() 26 queue_var_store(unsigned long *var, const char *page, size_t count) in queue_var_store() 34 static ssize_t queue_requests_show(struct request_queue *q, char *page) in queue_requests_show() 40 queue_requests_store(struct request_queue *q, const char *page, size_t count) in queue_requests_store() 84 static ssize_t queue_ra_show(struct request_queue *q, char *page) in queue_ra_show() 93 queue_ra_store(struct request_queue *q, const char *page, size_t count) in queue_ra_store() 103 static ssize_t queue_max_sectors_show(struct request_queue *q, char *page) in queue_max_sectors_show() 110 static ssize_t queue_max_segments_show(struct request_queue *q, char *page) in queue_max_segments_show() 115 static ssize_t queue_max_integrity_segments_show(struct request_queue *q, char *page) in queue_max_integrity_segments_show() 120 static ssize_t queue_max_segment_size_show(struct request_queue *q, char *page) in queue_max_segment_size_show() [all …]
|
/linux-3.3/mm/ |
D | swap.c | 47 static void __page_cache_release(struct page *page) in __page_cache_release() 61 static void __put_single_page(struct page *page) in __put_single_page() 67 static void __put_compound_page(struct page *page) in __put_compound_page() 76 static void put_compound_page(struct page *page) in put_compound_page() 137 void put_page(struct page *page) in put_page() 150 bool __get_page_tail(struct page *page) in __get_page_tail() 205 void (*move_fn)(struct page *page, void *arg), in pagevec_lru_move_fn() 213 struct page *page = pvec->pages[i]; in pagevec_lru_move_fn() local 231 static void pagevec_move_tail_fn(struct page *page, void *arg) in pagevec_move_tail_fn() 263 void rotate_reclaimable_page(struct page *page) in rotate_reclaimable_page() [all …]
|
D | truncate.c | 40 void do_invalidatepage(struct page *page, unsigned long offset) in do_invalidatepage() 52 static inline void truncate_partial_page(struct page *page, unsigned partial) in truncate_partial_page() 74 void cancel_dirty_page(struct page *page, unsigned int account_size) in cancel_dirty_page() 100 truncate_complete_page(struct address_space *mapping, struct page *page) in truncate_complete_page() 125 invalidate_complete_page(struct address_space *mapping, struct page *page) in invalidate_complete_page() 141 int truncate_inode_page(struct address_space *mapping, struct page *page) in truncate_inode_page() 154 int generic_error_remove_page(struct address_space *mapping, struct page *page) in generic_error_remove_page() 174 int invalidate_inode_page(struct page *page) in invalidate_inode_page() 229 struct page *page = pvec.pages[i]; in truncate_inode_pages_range() local 253 struct page *page = find_lock_page(mapping, start - 1); in truncate_inode_pages_range() local [all …]
|
D | debug-pagealloc.c | 9 static inline void set_page_poison(struct page *page) in set_page_poison() 14 static inline void clear_page_poison(struct page *page) in clear_page_poison() 19 static inline bool page_poison(struct page *page) in page_poison() 24 static void poison_page(struct page *page) in poison_page() 33 static void poison_pages(struct page *page, int n) in poison_pages() 75 static void unpoison_page(struct page *page) in unpoison_page() 88 static void unpoison_pages(struct page *page, int n) in unpoison_pages() 96 void kernel_map_pages(struct page *page, int numpages, int enable) in kernel_map_pages()
|
D | rmap.c | 455 struct anon_vma *page_get_anon_vma(struct page *page) in page_get_anon_vma() 497 struct anon_vma *page_lock_anon_vma(struct page *page) in page_lock_anon_vma() 570 vma_address(struct page *page, struct vm_area_struct *vma) in vma_address() 589 unsigned long page_address_in_vma(struct page *page, struct vm_area_struct *vma) in page_address_in_vma() 618 pte_t *__page_check_address(struct page *page, struct mm_struct *mm, in __page_check_address() 674 int page_mapped_in_vma(struct page *page, struct vm_area_struct *vma) in page_mapped_in_vma() 695 int page_referenced_one(struct page *page, struct vm_area_struct *vma, in page_referenced_one() 775 static int page_referenced_anon(struct page *page, in page_referenced_anon() 824 static int page_referenced_file(struct page *page, in page_referenced_file() 889 int page_referenced(struct page *page, in page_referenced() [all …]
|
D | internal.h | 19 static inline void set_page_count(struct page *page, int v) in set_page_count() 28 static inline void set_page_refcounted(struct page *page) in set_page_refcounted() 35 static inline void __put_page(struct page *page) in __put_page() 40 static inline void __get_page_tail_foll(struct page *page, in __get_page_tail_foll() 67 static inline void get_page_foll(struct page *page) in get_page_foll() 109 static inline unsigned long page_order(struct page *page) in page_order() 134 static inline int is_mlocked_vma(struct vm_area_struct *vma, struct page *page) in is_mlocked_vma() 164 static inline void clear_page_mlock(struct page *page) in clear_page_mlock() 174 static inline void mlock_migrate_page(struct page *newpage, struct page *page) in mlock_migrate_page() 196 static inline void clear_page_mlock(struct page *page) { } in clear_page_mlock() [all …]
|
D | swap_state.c | 69 static int __add_to_swap_cache(struct page *page, swp_entry_t entry) in __add_to_swap_cache() 106 int add_to_swap_cache(struct page *page, swp_entry_t entry, gfp_t gfp_mask) in add_to_swap_cache() 122 void __delete_from_swap_cache(struct page *page) in __delete_from_swap_cache() 143 int add_to_swap(struct page *page) in add_to_swap() 194 void delete_from_swap_cache(struct page *page) in delete_from_swap_cache() 216 static inline void free_swap_cache(struct page *page) in free_swap_cache() 228 void free_page_and_swap_cache(struct page *page) in free_page_and_swap_cache() 263 struct page *page; in lookup_swap_cache() local 376 struct page *page; in swapin_readahead() local
|
D | filemap.c | 114 void __delete_from_page_cache(struct page *page) in __delete_from_page_cache() 158 void delete_from_page_cache(struct page *page) in delete_from_page_cache() 283 struct page *page = pvec.pages[i]; in filemap_fdatawait_range() local 444 int add_to_page_cache_locked(struct page *page, struct address_space *mapping, in add_to_page_cache_locked() 484 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, in add_to_page_cache_lru() 500 struct page *page; in __page_cache_alloc() local 524 static wait_queue_head_t *page_waitqueue(struct page *page) in page_waitqueue() 531 static inline void wake_up_page(struct page *page, int bit) in wake_up_page() 536 void wait_on_page_bit(struct page *page, int bit_nr) in wait_on_page_bit() 546 int wait_on_page_bit_killable(struct page *page, int bit_nr) in wait_on_page_bit_killable() [all …]
|
/linux-3.3/drivers/target/ |
D | target_core_stat.c | 82 struct se_dev_stat_grps *sgrps, char *page) in target_stat_scsi_dev_show_attr_inst() 97 struct se_dev_stat_grps *sgrps, char *page) in target_stat_scsi_dev_show_attr_indx() 111 struct se_dev_stat_grps *sgrps, char *page) in target_stat_scsi_dev_show_attr_role() 125 struct se_dev_stat_grps *sgrps, char *page) in target_stat_scsi_dev_show_attr_ports() 178 struct se_dev_stat_grps *sgrps, char *page) in target_stat_scsi_tgt_dev_show_attr_inst() 193 struct se_dev_stat_grps *sgrps, char *page) in target_stat_scsi_tgt_dev_show_attr_indx() 207 struct se_dev_stat_grps *sgrps, char *page) in target_stat_scsi_tgt_dev_show_attr_num_lus() 221 struct se_dev_stat_grps *sgrps, char *page) in target_stat_scsi_tgt_dev_show_attr_status() 255 struct se_dev_stat_grps *sgrps, char *page) in target_stat_scsi_tgt_dev_show_attr_non_access_lus() 283 struct se_dev_stat_grps *sgrps, char *page) in target_stat_scsi_tgt_dev_show_attr_resets() [all …]
|
D | target_core_configfs.c | 79 char *page) in target_core_attr_show() 789 char *page) in target_core_dev_wwn_show_attr_vpd_unit_serial() 804 const char *page, in target_core_dev_wwn_store_attr_vpd_unit_serial() 872 char *page) in target_core_dev_wwn_show_attr_vpd_protocol_identifier() 905 const char *page, in target_core_dev_wwn_store_attr_vpd_protocol_identifier() 966 const char *page, in target_core_dev_wwn_store_attr_vpd_assoc_logical_unit() 981 const char *page, in target_core_dev_wwn_store_attr_vpd_assoc_target_port() 996 const char *page, in target_core_dev_wwn_store_attr_vpd_assoc_scsi_target_device() 1047 char *page, in target_core_dev_pr_show_spc3_res() 1078 char *page, in target_core_dev_pr_show_spc2_res() [all …]
|
/linux-3.3/include/linux/ |
D | pagemap.h | 84 #define page_cache_get(page) get_page(page) argument 85 #define page_cache_release(page) put_page(page) argument 132 static inline int page_cache_get_speculative(struct page *page) in page_cache_get_speculative() 170 static inline int page_cache_add_speculative(struct page *page, int count) in page_cache_add_speculative() 190 static inline int page_freeze_refs(struct page *page, int count) in page_freeze_refs() 195 static inline void page_unfreeze_refs(struct page *page, int count) in page_unfreeze_refs() 284 static inline loff_t page_offset(struct page *page) in page_offset() 309 static inline void __set_page_locked(struct page *page) in __set_page_locked() 314 static inline void __clear_page_locked(struct page *page) in __clear_page_locked() 319 static inline int trylock_page(struct page *page) in trylock_page() [all …]
|
D | ksm.h | 47 static inline int PageKsm(struct page *page) in PageKsm() 53 static inline struct stable_node *page_stable_node(struct page *page) in page_stable_node() 58 static inline void set_page_stable_node(struct page *page, in set_page_stable_node() 76 static inline int ksm_might_need_to_copy(struct page *page, in ksm_might_need_to_copy() 104 static inline int PageKsm(struct page *page) in PageKsm() 116 static inline int ksm_might_need_to_copy(struct page *page, in ksm_might_need_to_copy() 122 static inline int page_referenced_ksm(struct page *page, in page_referenced_ksm() 128 static inline int try_to_unmap_ksm(struct page *page, enum ttu_flags flags) in try_to_unmap_ksm() 133 static inline int rmap_walk_ksm(struct page *page, int (*rmap_one)(struct page*, in rmap_walk_ksm()
|
D | highmem.h | 13 static inline void flush_anon_page(struct vm_area_struct *vma, struct page *page, unsigned long vma… in flush_anon_page() 19 static inline void flush_kernel_dcache_page(struct page *page) in flush_kernel_dcache_page() 48 static inline void *kmap(struct page *page) in kmap() 54 static inline void kunmap(struct page *page) in kunmap() 58 static inline void *__kmap_atomic(struct page *page) in __kmap_atomic() 63 #define kmap_atomic_prot(page, prot) __kmap_atomic(page) argument 114 #define kmap_atomic(page, args...) __kmap_atomic(page) argument 128 static inline void clear_user_highpage(struct page *page, unsigned long vaddr) in clear_user_highpage() 156 struct page *page = alloc_page_vma(GFP_HIGHUSER | movableflags, in __alloc_zeroed_user_highpage() local 181 static inline void clear_highpage(struct page *page) in clear_highpage() [all …]
|
D | mm.h | 46 #define nth_page(page,n) pfn_to_page(page_to_pfn((page)) + (n)) argument 192 struct page *page; /* ->fault handlers should return a member 248 #define page_private(page) ((page)->private) argument 249 #define set_page_private(page, v) ((page)->private = (v)) argument 274 static inline int put_page_testzero(struct page *page) in put_page_testzero() 284 static inline int get_page_unless_zero(struct page *page) in get_page_unless_zero() 320 static inline void compound_lock(struct page *page) in compound_lock() 327 static inline void compound_unlock(struct page *page) in compound_unlock() 334 static inline unsigned long compound_lock_irqsave(struct page *page) in compound_lock_irqsave() 344 static inline void compound_unlock_irqrestore(struct page *page, in compound_unlock_irqrestore() [all …]
|
D | mm_inline.h | 19 static inline int page_is_file_cache(struct page *page) in page_is_file_cache() 25 add_page_to_lru_list(struct zone *zone, struct page *page, enum lru_list lru) in add_page_to_lru_list() 35 del_page_from_lru_list(struct zone *zone, struct page *page, enum lru_list lru) in del_page_from_lru_list() 50 static inline enum lru_list page_lru_base_type(struct page *page) in page_lru_base_type() 64 static inline enum lru_list page_off_lru(struct page *page) in page_off_lru() 88 static inline enum lru_list page_lru(struct page *page) in page_lru()
|
D | memcontrol.h | 147 static inline void mem_cgroup_inc_page_stat(struct page *page, in mem_cgroup_inc_page_stat() 153 static inline void mem_cgroup_dec_page_stat(struct page *page, in mem_cgroup_dec_page_stat() 176 static inline int mem_cgroup_newpage_charge(struct page *page, in mem_cgroup_newpage_charge() 182 static inline int mem_cgroup_cache_charge(struct page *page, in mem_cgroup_cache_charge() 189 struct page *page, gfp_t gfp_mask, struct mem_cgroup **memcgp) in mem_cgroup_try_charge_swapin() 194 static inline void mem_cgroup_commit_charge_swapin(struct page *page, in mem_cgroup_commit_charge_swapin() 211 static inline void mem_cgroup_uncharge_page(struct page *page) in mem_cgroup_uncharge_page() 215 static inline void mem_cgroup_uncharge_cache_page(struct page *page) in mem_cgroup_uncharge_cache_page() 226 struct page *page, in mem_cgroup_lru_add_list() 232 static inline void mem_cgroup_lru_del_list(struct page *page, enum lru_list lru) in mem_cgroup_lru_del_list() [all …]
|
/linux-3.3/fs/jfs/ |
D | jfs_metapage.c | 92 #define mp_anchor(page) ((struct meta_anchor *)page_private(page)) argument 94 static inline struct metapage *page_to_mp(struct page *page, int offset) in page_to_mp() 101 static inline int insert_metapage(struct page *page, struct metapage *mp) in insert_metapage() 128 static inline void remove_metapage(struct page *page, struct metapage *mp) in remove_metapage() 147 static inline void inc_io(struct page *page) in inc_io() 152 static inline void dec_io(struct page *page, void (*handler) (struct page *)) in dec_io() 159 static inline struct metapage *page_to_mp(struct page *page, int offset) in page_to_mp() 164 static inline int insert_metapage(struct page *page, struct metapage *mp) in insert_metapage() 174 static inline void remove_metapage(struct page *page, struct metapage *mp) in remove_metapage() 181 #define inc_io(page) do {} while(0) argument [all …]
|
/linux-3.3/arch/parisc/include/asm/ |
D | cacheflush.h | 41 static inline void flush_kernel_dcache_page(struct page *page) in flush_kernel_dcache_page() 63 struct page *page = vmalloc_to_page(cursor); in invalidate_kernel_vmap_range() local 82 #define flush_icache_page(vma,page) do { \ argument 92 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ argument 99 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ argument 114 flush_anon_page(struct vm_area_struct *vma, struct page *page, unsigned long vmaddr) in flush_anon_page() 135 static inline void *kmap(struct page *page) in kmap() 141 #define kunmap(page) kunmap_parisc(page_address(page)) argument 143 static inline void *__kmap_atomic(struct page *page) in __kmap_atomic() 155 #define kmap_atomic_prot(page, prot) kmap_atomic(page) argument
|
/linux-3.3/net/ceph/ |
D | pagelist.c | 11 struct page *page = list_entry(pl->head.prev, struct page, lru); in ceph_pagelist_unmap_tail() local 21 struct page *page = list_first_entry(&pl->head, struct page, in ceph_pagelist_release() local 33 struct page *page; in ceph_pagelist_addpage() local 88 struct page *page = __page_cache_alloc(GFP_NOFS); in ceph_pagelist_reserve() local 104 struct page *page = list_first_entry(&pl->free_list, in ceph_pagelist_free_reserve() local 136 struct page *page; in ceph_pagelist_truncate() local
|
/linux-3.3/arch/mips/include/asm/ |
D | cacheflush.h | 42 static inline void flush_dcache_page(struct page *page) in flush_dcache_page() 55 struct page *page, unsigned long vmaddr) in flush_anon_page() 62 struct page *page) in flush_icache_page() 104 #define Page_dcache_dirty(page) \ argument 106 #define SetPageDcacheDirty(page) \ argument 108 #define ClearPageDcacheDirty(page) \ argument 118 static inline void flush_kernel_dcache_page(struct page *page) in flush_kernel_dcache_page()
|
/linux-3.3/fs/sysv/ |
D | dir.c | 30 static inline void dir_put_page(struct page *page) in dir_put_page() 41 static int dir_commit_chunk(struct page *page, loff_t pos, unsigned len) in dir_commit_chunk() 62 struct page *page = read_mapping_page(mapping, n, NULL); in dir_get_page() local 84 struct page *page = dir_get_page(inode, n); in sysv_readdir() local 143 struct page *page = NULL; in sysv_find_entry() local 187 struct page *page = NULL; in sysv_add_link() local 239 int sysv_delete_entry(struct sysv_dir_entry *de, struct page *page) in sysv_delete_entry() 259 struct page *page = grab_cache_page(inode->i_mapping, 0); in sysv_make_empty() local 296 struct page *page = NULL; in sysv_empty_dir() local 336 void sysv_set_link(struct sysv_dir_entry *de, struct page *page, in sysv_set_link() [all …]
|
/linux-3.3/fs/logfs/ |
D | readwrite.c | 205 static void prelock_page(struct super_block *sb, struct page *page, int lock) in prelock_page() 222 static void preunlock_page(struct super_block *sb, struct page *page, int lock) in preunlock_page() 247 void logfs_get_wblocks(struct super_block *sb, struct page *page, int lock) in logfs_get_wblocks() 262 void logfs_put_wblocks(struct super_block *sb, struct page *page, int lock) in logfs_put_wblocks() 281 static void logfs_put_read_page(struct page *page) in logfs_put_read_page() 287 static void logfs_lock_write_page(struct page *page) in logfs_lock_write_page() 315 struct page *page; in logfs_get_write_page() local 336 static void logfs_unlock_write_page(struct page *page) in logfs_unlock_write_page() 342 static void logfs_put_write_page(struct page *page) in logfs_put_write_page() 357 static void logfs_put_page(struct page *page, int rw) in logfs_put_page() [all …]
|