Home
last modified time | relevance | path

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

12345678910>>...52

/linux-6.3-rc2/fs/
A Dinode.c257 struct inode *inode; in alloc_inode() local
693 struct inode *inode; in dispose_list() local
714 struct inode *inode, *next; in evict_inodes() local
1043 struct inode *inode; in new_inode() local
1271 struct inode *inode; in iget_locked() local
1339 struct inode *inode; in test_inode_iunique() local
1426 struct inode *inode; in ilookup5_nowait() local
1456 struct inode *inode; in ilookup5() local
1481 struct inode *inode; in ilookup() local
1575 struct inode *inode; in find_inode_rcu() local
[all …]
/linux-6.3-rc2/fs/nfs/
A Dinode.c107 int nfs_drop_inode(struct inode *inode) in nfs_drop_inode()
113 void nfs_clear_inode(struct inode *inode) in nfs_clear_inode()
126 void nfs_evict_inode(struct inode *inode) in nfs_evict_inode()
133 int nfs_sync_inode(struct inode *inode) in nfs_sync_inode()
407 struct inode *inode; in nfs_ilookup() local
1008 struct inode *inode; in nfs_close_context() local
1320 struct inode *inode = mapping->host; in nfs_clear_invalid_mapping() local
1730 const struct inode *inode) in nfs_inode_attrs_cmp_monotonic()
1754 const struct inode *inode) in nfs_inode_attrs_cmp_strict_monotonic()
1770 const struct inode *inode) in nfs_inode_attrs_cmp()
[all …]
A 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()
A Dfscache.h67 static inline int nfs_fscache_read_page(struct inode *inode, struct page *page) in nfs_fscache_read_page()
78 static inline void nfs_fscache_write_page(struct inode *inode, in nfs_fscache_write_page()
86 struct inode *inode) in nfs_fscache_update_auxdata()
101 static inline void nfs_fscache_invalidate(struct inode *inode, int flags) in nfs_fscache_invalidate()
126 static inline void nfs_fscache_init_inode(struct inode *inode) {} in nfs_fscache_init_inode()
127 static inline void nfs_fscache_clear_inode(struct inode *inode) {} in nfs_fscache_clear_inode()
128 static inline void nfs_fscache_open_file(struct inode *inode, in nfs_fscache_open_file()
130 static inline void nfs_fscache_release_file(struct inode *inode, struct file *file) {} in nfs_fscache_release_file()
136 static inline int nfs_fscache_read_page(struct inode *inode, struct page *page) in nfs_fscache_read_page()
140 static inline void nfs_fscache_write_page(struct inode *inode, struct page *page) {} in nfs_fscache_write_page()
[all …]
A Dfile.c124 struct inode *inode = filp->f_mapping->host; in nfs_file_llseek() local
141 struct inode *inode = file_inode(file); in nfs_file_flush() local
184 struct inode *inode = file_inode(file); in nfs_file_mmap() local
209 struct inode *inode = file_inode(file); in nfs_file_fsync_commit() local
225 struct inode *inode = file_inode(file); in nfs_file_fsync() local
484 struct inode *inode = folio->mapping->host; in nfs_launder_folio() local
502 struct inode *inode = file_inode(file); in nfs_swap_activate() local
535 struct inode *inode = file_inode(file); in nfs_swap_deactivate() local
571 struct inode *inode = file_inode(filp); in nfs_vm_page_mkwrite() local
627 struct inode *inode = file_inode(file); in nfs_file_write() local
[all …]
/linux-6.3-rc2/include/linux/
A Dquotaops.h24 struct inode *inode, struct iattr *ia) in is_quota_modification()
216 static inline int dquot_initialize(struct inode *inode) in dquot_initialize()
221 static inline bool dquot_initialize_needed(struct inode *inode) in dquot_initialize_needed()
226 static inline void dquot_drop(struct inode *inode) in dquot_drop()
230 static inline int dquot_alloc_inode(struct inode *inode) in dquot_alloc_inode()
235 static inline void dquot_free_inode(struct inode *inode) in dquot_free_inode()
240 struct inode *inode, struct iattr *iattr) in dquot_transfer()
266 static inline int dquot_reclaim_space_nodirty(struct inode *inode, in dquot_reclaim_space_nodirty()
309 static inline int dquot_alloc_space(struct inode *inode, qsize_t nr) in dquot_alloc_space()
335 static inline int dquot_alloc_block(struct inode *inode, qsize_t nr) in dquot_alloc_block()
[all …]
A Diversion.h111 inode_set_iversion_raw(struct inode *inode, u64 val) in inode_set_iversion_raw()
128 inode_peek_iversion_raw(const struct inode *inode) in inode_peek_iversion_raw()
142 inode_set_max_iversion_raw(struct inode *inode, u64 val) in inode_set_max_iversion_raw()
165 inode_set_iversion(struct inode *inode, u64 val) in inode_set_iversion()
187 inode_set_iversion_queried(struct inode *inode, u64 val) in inode_set_iversion_queried()
203 inode_inc_iversion(struct inode *inode) in inode_inc_iversion()
216 inode_iversion_need_inc(struct inode *inode) in inode_iversion_need_inc()
233 inode_inc_iversion_raw(struct inode *inode) in inode_inc_iversion_raw()
250 inode_peek_iversion(const struct inode *inode) in inode_peek_iversion()
279 inode_eq_iversion_raw(const struct inode *inode, u64 old) in inode_eq_iversion_raw()
[all …]
A Dfs.h595 struct inode { struct
607 const struct inode_operations *i_op; argument
622 * inode_(inc|dec)_link_count argument
624 union {
628 dev_t i_rdev;
629 loff_t i_size;
655 /* foreign inode detection, see wbc_detach_inode() */ argument
660 struct list_head i_lru; /* inode LRU list */ argument
677 void (*free_inode)(struct inode *); argument
692 __u32 i_fsnotify_mask; /* all events this inode cares about */ argument
[all …]
/linux-6.3-rc2/fs/nilfs2/
A 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()
198 void (*init_block)(struct inode *, in nilfs_palloc_get_block()
498 int nilfs_palloc_prepare_alloc_entry(struct inode *inode, in nilfs_palloc_prepare_alloc_entry()
598 void nilfs_palloc_commit_free_entry(struct inode *inode, in nilfs_palloc_commit_free_entry()
639 void nilfs_palloc_abort_alloc_entry(struct inode *inode, in nilfs_palloc_abort_alloc_entry()
680 int nilfs_palloc_prepare_free_entry(struct inode *inode, in nilfs_palloc_prepare_free_entry()
707 void nilfs_palloc_abort_free_entry(struct inode *inode, in nilfs_palloc_abort_free_entry()
837 void nilfs_palloc_setup_cache(struct inode *inode, in nilfs_palloc_setup_cache()
844 void nilfs_palloc_clear_cache(struct inode *inode) in nilfs_palloc_clear_cache()
[all …]
A Dmdt.c32 void (*init_block)(struct inode *, in nilfs_mdt_insert_new_block()
68 void (*init_block)(struct inode *, in nilfs_mdt_create_block()
243 void (*init_block)(struct inode *, in nilfs_mdt_get_block()
390 int nilfs_mdt_fetch_dirty(struct inode *inode) in nilfs_mdt_fetch_dirty()
404 struct inode *inode = page->mapping->host; in nilfs_mdt_write_page() local
472 void nilfs_mdt_clear(struct inode *inode) in nilfs_mdt_clear()
493 void nilfs_mdt_destroy(struct inode *inode) in nilfs_mdt_destroy()
516 int nilfs_mdt_setup_shadow_map(struct inode *inode, in nilfs_mdt_setup_shadow_map()
537 int nilfs_mdt_save_to_shadow_map(struct inode *inode) in nilfs_mdt_save_to_shadow_map()
627 void nilfs_mdt_restore_from_shadow_map(struct inode *inode) in nilfs_mdt_restore_from_shadow_map()
[all …]
A Dinode.c161 struct inode *inode = mapping->host; in nilfs_writepages() local
209 struct inode *inode = mapping->host; in nilfs_dirty_folio() local
242 struct inode *inode = mapping->host; in nilfs_write_failed() local
255 struct inode *inode = mapping->host; in nilfs_write_begin() local
273 struct inode *inode = mapping->host; in nilfs_write_end() local
328 struct inode *inode; in nilfs_new_inode() local
486 struct inode *inode) in __nilfs_read_inode()
611 struct inode *inode; in nilfs_iget() local
636 struct inode *inode; in nilfs_iget_for_gc() local
857 void nilfs_truncate(struct inode *inode) in nilfs_truncate()
[all …]
/linux-6.3-rc2/fs/cifs/
A Dfscache.h49 void cifs_fscache_fill_coherency(struct inode *inode, in cifs_fscache_fill_coherency()
62 static inline struct fscache_cookie *cifs_inode_cookie(struct inode *inode) in cifs_inode_cookie()
81 static inline int cifs_fscache_query_occupancy(struct inode *inode, in cifs_fscache_query_occupancy()
96 static inline int cifs_readpage_from_fscache(struct inode *inode, in cifs_readpage_from_fscache()
104 static inline void cifs_readahead_to_fscache(struct inode *inode, in cifs_readahead_to_fscache()
113 void cifs_fscache_fill_coherency(struct inode *inode, in cifs_fscache_fill_coherency()
121 static inline void cifs_fscache_get_inode_cookie(struct inode *inode) {} in cifs_fscache_get_inode_cookie()
122 static inline void cifs_fscache_release_inode_cookie(struct inode *inode) {} in cifs_fscache_release_inode_cookie()
127 static inline int cifs_fscache_query_occupancy(struct inode *inode, in cifs_fscache_query_occupancy()
138 cifs_readpage_from_fscache(struct inode *inode, struct page *page) in cifs_readpage_from_fscache()
[all …]
/linux-6.3-rc2/fs/ceph/
A Dcache.h34 static inline void ceph_fscache_resize(struct inode *inode, loff_t to) in ceph_fscache_resize()
46 static inline void ceph_fscache_unpin_writeback(struct inode *inode, in ceph_fscache_unpin_writeback()
67 static inline bool ceph_is_cache_enabled(struct inode *inode) in ceph_is_cache_enabled()
72 static inline void ceph_fscache_note_page_release(struct inode *inode) in ceph_fscache_note_page_release()
89 static inline void ceph_fscache_register_inode_cookie(struct inode *inode) in ceph_fscache_register_inode_cookie()
101 static inline void ceph_fscache_unuse_cookie(struct inode *inode, bool update) in ceph_fscache_unuse_cookie()
105 static inline void ceph_fscache_update(struct inode *inode) in ceph_fscache_update()
118 static inline void ceph_fscache_resize(struct inode *inode, loff_t to) in ceph_fscache_resize()
122 static inline void ceph_fscache_unpin_writeback(struct inode *inode, in ceph_fscache_unpin_writeback()
133 static inline bool ceph_is_cache_enabled(struct inode *inode) in ceph_is_cache_enabled()
[all …]
A 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()
/linux-6.3-rc2/fs/ext4/
A Dinode.c443 struct inode *inode, in ext4_map_blocks_es_recheck()
976 int ext4_walk_page_buffers(handle_t *handle, struct inode *inode, in ext4_walk_page_buffers()
1377 struct inode *inode, in ext4_journalled_zero_new_buffers()
1554 struct inode *inode; member
1579 struct inode *inode = mpd->inode; in mpage_release_unused_pages() local
2219 struct inode *inode = mpd->inode; in mpage_process_page_bufs() local
2343 struct inode *inode = mpd->inode; in mpage_map_and_submit_buffers() local
2391 struct inode *inode = mpd->inode; in mpage_map_one_extent() local
4841 struct inode *inode; in __ext4_iget() local
5158 struct inode *inode; in __ext4_update_other_inode_time() local
[all …]
A Dextents_status.c195 #define ext4_es_print_tree(inode) argument
339 static bool __es_scan_range(struct inode *inode, in __es_scan_range()
359 bool ext4_es_scan_range(struct inode *inode, in ext4_es_scan_range()
389 static bool __es_scan_clu(struct inode *inode, in __es_scan_clu()
405 bool ext4_es_scan_clu(struct inode *inode, in ext4_es_scan_clu()
421 static void ext4_es_list_add(struct inode *inode) in ext4_es_list_add()
437 static void ext4_es_list_del(struct inode *inode) in ext4_es_list_del()
1692 struct inode *inode = &ei->vfs_inode; in es_do_reclaim_extents() local
1737 struct inode *inode = &ei->vfs_inode; in es_reclaim_extents() local
1763 void ext4_clear_inode_es(struct inode *inode) in ext4_clear_inode_es()
[all …]
A Dfile.c57 struct inode *inode = file_inode(iocb->ki_filp); in ext4_should_use_dio() local
72 struct inode *inode = file_inode(iocb->ki_filp); in ext4_dio_read_iter() local
104 struct inode *inode = file_inode(iocb->ki_filp); in ext4_dax_read_iter() local
132 struct inode *inode = file_inode(iocb->ki_filp); in ext4_file_read_iter() local
206 static bool ext4_overwrite_io(struct inode *inode, in ext4_overwrite_io()
235 struct inode *inode = file_inode(iocb->ki_filp); in ext4_generic_write_checks() local
278 struct inode *inode = file_inode(iocb->ki_filp); in ext4_buffered_write_iter() local
394 struct inode *inode = file_inode(iocb->ki_filp); in ext4_dio_write_end_io() local
450 struct inode *inode = file_inode(file); in ext4_dio_write_checks() local
797 struct inode *inode = file->f_mapping->host; in ext4_file_mmap() local
[all …]
A Dextents.c740 #define ext4_ext_show_path(inode, path) argument
741 #define ext4_ext_show_leaf(inode, path) argument
812 ext4_ext_binsearch(struct inode *inode, in ext4_ext_binsearch()
1843 struct inode *inode, in ext4_ext_try_to_merge_up()
1889 struct inode *inode, in ext4_ext_try_to_merge()
1919 struct inode *inode, in ext4_ext_check_overlap()
3177 struct inode *inode, in ext4_split_extent_at()
3325 struct inode *inode, in ext4_split_extent()
3416 struct inode *inode, in ext4_ext_convert_to_initialized()
3675 struct inode *inode, in ext4_split_convert_extents()
[all …]
/linux-6.3-rc2/fs/reiserfs/
A Dinode.c27 void reiserfs_evict_inode(struct inode *inode) in reiserfs_evict_inode()
232 b_blocknr_t block, struct inode *inode) in set_block_dev_mapped()
633 struct inode *inode, in _allocate_block()
1438 struct inode *inode, loff_t size) in reiserfs_update_sd_size()
1630 struct inode *inode; in reiserfs_iget() local
1662 struct inode *inode; in reiserfs_get_dentry() local
1791 struct inode *inode, in reiserfs_new_directory()
1854 struct inode *inode, in reiserfs_new_symlink()
1917 struct inode *inode, in reiserfs_new_inode()
2751 struct inode *inode; in reiserfs_write_begin() local
[all …]
/linux-6.3-rc2/fs/fat/
A Dfile.c37 struct inode *inode = file_inode(file); in fat_ioctl_set_attributes() local
158 struct inode *inode = file_inode(filp); in fat_generic_ioctl() local
188 struct inode *inode = filp->f_mapping->host; in fat_file_fsync() local
217 static int fat_cont_expand(struct inode *inode, loff_t size) in fat_cont_expand()
266 struct inode *inode = file->f_mapping->host; in fat_fallocate() local
310 static int fat_free(struct inode *inode, int skip) in fat_free()
379 void fat_truncate_blocks(struct inode *inode, loff_t offset) in fat_truncate_blocks()
401 struct inode *inode = d_inode(path->dentry); in fat_getattr() local
422 struct inode *inode, umode_t *mode_ptr) in fat_sanitize_mode()
460 struct msdos_sb_info *sbi, struct inode *inode) in fat_allow_set_time()
[all …]
/linux-6.3-rc2/fs/f2fs/
A Dinode.c25 void f2fs_mark_inode_dirty_sync(struct inode *inode, bool sync) in f2fs_mark_inode_dirty_sync()
36 void f2fs_set_inode_flags(struct inode *inode) in f2fs_set_inode_flags()
62 static void __get_inode_rdev(struct inode *inode, struct f2fs_inode *ri) in __get_inode_rdev()
322 static void init_idisk_time(struct inode *inode) in init_idisk_time()
332 static int do_read_inode(struct inode *inode) in do_read_inode()
501 struct inode *inode; in f2fs_iget() local
594 struct inode *inode; in f2fs_iget_retry() local
606 void f2fs_update_inode(struct inode *inode, struct page *node_page) in f2fs_update_inode()
713 void f2fs_update_inode_page(struct inode *inode) in f2fs_update_inode_page()
767 void f2fs_evict_inode(struct inode *inode) in f2fs_evict_inode()
[all …]
/linux-6.3-rc2/fs/ocfs2/
A Dinode.c71 void ocfs2_set_inode_flags(struct inode *inode) in ocfs2_set_inode_flags()
125 struct inode *inode = NULL; in ocfs2_iget() local
579 struct inode *inode, in ocfs2_truncate_for_delete()
634 static int ocfs2_remove_inode(struct inode *inode, in ocfs2_remove_inode()
748 static int ocfs2_wipe_inode(struct inode *inode, in ocfs2_wipe_inode()
1110 static void ocfs2_clear_inode(struct inode *inode) in ocfs2_clear_inode()
1212 void ocfs2_evict_inode(struct inode *inode) in ocfs2_evict_inode()
1226 int ocfs2_drop_inode(struct inode *inode) in ocfs2_drop_inode()
1249 struct inode *inode = d_inode(dentry); in ocfs2_inode_revalidate() local
1288 struct inode *inode, in ocfs2_mark_inode_dirty()
[all …]
A Dfile.c168 struct inode *inode = file->f_mapping->host; in ocfs2_sync_file() local
289 struct inode *inode, in ocfs2_set_inode_size()
369 struct inode *inode, in ocfs2_orphan_for_truncate()
434 int ocfs2_truncate_file(struct inode *inode, in ocfs2_truncate_file()
533 struct inode *inode, in ocfs2_add_inode_data()
1119 struct inode *inode = d_inode(dentry); in ocfs2_setattr() local
2070 struct inode *inode = file_inode(file); in ocfs2_change_file_space() local
2098 struct inode *inode = file_inode(file); in ocfs2_fallocate() local
2237 struct inode *inode = d_inode(dentry); in ocfs2_prepare_inode_for_write() local
2354 struct inode *inode = file_inode(file); in ocfs2_file_write_iter() local
[all …]
/linux-6.3-rc2/fs/udf/
A Dinode.c140 void udf_evict_inode(struct inode *inode) in udf_evict_inode()
173 struct inode *inode = mapping->host; in udf_write_failed() local
192 struct inode *inode = page->mapping->host; in udf_adinicb_writepage() local
207 struct inode *inode = mapping->host; in udf_writepages() local
217 struct inode *inode = page->mapping->host; in udf_adinicb_readpage() local
286 struct inode *inode = file_inode(file); in udf_write_end() local
306 struct inode *inode = mapping->host; in udf_direct_IO() local
346 int udf_expand_file_adinicb(struct inode *inode) in udf_expand_file_adinicb()
506 static int udf_do_extend_file(struct inode *inode, in udf_do_extend_file()
1685 static int udf_sync_inode(struct inode *inode) in udf_sync_inode()
[all …]
/linux-6.3-rc2/fs/zonefs/
A Dfile.c128 struct inode *inode, loff_t offset) in zonefs_write_map_blocks()
162 struct inode *inode = file_inode(swap_file); in zonefs_swap_activate() local
261 struct inode *inode = file_inode(file); in zonefs_file_fsync() local
348 struct inode *inode = file_inode(iocb->ki_filp); in zonefs_file_write_dio_end_io() local
381 struct inode *inode = file_inode(iocb->ki_filp); in zonefs_file_dio_append() local
456 struct inode *inode = file_inode(file); in zonefs_write_check_limits() local
481 struct inode *inode = file_inode(file); in zonefs_write_checks() local
524 struct inode *inode = file_inode(iocb->ki_filp); in zonefs_file_dio_write() local
600 struct inode *inode = file_inode(iocb->ki_filp); in zonefs_file_buffered_write() local
637 struct inode *inode = file_inode(iocb->ki_filp); in zonefs_file_write_iter() local
[all …]

Completed in 118 milliseconds

12345678910>>...52