Home
last modified time | relevance | path

Searched defs:inode (Results 1 – 25 of 2834) sorted by relevance

12345678910>>...114

/kernel/linux/linux-4.19/fs/
Dinode.c117 static int no_open(struct inode *inode, struct file *file) in no_open()
130 int inode_init_always(struct super_block *sb, struct inode *inode) in inode_init_always()
208 struct inode *inode; in alloc_inode() local
229 void free_inode_nonrcu(struct inode *inode) in free_inode_nonrcu()
235 void __destroy_inode(struct inode *inode) in __destroy_inode()
259 struct inode *inode = container_of(head, struct inode, i_rcu); in i_callback() local
263 static void destroy_inode(struct inode *inode) in destroy_inode()
284 void drop_nlink(struct inode *inode) in drop_nlink()
301 void clear_nlink(struct inode *inode) in clear_nlink()
318 void set_nlink(struct inode *inode, unsigned int nlink) in set_nlink()
[all …]
/kernel/linux/linux-5.10/fs/
Dinode.c119 static int no_open(struct inode *inode, struct file *file) in no_open()
132 int inode_init_always(struct super_block *sb, struct inode *inode) in inode_init_always()
212 void free_inode_nonrcu(struct inode *inode) in free_inode_nonrcu()
220 struct inode *inode = container_of(head, struct inode, i_rcu); in i_callback() local
230 struct inode *inode; in alloc_inode() local
254 void __destroy_inode(struct inode *inode) in __destroy_inode()
276 static void destroy_inode(struct inode *inode) in destroy_inode()
302 void drop_nlink(struct inode *inode) in drop_nlink()
319 void clear_nlink(struct inode *inode) in clear_nlink()
336 void set_nlink(struct inode *inode, unsigned int nlink) in set_nlink()
[all …]
/kernel/linux/linux-5.10/include/linux/
Diversion.h93 inode_set_iversion_raw(struct inode *inode, u64 val) in inode_set_iversion_raw()
110 inode_peek_iversion_raw(const struct inode *inode) in inode_peek_iversion_raw()
124 inode_set_max_iversion_raw(struct inode *inode, u64 val) in inode_set_max_iversion_raw()
152 inode_set_iversion(struct inode *inode, u64 val) in inode_set_iversion()
174 inode_set_iversion_queried(struct inode *inode, u64 val) in inode_set_iversion_queried()
198 inode_maybe_inc_iversion(struct inode *inode, bool force) in inode_maybe_inc_iversion()
239 inode_inc_iversion(struct inode *inode) in inode_inc_iversion()
252 inode_iversion_need_inc(struct inode *inode) in inode_iversion_need_inc()
269 inode_inc_iversion_raw(struct inode *inode) in inode_inc_iversion_raw()
286 inode_peek_iversion(const struct inode *inode) in inode_peek_iversion()
[all …]
Dquotaops.h23 static inline bool is_quota_modification(struct inode *inode, struct iattr *ia) in is_quota_modification()
214 static inline int dquot_initialize(struct inode *inode) in dquot_initialize()
219 static inline bool dquot_initialize_needed(struct inode *inode) in dquot_initialize_needed()
224 static inline void dquot_drop(struct inode *inode) in dquot_drop()
228 static inline int dquot_alloc_inode(struct inode *inode) in dquot_alloc_inode()
233 static inline void dquot_free_inode(struct inode *inode) in dquot_free_inode()
237 static inline int dquot_transfer(struct inode *inode, struct iattr *iattr) in dquot_transfer()
242 static inline int __dquot_alloc_space(struct inode *inode, qsize_t number, in __dquot_alloc_space()
250 static inline void __dquot_free_space(struct inode *inode, qsize_t number, in __dquot_free_space()
257 static inline int dquot_claim_space_nodirty(struct inode *inode, qsize_t number) in dquot_claim_space_nodirty()
[all …]
Dbacking-dev.h136 static inline struct backing_dev_info *inode_to_bdi(struct inode *inode) in inode_to_bdi()
192 static inline bool inode_cgwb_enabled(struct inode *inode) in inode_cgwb_enabled()
267 static inline bool inode_to_wb_is_valid(struct inode *inode) in inode_to_wb_is_valid()
280 static inline struct bdi_writeback *inode_to_wb(const struct inode *inode) in inode_to_wb()
307 unlocked_inode_to_wb_begin(struct inode *inode, struct wb_lock_cookie *cookie) in unlocked_inode_to_wb_begin()
332 static inline void unlocked_inode_to_wb_end(struct inode *inode, in unlocked_inode_to_wb_end()
343 static inline bool inode_cgwb_enabled(struct inode *inode) in inode_cgwb_enabled()
359 static inline bool inode_to_wb_is_valid(struct inode *inode) in inode_to_wb_is_valid()
364 static inline struct bdi_writeback *inode_to_wb(struct inode *inode) in inode_to_wb()
370 unlocked_inode_to_wb_begin(struct inode *inode, struct wb_lock_cookie *cookie) in unlocked_inode_to_wb_begin()
[all …]
/kernel/linux/linux-4.19/include/linux/
Diversion.h93 inode_set_iversion_raw(struct inode *inode, u64 val) in inode_set_iversion_raw()
110 inode_peek_iversion_raw(const struct inode *inode) in inode_peek_iversion_raw()
128 inode_set_iversion(struct inode *inode, u64 val) in inode_set_iversion()
150 inode_set_iversion_queried(struct inode *inode, u64 val) in inode_set_iversion_queried()
174 inode_maybe_inc_iversion(struct inode *inode, bool force) in inode_maybe_inc_iversion()
215 inode_inc_iversion(struct inode *inode) in inode_inc_iversion()
228 inode_iversion_need_inc(struct inode *inode) in inode_iversion_need_inc()
245 inode_inc_iversion_raw(struct inode *inode) in inode_inc_iversion_raw()
262 inode_peek_iversion(const struct inode *inode) in inode_peek_iversion()
281 inode_query_iversion(struct inode *inode) in inode_query_iversion()
[all …]
Dquotaops.h23 static inline bool is_quota_modification(struct inode *inode, struct iattr *ia) in is_quota_modification()
215 static inline int dquot_initialize(struct inode *inode) in dquot_initialize()
220 static inline bool dquot_initialize_needed(struct inode *inode) in dquot_initialize_needed()
225 static inline void dquot_drop(struct inode *inode) in dquot_drop()
229 static inline int dquot_alloc_inode(struct inode *inode) in dquot_alloc_inode()
234 static inline void dquot_free_inode(struct inode *inode) in dquot_free_inode()
238 static inline int dquot_transfer(struct inode *inode, struct iattr *iattr) in dquot_transfer()
243 static inline int __dquot_alloc_space(struct inode *inode, qsize_t number, in __dquot_alloc_space()
251 static inline void __dquot_free_space(struct inode *inode, qsize_t number, in __dquot_free_space()
258 static inline int dquot_claim_space_nodirty(struct inode *inode, qsize_t number) in dquot_claim_space_nodirty()
[all …]
Dfsnotify.h33 struct inode *inode = file_inode(file); in fsnotify_perm() local
58 static inline void fsnotify_link_count(struct inode *inode) in fsnotify_link_count()
100 static inline void fsnotify_inode_delete(struct inode *inode) in fsnotify_inode_delete()
129 static inline void fsnotify_inoderemove(struct inode *inode) in fsnotify_inoderemove()
138 static inline void fsnotify_create(struct inode *inode, struct dentry *dentry) in fsnotify_create()
150 static inline void fsnotify_link(struct inode *dir, struct inode *inode, struct dentry *new_dentry) in fsnotify_link()
161 static inline void fsnotify_mkdir(struct inode *inode, struct dentry *dentry) in fsnotify_mkdir()
177 struct inode *inode = file_inode(file); in fsnotify_access() local
195 struct inode *inode = file_inode(file); in fsnotify_modify() local
213 struct inode *inode = file_inode(file); in fsnotify_open() local
[all …]
/kernel/linux/linux-5.10/fs/nfs/
Dinode.c112 int nfs_drop_inode(struct inode *inode) in nfs_drop_inode()
118 void nfs_clear_inode(struct inode *inode) in nfs_clear_inode()
131 void nfs_evict_inode(struct inode *inode) in nfs_evict_inode()
138 int nfs_sync_inode(struct inode *inode) in nfs_sync_inode()
160 static int nfs_attribute_timeout(struct inode *inode) in nfs_attribute_timeout()
167 static bool nfs_check_cache_invalid_delegated(struct inode *inode, unsigned long flags) in nfs_check_cache_invalid_delegated()
178 static bool nfs_check_cache_invalid_not_delegated(struct inode *inode, unsigned long flags) in nfs_check_cache_invalid_not_delegated()
189 bool nfs_check_cache_invalid(struct inode *inode, unsigned long flags) in nfs_check_cache_invalid()
198 static void nfs_set_cache_invalid(struct inode *inode, unsigned long flags) in nfs_set_cache_invalid()
223 static void nfs_zap_caches_locked(struct inode *inode) in nfs_zap_caches_locked()
[all …]
Dio.c18 static void nfs_block_o_direct(struct nfs_inode *nfsi, struct inode *inode) in nfs_block_o_direct()
43 nfs_start_io_read(struct inode *inode) in nfs_start_io_read()
65 nfs_end_io_read(struct inode *inode) in nfs_end_io_read()
78 nfs_start_io_write(struct inode *inode) in nfs_start_io_write()
92 nfs_end_io_write(struct inode *inode) in nfs_end_io_write()
98 static void nfs_block_buffered(struct nfs_inode *nfsi, struct inode *inode) in nfs_block_buffered()
123 nfs_start_io_direct(struct inode *inode) in nfs_start_io_direct()
145 nfs_end_io_direct(struct inode *inode) in nfs_end_io_direct()
/kernel/linux/linux-4.19/fs/nfs/
Dinode.c111 int nfs_drop_inode(struct inode *inode) in nfs_drop_inode()
117 void nfs_clear_inode(struct inode *inode) in nfs_clear_inode()
130 void nfs_evict_inode(struct inode *inode) in nfs_evict_inode()
137 int nfs_sync_inode(struct inode *inode) in nfs_sync_inode()
158 static int nfs_attribute_timeout(struct inode *inode) in nfs_attribute_timeout()
165 static bool nfs_check_cache_invalid_delegated(struct inode *inode, unsigned long flags) in nfs_check_cache_invalid_delegated()
176 static bool nfs_check_cache_invalid_not_delegated(struct inode *inode, unsigned long flags) in nfs_check_cache_invalid_not_delegated()
187 bool nfs_check_cache_invalid(struct inode *inode, unsigned long flags) in nfs_check_cache_invalid()
195 static void nfs_set_cache_invalid(struct inode *inode, unsigned long flags) in nfs_set_cache_invalid()
218 static void nfs_zap_caches_locked(struct inode *inode) in nfs_zap_caches_locked()
[all …]
Dio.c18 static void nfs_block_o_direct(struct nfs_inode *nfsi, struct inode *inode) in nfs_block_o_direct()
43 nfs_start_io_read(struct inode *inode) in nfs_start_io_read()
65 nfs_end_io_read(struct inode *inode) in nfs_end_io_read()
78 nfs_start_io_write(struct inode *inode) in nfs_start_io_write()
92 nfs_end_io_write(struct inode *inode) in nfs_end_io_write()
98 static void nfs_block_buffered(struct nfs_inode *nfsi, struct inode *inode) in nfs_block_buffered()
123 nfs_start_io_direct(struct inode *inode) in nfs_start_io_direct()
145 nfs_end_io_direct(struct inode *inode) in nfs_end_io_direct()
/kernel/linux/linux-5.10/fs/9p/
Dcache.h53 static inline int v9fs_readpage_from_fscache(struct inode *inode, in v9fs_readpage_from_fscache()
59 static inline int v9fs_readpages_from_fscache(struct inode *inode, in v9fs_readpages_from_fscache()
68 static inline void v9fs_readpage_to_fscache(struct inode *inode, in v9fs_readpage_to_fscache()
75 static inline void v9fs_uncache_page(struct inode *inode, struct page *page) in v9fs_uncache_page()
82 static inline void v9fs_fscache_wait_on_page_write(struct inode *inode, in v9fs_fscache_wait_on_page_write()
90 static inline void v9fs_cache_inode_get_cookie(struct inode *inode) in v9fs_cache_inode_get_cookie()
94 static inline void v9fs_cache_inode_put_cookie(struct inode *inode) in v9fs_cache_inode_put_cookie()
98 static inline void v9fs_cache_inode_set_cookie(struct inode *inode, struct file *file) in v9fs_cache_inode_set_cookie()
109 static inline int v9fs_readpage_from_fscache(struct inode *inode, in v9fs_readpage_from_fscache()
115 static inline int v9fs_readpages_from_fscache(struct inode *inode, in v9fs_readpages_from_fscache()
[all …]
/kernel/linux/linux-4.19/fs/9p/
Dcache.h68 static inline int v9fs_readpage_from_fscache(struct inode *inode, in v9fs_readpage_from_fscache()
74 static inline int v9fs_readpages_from_fscache(struct inode *inode, in v9fs_readpages_from_fscache()
83 static inline void v9fs_readpage_to_fscache(struct inode *inode, in v9fs_readpage_to_fscache()
90 static inline void v9fs_uncache_page(struct inode *inode, struct page *page) in v9fs_uncache_page()
97 static inline void v9fs_fscache_wait_on_page_write(struct inode *inode, in v9fs_fscache_wait_on_page_write()
105 static inline void v9fs_cache_inode_get_cookie(struct inode *inode) in v9fs_cache_inode_get_cookie()
109 static inline void v9fs_cache_inode_put_cookie(struct inode *inode) in v9fs_cache_inode_put_cookie()
113 static inline void v9fs_cache_inode_set_cookie(struct inode *inode, struct file *file) in v9fs_cache_inode_set_cookie()
124 static inline int v9fs_readpage_from_fscache(struct inode *inode, in v9fs_readpage_from_fscache()
130 static inline int v9fs_readpages_from_fscache(struct inode *inode, in v9fs_readpages_from_fscache()
[all …]
/kernel/linux/linux-4.19/fs/nilfs2/
Dalloc.c26 nilfs_palloc_groups_per_desc_block(const struct inode *inode) in nilfs_palloc_groups_per_desc_block()
37 nilfs_palloc_groups_count(const struct inode *inode) in nilfs_palloc_groups_count()
47 int nilfs_palloc_init_blockgroup(struct inode *inode, unsigned int entry_size) in nilfs_palloc_init_blockgroup()
82 static unsigned long nilfs_palloc_group(const struct inode *inode, __u64 nr, in nilfs_palloc_group()
100 nilfs_palloc_desc_blkoff(const struct inode *inode, unsigned long group) in nilfs_palloc_desc_blkoff()
116 nilfs_palloc_bitmap_blkoff(const struct inode *inode, unsigned long group) in nilfs_palloc_bitmap_blkoff()
166 nilfs_palloc_entry_blkoff(const struct inode *inode, __u64 nr) in nilfs_palloc_entry_blkoff()
182 static void nilfs_palloc_desc_block_init(struct inode *inode, in nilfs_palloc_desc_block_init()
196 static int nilfs_palloc_get_block(struct inode *inode, unsigned long blkoff, in nilfs_palloc_get_block()
198 void (*init_block)(struct inode *, in nilfs_palloc_get_block()
[all …]
Dmdt.c30 nilfs_mdt_insert_new_block(struct inode *inode, unsigned long block, in nilfs_mdt_insert_new_block()
32 void (*init_block)(struct inode *, in nilfs_mdt_insert_new_block()
66 static int nilfs_mdt_create_block(struct inode *inode, unsigned long block, in nilfs_mdt_create_block()
68 void (*init_block)(struct inode *, in nilfs_mdt_create_block()
114 nilfs_mdt_submit_block(struct inode *inode, unsigned long blkoff, in nilfs_mdt_submit_block()
167 static int nilfs_mdt_read_block(struct inode *inode, unsigned long block, in nilfs_mdt_read_block()
241 int nilfs_mdt_get_block(struct inode *inode, unsigned long blkoff, int create, in nilfs_mdt_get_block()
242 void (*init_block)(struct inode *, in nilfs_mdt_get_block()
284 int nilfs_mdt_find_block(struct inode *inode, unsigned long start, in nilfs_mdt_find_block()
328 int nilfs_mdt_delete_block(struct inode *inode, unsigned long block) in nilfs_mdt_delete_block()
[all …]
Dinode.c41 void nilfs_inode_add_blocks(struct inode *inode, int n) in nilfs_inode_add_blocks()
50 void nilfs_inode_sub_blocks(struct inode *inode, int n) in nilfs_inode_sub_blocks()
70 int nilfs_get_block(struct inode *inode, sector_t blkoff, in nilfs_get_block()
165 struct inode *inode = mapping->host; in nilfs_writepages() local
182 struct inode *inode = page->mapping->host; in nilfs_writepage() local
212 struct inode *inode = page->mapping->host; in nilfs_set_page_dirty() local
248 struct inode *inode = mapping->host; in nilfs_write_failed() local
261 struct inode *inode = mapping->host; in nilfs_write_begin() local
280 struct inode *inode = mapping->host; in nilfs_write_end() local
297 struct inode *inode = file_inode(iocb->ki_filp); in nilfs_direct_IO() local
[all …]
/kernel/linux/linux-5.10/fs/nilfs2/
Dalloc.c26 nilfs_palloc_groups_per_desc_block(const struct inode *inode) in nilfs_palloc_groups_per_desc_block()
37 nilfs_palloc_groups_count(const struct inode *inode) in nilfs_palloc_groups_count()
47 int nilfs_palloc_init_blockgroup(struct inode *inode, unsigned int entry_size) in nilfs_palloc_init_blockgroup()
82 static unsigned long nilfs_palloc_group(const struct inode *inode, __u64 nr, in nilfs_palloc_group()
100 nilfs_palloc_desc_blkoff(const struct inode *inode, unsigned long group) in nilfs_palloc_desc_blkoff()
116 nilfs_palloc_bitmap_blkoff(const struct inode *inode, unsigned long group) in nilfs_palloc_bitmap_blkoff()
166 nilfs_palloc_entry_blkoff(const struct inode *inode, __u64 nr) in nilfs_palloc_entry_blkoff()
182 static void nilfs_palloc_desc_block_init(struct inode *inode, in nilfs_palloc_desc_block_init()
196 static int nilfs_palloc_get_block(struct inode *inode, unsigned long blkoff, in nilfs_palloc_get_block()
198 void (*init_block)(struct inode *, in nilfs_palloc_get_block()
[all …]
Dmdt.c30 nilfs_mdt_insert_new_block(struct inode *inode, unsigned long block, in nilfs_mdt_insert_new_block()
32 void (*init_block)(struct inode *, in nilfs_mdt_insert_new_block()
66 static int nilfs_mdt_create_block(struct inode *inode, unsigned long block, in nilfs_mdt_create_block()
68 void (*init_block)(struct inode *, in nilfs_mdt_create_block()
114 nilfs_mdt_submit_block(struct inode *inode, unsigned long blkoff, in nilfs_mdt_submit_block()
167 static int nilfs_mdt_read_block(struct inode *inode, unsigned long block, in nilfs_mdt_read_block()
241 int nilfs_mdt_get_block(struct inode *inode, unsigned long blkoff, int create, in nilfs_mdt_get_block()
242 void (*init_block)(struct inode *, in nilfs_mdt_get_block()
284 int nilfs_mdt_find_block(struct inode *inode, unsigned long start, in nilfs_mdt_find_block()
328 int nilfs_mdt_delete_block(struct inode *inode, unsigned long block) in nilfs_mdt_delete_block()
[all …]
Dinode.c42 void nilfs_inode_add_blocks(struct inode *inode, int n) in nilfs_inode_add_blocks()
51 void nilfs_inode_sub_blocks(struct inode *inode, int n) in nilfs_inode_sub_blocks()
71 int nilfs_get_block(struct inode *inode, sector_t blkoff, in nilfs_get_block()
157 struct inode *inode = mapping->host; in nilfs_writepages() local
174 struct inode *inode = page->mapping->host; in nilfs_writepage() local
204 struct inode *inode = page->mapping->host; in nilfs_set_page_dirty() local
240 struct inode *inode = mapping->host; in nilfs_write_failed() local
253 struct inode *inode = mapping->host; in nilfs_write_begin() local
272 struct inode *inode = mapping->host; in nilfs_write_end() local
289 struct inode *inode = file_inode(iocb->ki_filp); in nilfs_direct_IO() local
[all …]
/kernel/linux/linux-4.19/fs/ceph/
Dcache.h56 static inline void ceph_fscache_invalidate(struct inode *inode) in ceph_fscache_invalidate()
61 static inline void ceph_fscache_uncache_page(struct inode *inode, in ceph_fscache_uncache_page()
70 struct inode* inode = page->mapping->host; in ceph_release_fscache_page() local
75 static inline void ceph_fscache_readpage_cancel(struct inode *inode, in ceph_fscache_readpage_cancel()
83 static inline void ceph_fscache_readpages_cancel(struct inode *inode, in ceph_fscache_readpages_cancel()
119 static inline void ceph_fscache_register_inode_cookie(struct inode *inode) in ceph_fscache_register_inode_cookie()
127 static inline void ceph_fscache_file_set_cookie(struct inode *inode, in ceph_fscache_file_set_cookie()
136 static inline void ceph_fscache_uncache_page(struct inode *inode, in ceph_fscache_uncache_page()
141 static inline int ceph_readpage_from_fscache(struct inode* inode, in ceph_readpage_from_fscache()
147 static inline int ceph_readpages_from_fscache(struct inode *inode, in ceph_readpages_from_fscache()
[all …]
/kernel/linux/linux-5.10/fs/ceph/
Dcache.h41 static inline void ceph_fscache_invalidate(struct inode *inode) in ceph_fscache_invalidate()
46 static inline void ceph_fscache_uncache_page(struct inode *inode, in ceph_fscache_uncache_page()
55 struct inode* inode = page->mapping->host; in ceph_release_fscache_page() local
60 static inline void ceph_fscache_readpage_cancel(struct inode *inode, in ceph_fscache_readpage_cancel()
68 static inline void ceph_fscache_readpages_cancel(struct inode *inode, in ceph_fscache_readpages_cancel()
105 static inline void ceph_fscache_register_inode_cookie(struct inode *inode) in ceph_fscache_register_inode_cookie()
113 static inline void ceph_fscache_file_set_cookie(struct inode *inode, in ceph_fscache_file_set_cookie()
122 static inline void ceph_fscache_uncache_page(struct inode *inode, in ceph_fscache_uncache_page()
127 static inline int ceph_readpage_from_fscache(struct inode* inode, in ceph_readpage_from_fscache()
133 static inline int ceph_readpages_from_fscache(struct inode *inode, in ceph_readpages_from_fscache()
[all …]
Dio.c22 static void ceph_block_o_direct(struct ceph_inode_info *ci, struct inode *inode) in ceph_block_o_direct()
51 ceph_start_io_read(struct inode *inode) in ceph_start_io_read()
74 ceph_end_io_read(struct inode *inode) in ceph_end_io_read()
87 ceph_start_io_write(struct inode *inode) in ceph_start_io_write()
101 ceph_end_io_write(struct inode *inode) in ceph_end_io_write()
107 static void ceph_block_buffered(struct ceph_inode_info *ci, struct inode *inode) in ceph_block_buffered()
137 ceph_start_io_direct(struct inode *inode) in ceph_start_io_direct()
160 ceph_end_io_direct(struct inode *inode) in ceph_end_io_direct()
/kernel/linux/linux-4.19/fs/cifs/
Dfscache.h77 struct inode *inode) in cifs_fscache_invalidate_page()
83 static inline int cifs_readpage_from_fscache(struct inode *inode, in cifs_readpage_from_fscache()
92 static inline int cifs_readpages_from_fscache(struct inode *inode, in cifs_readpages_from_fscache()
103 static inline void cifs_readpage_to_fscache(struct inode *inode, in cifs_readpage_to_fscache()
110 static inline void cifs_fscache_readpages_cancel(struct inode *inode, in cifs_fscache_readpages_cancel()
129 static inline void cifs_fscache_release_inode_cookie(struct inode *inode) {} in cifs_fscache_release_inode_cookie()
130 static inline void cifs_fscache_set_inode_cookie(struct inode *inode, in cifs_fscache_set_inode_cookie()
132 static inline void cifs_fscache_reset_inode_cookie(struct inode *inode) {} in cifs_fscache_reset_inode_cookie()
139 struct inode *inode) {} in cifs_fscache_invalidate_page()
141 cifs_readpage_from_fscache(struct inode *inode, struct page *page) in cifs_readpage_from_fscache()
[all …]
/kernel/linux/linux-5.10/fs/cifs/
Dfscache.h86 struct inode *inode) in cifs_fscache_invalidate_page()
92 static inline int cifs_readpage_from_fscache(struct inode *inode, in cifs_readpage_from_fscache()
101 static inline int cifs_readpages_from_fscache(struct inode *inode, in cifs_readpages_from_fscache()
112 static inline void cifs_readpage_to_fscache(struct inode *inode, in cifs_readpage_to_fscache()
119 static inline void cifs_fscache_readpages_cancel(struct inode *inode, in cifs_fscache_readpages_cancel()
138 static inline void cifs_fscache_release_inode_cookie(struct inode *inode) {} in cifs_fscache_release_inode_cookie()
139 static inline void cifs_fscache_set_inode_cookie(struct inode *inode, in cifs_fscache_set_inode_cookie()
141 static inline void cifs_fscache_reset_inode_cookie(struct inode *inode) {} in cifs_fscache_reset_inode_cookie()
148 struct inode *inode) {} in cifs_fscache_invalidate_page()
150 cifs_readpage_from_fscache(struct inode *inode, struct page *page) in cifs_readpage_from_fscache()
[all …]

12345678910>>...114