Home
last modified time | relevance | path

Searched defs:page (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/fs/9p/
Dcache.h42 static inline int v9fs_fscache_release_page(struct page *page, in v9fs_fscache_release_page()
48 static inline void v9fs_fscache_invalidate_page(struct page *page) in v9fs_fscache_invalidate_page()
54 struct page *page) in v9fs_readpage_from_fscache()
69 struct page *page) in v9fs_readpage_to_fscache()
75 static inline void v9fs_uncache_page(struct inode *inode, struct page *page) in v9fs_uncache_page()
83 struct page *page) in v9fs_fscache_wait_on_page_write()
102 static inline int v9fs_fscache_release_page(struct page *page, in v9fs_fscache_release_page()
107 static inline void v9fs_fscache_invalidate_page(struct page *page) {} in v9fs_fscache_invalidate_page()
110 struct page *page) in v9fs_readpage_from_fscache()
124 struct page *page) in v9fs_readpage_to_fscache()
[all …]
Dvfs_addr.c38 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()
Dcache.c203 int __v9fs_fscache_release_page(struct page *page, gfp_t gfp) in __v9fs_fscache_release_page()
213 void __v9fs_fscache_invalidate_page(struct page *page) in __v9fs_fscache_invalidate_page()
227 static void v9fs_vfs_readpage_complete(struct page *page, void *data, in v9fs_vfs_readpage_complete()
243 int __v9fs_readpage_from_fscache(struct inode *inode, struct page *page) in __v9fs_readpage_from_fscache()
316 void __v9fs_readpage_to_fscache(struct inode *inode, struct page *page) in __v9fs_readpage_to_fscache()
332 void __v9fs_fscache_wait_on_page_write(struct inode *inode, struct page *page) in __v9fs_fscache_wait_on_page_write()
/fs/jfs/
Djfs_metapage.c79 #define mp_anchor(page) ((struct meta_anchor *)page_private(page)) argument
81 static inline struct metapage *page_to_mp(struct page *page, int offset) in page_to_mp()
88 static inline int insert_metapage(struct page *page, struct metapage *mp) in insert_metapage()
115 static inline void remove_metapage(struct page *page, struct metapage *mp) in remove_metapage()
134 static inline void inc_io(struct page *page) in inc_io()
139 static inline void dec_io(struct page *page, void (*handler) (struct page *)) in dec_io()
146 static inline struct metapage *page_to_mp(struct page *page, int offset) in page_to_mp()
151 static inline int insert_metapage(struct page *page, struct metapage *mp) in insert_metapage()
161 static inline void remove_metapage(struct page *page, struct metapage *mp) in remove_metapage()
168 #define inc_io(page) do {} while(0) argument
[all …]
/fs/sysv/
Ddir.c31 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 …]
/fs/iomap/
Dbuffered-io.c23 iomap_page_create(struct inode *inode, struct page *page) in iomap_page_create()
46 iomap_page_release(struct page *page) in iomap_page_release()
121 iomap_set_range_uptodate(struct page *page, unsigned off, unsigned len) in iomap_set_range_uptodate()
144 iomap_read_finish(struct iomap_page *iop, struct page *page) in iomap_read_finish()
153 struct page *page = bvec->bv_page; in iomap_read_page_end_io() local
187 iomap_read_inline_data(struct inode *inode, struct page *page, in iomap_read_inline_data()
211 struct page *page = ctx->cur_page; in iomap_readpage_actor() local
289 iomap_readpage(struct page *page, const struct iomap_ops *ops) in iomap_readpage()
329 struct page *page = lru_to_page(pages); in iomap_next_page() local
429 iomap_is_partially_uptodate(struct page *page, unsigned long from, in iomap_is_partially_uptodate()
[all …]
/fs/fscache/
Dpage.c19 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 …]
/fs/nilfs2/
Dpage.c29 __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
77 struct page *page = bh->b_page; in nilfs_forget_buffer() local
141 int nilfs_page_buffers_clean(struct page *page) in nilfs_page_buffers_clean()
154 void nilfs_page_bug(struct page *page) in nilfs_page_bug()
255 struct page *page = pvec.pages[i], *dpage; in nilfs_copy_dirty_pages() local
309 struct page *page = pvec.pages[i], *dpage; in nilfs_copy_back_pages() local
370 struct page *page = pvec.pages[i]; in nilfs_clear_dirty_pages() local
386 void nilfs_clear_dirty_page(struct page *page, bool silent) in nilfs_clear_dirty_page()
424 unsigned int nilfs_page_count_clean_buffers(struct page *page, in nilfs_page_count_clean_buffers()
[all …]
Ddir.c67 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 …]
/fs/ocfs2/cluster/
Dnodemanager.c164 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 …]
/fs/ext2/
Ddir.c69 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
407 struct page *page = ext2_get_page(dir, 0, 0); in ext2_dotdot() local
421 struct page *page; in ext2_inode_by_name() local
431 static int ext2_prepare_chunk(struct page *page, loff_t pos, unsigned len) in ext2_prepare_chunk()
438 struct page *page, struct inode *inode, int update_times) in ext2_set_link()
[all …]
/fs/ufs/
Ddir.c45 static int ufs_commit_chunk(struct page *page, loff_t pos, unsigned len) in ufs_commit_chunk()
64 static inline void ufs_put_page(struct page *page) in ufs_put_page()
74 struct page *page; in ufs_inode_by_name() local
87 struct page *page, struct inode *inode, in ufs_set_link()
110 static bool ufs_check_page(struct page *page) in ufs_check_page()
192 struct page *page = read_mapping_page(mapping, n, NULL); in ufs_get_page() local
231 struct page *page = ufs_get_page(dir, 0); in ufs_dotdot() local
259 struct page *page = NULL; in ufs_find_entry() local
314 struct page *page = NULL; in ufs_add_link() local
444 struct page *page = ufs_get_page(inode, n); in ufs_readdir() local
[all …]
/fs/ceph/
Dcache.h47 struct page *page) in ceph_fscache_uncache_page()
53 static inline int ceph_release_fscache_page(struct page *page, gfp_t gfp) in ceph_release_fscache_page()
61 struct page *page) in ceph_fscache_readpage_cancel()
127 struct page *page) in ceph_readpage_from_fscache()
141 struct page *page) in ceph_readpage_to_fscache()
150 struct page *page) in ceph_invalidate_fscache_page()
154 static inline int ceph_release_fscache_page(struct page *page, gfp_t gfp) in ceph_release_fscache_page()
160 struct page *page) in ceph_fscache_readpage_cancel()
Daddr.c62 static inline struct ceph_snap_context *page_snap_context(struct page *page) in page_snap_context()
73 static int ceph_set_page_dirty(struct page *page) in ceph_set_page_dirty()
140 static void ceph_invalidatepage(struct page *page, unsigned int offset, in ceph_invalidatepage()
173 static int ceph_releasepage(struct page *page, gfp_t g) in ceph_releasepage()
188 static int ceph_do_readpage(struct file *filp, struct page *page) in ceph_do_readpage()
247 static int ceph_readpage(struct file *filp, struct page *page) in ceph_readpage()
279 struct page *page = osd_data->pages[i]; in finish_read() local
313 struct page *page = lru_to_page(page_list); in start_read() local
547 struct page *page, u64 start) in get_writepages_data_length()
579 static int writepage_nounlock(struct page *page, struct writeback_control *wbc) in writepage_nounlock()
[all …]
/fs/minix/
Ddir.c29 static inline void dir_put_page(struct page *page) in dir_put_page()
49 static int dir_commit_chunk(struct page *page, loff_t pos, unsigned len) in dir_commit_chunk()
70 struct page *page = read_mapping_page(mapping, n, NULL); in dir_get_page() local
101 struct page *page = dir_get_page(inode, n); in minix_readdir() local
160 struct page *page = NULL; in minix_find_entry() local
207 struct page *page = NULL; in minix_add_link() local
289 int minix_delete_entry(struct minix_dir_entry *de, struct page *page) in minix_delete_entry()
317 struct page *page = grab_cache_page(inode->i_mapping, 0); in minix_make_empty() local
363 struct page *page = NULL; in minix_empty_dir() local
412 void minix_set_link(struct minix_dir_entry *de, struct page *page, in minix_set_link()
[all …]
/fs/f2fs/
Dnode.h267 static inline void fill_node_footer(struct page *page, nid_t nid, in fill_node_footer()
293 static inline void fill_node_footer_blkaddr(struct page *page, block_t blkaddr) in fill_node_footer_blkaddr()
306 static inline bool is_recoverable_dnode(struct page *page) in is_recoverable_dnode()
388 static inline int is_cold_data(struct page *page) in is_cold_data()
393 static inline void set_cold_data(struct page *page) in set_cold_data()
398 static inline void clear_cold_data(struct page *page) in clear_cold_data()
403 static inline int is_node(struct page *page, int type) in is_node()
409 #define is_cold_node(page) is_node(page, COLD_BIT_SHIFT) argument
410 #define is_fsync_dnode(page) is_node(page, FSYNC_BIT_SHIFT) argument
411 #define is_dent_dnode(page) is_node(page, DENT_BIT_SHIFT) argument
[all …]
Ddata.c36 static bool __is_cp_guaranteed(struct page *page) in __is_cp_guaranteed()
58 static enum count_type __read_io_type(struct page *page) in __read_io_type()
91 struct page *page; in __read_end_io() local
202 struct page *page = bvec->bv_page; in f2fs_write_end_io() local
366 struct page *page = in __submit_bio() local
412 struct page *page, nid_t ino) in __has_merged_page()
462 struct inode *inode, struct page *page, in __submit_merged_write_cond()
492 struct inode *inode, struct page *page, in f2fs_submit_merged_write_cond()
512 struct page *page = fio->encrypted_page ? in f2fs_submit_page_bio() local
584 struct page *page, enum temp_type temp) in add_bio_entry()
[all …]
/fs/
Dbuffer.c84 void buffer_check_dirty_writeback(struct page *page, in buffer_check_dirty_writeback()
125 __clear_page_buffers(struct page *page) in __clear_page_buffers()
203 struct page *page; in __find_get_block_slow() local
259 struct page *page; in end_buffer_async_read() local
320 struct page *page; in end_buffer_async_write() local
576 void __set_page_dirty(struct page *page, struct address_space *mapping, in __set_page_dirty()
617 int __set_page_dirty_buffers(struct page *page) in __set_page_dirty_buffers()
815 struct buffer_head *alloc_page_buffers(struct page *page, unsigned long size, in alloc_page_buffers()
866 link_dev_buffers(struct page *page, struct buffer_head *head) in link_dev_buffers()
895 init_page_buffers(struct page *page, struct block_device *bdev, in init_page_buffers()
[all …]
Dmpage.c71 struct page *page = bv->bv_page; in mpage_end_io() local
140 map_buffer_to_page(struct page *page, struct buffer_head *bh, int page_block) in map_buffer_to_page()
174 struct page *page; member
194 struct page *page = args->page; in do_mpage_readpage() local
431 struct page *page = lru_to_page(pages); in mpage_readpages() local
454 int mpage_readpage(struct page *page, get_block_t get_block) in mpage_readpage()
497 static void clean_buffers(struct page *page, unsigned first_unmapped) in clean_buffers()
527 void clean_page_buffers(struct page *page) in clean_page_buffers()
532 static int __mpage_writepage(struct page *page, struct writeback_control *wbc, in __mpage_writepage()
778 int mpage_writepage(struct page *page, get_block_t get_block, in mpage_writepage()
/fs/cifs/
Dfscache.h76 static inline void cifs_fscache_invalidate_page(struct page *page, in cifs_fscache_invalidate_page()
84 struct page *page) in cifs_readpage_from_fscache()
104 struct page *page) in cifs_readpage_to_fscache()
133 static inline int cifs_fscache_release_page(struct page *page, gfp_t gfp) in cifs_fscache_release_page()
138 static inline void cifs_fscache_invalidate_page(struct page *page, in cifs_fscache_invalidate_page()
141 cifs_readpage_from_fscache(struct inode *inode, struct page *page) in cifs_readpage_from_fscache()
155 struct page *page) {} in cifs_readpage_to_fscache()
/fs/gfs2/
Daops.c40 void gfs2_page_add_databufs(struct gfs2_inode *ip, struct page *page, in gfs2_page_add_databufs()
89 static int gfs2_writepage(struct page *page, struct writeback_control *wbc) in gfs2_writepage()
121 static int gfs2_write_full_page(struct page *page, get_block_t *get_block, in gfs2_write_full_page()
155 static int __gfs2_jdata_writepage(struct page *page, struct writeback_control *wbc) in __gfs2_jdata_writepage()
181 static int gfs2_jdata_writepage(struct page *page, struct writeback_control *wbc) in gfs2_jdata_writepage()
255 struct page *page = pvec->pages[i]; in gfs2_write_jdata_pagevec() local
437 static int stuffed_readpage(struct gfs2_inode *ip, struct page *page) in stuffed_readpage()
483 static int __gfs2_readpage(void *file, struct page *page) in __gfs2_readpage()
516 static int gfs2_readpage(struct file *file, struct page *page) in gfs2_readpage()
559 struct page *page; in gfs2_internal_read() local
[all …]
/fs/ubifs/
Dfile.c99 static int do_readpage(struct page *page) in do_readpage()
226 struct page *page; in write_begin_slow() local
325 static int allocate_budget(struct ubifs_info *c, struct page *page, in allocate_budget()
431 struct page *page; in ubifs_write_begin() local
520 static void cancel_budget(struct ubifs_info *c, struct page *page, in cancel_budget()
538 struct page *page, void *fsdata) in ubifs_write_end()
606 static int populate_page(struct ubifs_info *c, struct page *page, in populate_page()
785 struct page *page; in ubifs_do_bulk_read() local
825 static int ubifs_bulk_read(struct page *page) in ubifs_bulk_read()
891 static int ubifs_readpage(struct file *file, struct page *page) in ubifs_readpage()
[all …]
/fs/ecryptfs/
Dmmap.c35 struct page *page = read_mapping_page(inode->i_mapping, index, NULL); in ecryptfs_get_locked_page() local
51 static int ecryptfs_writepage(struct page *page, struct writeback_control *wbc) in ecryptfs_writepage()
108 ecryptfs_copy_up_encrypted_with_header(struct page *page, in ecryptfs_copy_up_encrypted_with_header()
180 static int ecryptfs_readpage(struct file *file, struct page *page) in ecryptfs_readpage()
235 static int fill_zeros_to_end_of_page(struct page *page, unsigned int to) in fill_zeros_to_end_of_page()
270 struct page *page; in ecryptfs_write_begin() local
465 struct page *page, void *fsdata) in ecryptfs_write_end()
/fs/nfs/
Dfscache.h108 struct page *page) in nfs_fscache_wait_on_page_write()
118 static inline void nfs_fscache_invalidate_page(struct page *page, in nfs_fscache_invalidate_page()
130 struct page *page) in nfs_readpage_from_fscache()
157 struct page *page, in nfs_readpage_to_fscache()
204 static inline int nfs_fscache_release_page(struct page *page, gfp_t gfp) in nfs_fscache_release_page()
208 static inline void nfs_fscache_invalidate_page(struct page *page, in nfs_fscache_invalidate_page()
211 struct page *page) {} in nfs_fscache_wait_on_page_write()
215 struct page *page) in nfs_readpage_from_fscache()
228 struct page *page, int sync) {} in nfs_readpage_to_fscache()
/fs/afs/
Dfile.c209 static void afs_file_readpage_read_complete(struct page *page, in afs_file_readpage_read_complete()
272 int afs_page_filler(void *data, struct page *page) in afs_page_filler()
389 static int afs_readpage(struct file *file, struct page *page) in afs_readpage()
419 struct page *page = req->pages[req->index]; in afs_readpages_page_done() local
446 struct page *first, *page; in afs_readpages_one() local
606 static void afs_invalidatepage(struct page *page, unsigned int offset, in afs_invalidatepage()
642 static int afs_releasepage(struct page *page, gfp_t gfp_flags) in afs_releasepage()

12345678910>>...12