/kernel/linux/linux-5.10/fs/ |
D | inode.c | 120 static int no_open(struct inode *inode, struct file *file) in no_open() 133 int inode_init_always(struct super_block *sb, struct inode *inode) in inode_init_always() 213 void free_inode_nonrcu(struct inode *inode) in free_inode_nonrcu() 221 struct inode *inode = container_of(head, struct inode, i_rcu); in i_callback() local 231 struct inode *inode; in alloc_inode() local 255 void __destroy_inode(struct inode *inode) in __destroy_inode() 278 static void destroy_inode(struct inode *inode) in destroy_inode() 304 void drop_nlink(struct inode *inode) in drop_nlink() 321 void clear_nlink(struct inode *inode) in clear_nlink() 338 void set_nlink(struct inode *inode, unsigned int nlink) in set_nlink() [all …]
|
/kernel/linux/linux-5.10/include/linux/ |
D | iversion.h | 93 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 …]
|
D | quotaops.h | 23 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 …]
|
D | backing-dev.h | 136 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-5.10/fs/nfs/ |
D | inode.c | 112 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() 210 static void nfs_set_cache_invalid(struct inode *inode, unsigned long flags) in nfs_set_cache_invalid() 237 static void nfs_zap_caches_locked(struct inode *inode) in nfs_zap_caches_locked() [all …]
|
D | io.c | 18 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()
|
D | file.c | 49 # define IS_SWAPFILE(inode) (0) argument 65 nfs_file_open(struct inode *inode, struct file *filp) in nfs_file_open() 81 nfs_file_release(struct inode *inode, struct file *filp) in nfs_file_release() 102 static int nfs_revalidate_file_size(struct inode *inode, struct file *filp) in nfs_revalidate_file_size() 125 struct inode *inode = filp->f_mapping->host; in nfs_file_llseek() local 142 struct inode *inode = file_inode(file); in nfs_file_flush() local 160 struct inode *inode = file_inode(iocb->ki_filp); in nfs_file_read() local 185 struct inode *inode = file_inode(file); in nfs_file_mmap() local 210 struct inode *inode = file_inode(file); in nfs_file_fsync_commit() local 227 struct inode *inode = file_inode(file); in nfs_file_fsync() local [all …]
|
/kernel/linux/linux-5.10/fs/9p/ |
D | cache.h | 53 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 …]
|
D | cache.c | 102 void v9fs_cache_inode_get_cookie(struct inode *inode) in v9fs_cache_inode_get_cookie() 129 void v9fs_cache_inode_put_cookie(struct inode *inode) in v9fs_cache_inode_put_cookie() 143 void v9fs_cache_inode_flush_cookie(struct inode *inode) in v9fs_cache_inode_flush_cookie() 156 void v9fs_cache_inode_set_cookie(struct inode *inode, struct file *filp) in v9fs_cache_inode_set_cookie() 173 void v9fs_cache_inode_reset_cookie(struct inode *inode) in v9fs_cache_inode_reset_cookie() 205 struct inode *inode = page->mapping->host; in __v9fs_fscache_release_page() local 215 struct inode *inode = page->mapping->host; in __v9fs_fscache_invalidate_page() local 243 int __v9fs_readpage_from_fscache(struct inode *inode, struct page *page) in __v9fs_readpage_from_fscache() 278 int __v9fs_readpages_from_fscache(struct inode *inode, in __v9fs_readpages_from_fscache() 316 void __v9fs_readpage_to_fscache(struct inode *inode, struct page *page) in __v9fs_readpage_to_fscache() [all …]
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
D | alloc.c | 26 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 …]
|
D | mdt.c | 30 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 …]
|
D | inode.c | 46 void nilfs_inode_add_blocks(struct inode *inode, int n) in nilfs_inode_add_blocks() 55 void nilfs_inode_sub_blocks(struct inode *inode, int n) in nilfs_inode_sub_blocks() 75 int nilfs_get_block(struct inode *inode, sector_t blkoff, in nilfs_get_block() 161 struct inode *inode = mapping->host; in nilfs_writepages() local 178 struct inode *inode = page->mapping->host; in nilfs_writepage() local 208 struct inode *inode = page->mapping->host; in nilfs_set_page_dirty() local 244 struct inode *inode = mapping->host; in nilfs_write_failed() local 257 struct inode *inode = mapping->host; in nilfs_write_begin() local 276 struct inode *inode = mapping->host; in nilfs_write_end() local 293 struct inode *inode = file_inode(iocb->ki_filp); in nilfs_direct_IO() local [all …]
|
/kernel/linux/linux-5.10/fs/ceph/ |
D | cache.h | 41 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 …]
|
D | io.c | 22 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-5.10/fs/cifs/ |
D | fscache.h | 86 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 …]
|
/kernel/linux/linux-5.10/fs/ext4/ |
D | extents_status.c | 178 static void ext4_es_print_tree(struct inode *inode) in ext4_es_print_tree() 197 #define ext4_es_print_tree(inode) argument 256 static void __es_find_extent_range(struct inode *inode, in __es_find_extent_range() 309 void ext4_es_find_extent_range(struct inode *inode, in ext4_es_find_extent_range() 341 static bool __es_scan_range(struct inode *inode, in __es_scan_range() 361 bool ext4_es_scan_range(struct inode *inode, in ext4_es_scan_range() 391 static bool __es_scan_clu(struct inode *inode, in __es_scan_clu() 407 bool ext4_es_scan_clu(struct inode *inode, in ext4_es_scan_clu() 423 static void ext4_es_list_add(struct inode *inode) in ext4_es_list_add() 439 static void ext4_es_list_del(struct inode *inode) in ext4_es_list_del() [all …]
|
D | inode.c | 51 static __u32 ext4_inode_csum(struct inode *inode, struct ext4_inode *raw, in ext4_inode_csum() 83 static int ext4_inode_csum_verify(struct inode *inode, struct ext4_inode *raw, in ext4_inode_csum_verify() 104 void ext4_inode_csum_set(struct inode *inode, struct ext4_inode *raw, in ext4_inode_csum_set() 121 static inline int ext4_begin_ordered_truncate(struct inode *inode, in ext4_begin_ordered_truncate() 149 int ext4_inode_is_fast_symlink(struct inode *inode) in ext4_inode_is_fast_symlink() 167 void ext4_evict_inode(struct inode *inode) in ext4_evict_inode() 353 qsize_t *ext4_get_reserved_space(struct inode *inode) in ext4_get_reserved_space() 363 void ext4_da_update_reserve_space(struct inode *inode, in ext4_da_update_reserve_space() 408 static int __check_block_validity(struct inode *inode, const char *func, in __check_block_validity() 426 int ext4_issue_zeroout(struct inode *inode, ext4_lblk_t lblk, ext4_fsblk_t pblk, in ext4_issue_zeroout() [all …]
|
D | file.c | 39 static bool ext4_dio_supported(struct inode *inode) in ext4_dio_supported() 55 struct inode *inode = file_inode(iocb->ki_filp); in ext4_dio_read_iter() local 88 struct inode *inode = file_inode(iocb->ki_filp); in ext4_dax_read_iter() local 116 struct inode *inode = file_inode(iocb->ki_filp); in ext4_file_read_iter() local 139 static int ext4_release_file(struct inode *inode, struct file *filp) in ext4_release_file() 169 ext4_unaligned_io(struct inode *inode, struct iov_iter *from, loff_t pos) in ext4_unaligned_io() 181 ext4_extending_io(struct inode *inode, loff_t offset, size_t len) in ext4_extending_io() 190 static bool ext4_overwrite_io(struct inode *inode, loff_t pos, loff_t len) in ext4_overwrite_io() 215 struct inode *inode = file_inode(iocb->ki_filp); in ext4_generic_write_checks() local 258 struct inode *inode = file_inode(iocb->ki_filp); in ext4_buffered_write_iter() local [all …]
|
D | extents.c | 49 static __le32 ext4_extent_block_csum(struct inode *inode, in ext4_extent_block_csum() 61 static int ext4_extent_block_csum_verify(struct inode *inode, in ext4_extent_block_csum_verify() 75 static void ext4_extent_block_csum_set(struct inode *inode, in ext4_extent_block_csum_set() 94 static int ext4_ext_trunc_restart_fn(struct inode *inode, int *dropped) in ext4_ext_trunc_restart_fn() 117 int ext4_datasem_ensure_credits(handle_t *handle, struct inode *inode, in ext4_datasem_ensure_credits() 136 static int ext4_ext_get_access(handle_t *handle, struct inode *inode, in ext4_ext_get_access() 166 handle_t *handle, struct inode *inode, in __ext4_ext_dirty() 187 #define ext4_ext_dirty(handle, inode, path) \ argument 190 static ext4_fsblk_t ext4_ext_find_goal(struct inode *inode, in ext4_ext_find_goal() 240 ext4_ext_new_meta_block(handle_t *handle, struct inode *inode, in ext4_ext_new_meta_block() [all …]
|
/kernel/linux/linux-5.10/fs/fat/ |
D | file.c | 24 static int fat_ioctl_get_attributes(struct inode *inode, u32 __user *user_attr) in fat_ioctl_get_attributes() 37 struct inode *inode = file_inode(file); in fat_ioctl_set_attributes() local 119 static int fat_ioctl_get_volume_id(struct inode *inode, u32 __user *user_attr) in fat_ioctl_get_volume_id() 125 static int fat_ioctl_fitrim(struct inode *inode, unsigned long arg) in fat_ioctl_fitrim() 158 struct inode *inode = file_inode(filp); in fat_generic_ioctl() local 175 static int fat_file_release(struct inode *inode, struct file *filp) in fat_file_release() 187 struct inode *inode = filp->f_mapping->host; in fat_file_fsync() local 216 static int fat_cont_expand(struct inode *inode, loff_t size) in fat_cont_expand() 265 struct inode *inode = file->f_mapping->host; in fat_fallocate() local 309 static int fat_free(struct inode *inode, int skip) in fat_free() [all …]
|
/kernel/linux/linux-5.10/fs/f2fs/ |
D | inode.c | 21 void f2fs_mark_inode_dirty_sync(struct inode *inode, bool sync) in f2fs_mark_inode_dirty_sync() 32 void f2fs_set_inode_flags(struct inode *inode) in f2fs_set_inode_flags() 58 static void __get_inode_rdev(struct inode *inode, struct f2fs_inode *ri) in __get_inode_rdev() 85 static void __set_inode_rdev(struct inode *inode, struct f2fs_inode *ri) in __set_inode_rdev() 103 static void __recover_inline_status(struct inode *inode, struct page *ipage) in __recover_inline_status() 199 static bool sanity_check_inode(struct inode *inode, struct page *node_page) in sanity_check_inode() 332 static int do_read_inode(struct inode *inode) in do_read_inode() 481 struct inode *inode; in f2fs_iget() local 543 struct inode *inode; in f2fs_iget_retry() local 555 void f2fs_update_inode(struct inode *inode, struct page *node_page) in f2fs_update_inode() [all …]
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
D | inode.c | 27 void reiserfs_evict_inode(struct inode *inode) in reiserfs_evict_inode() 127 void make_cpu_key(struct cpu_key *key, struct inode *inode, loff_t offset, in make_cpu_key() 232 b_blocknr_t block, struct inode *inode) in set_block_dev_mapped() 241 static int file_capable(struct inode *inode, sector_t block) in file_capable() 253 struct inode *inode, struct treepath *path) in restart_transaction() 285 static int _get_block_create_0(struct inode *inode, sector_t block, in _get_block_create_0() 472 static int reiserfs_bmap(struct inode *inode, sector_t block, in reiserfs_bmap() 503 static int reiserfs_get_block_create_0(struct inode *inode, sector_t block, in reiserfs_get_block_create_0() 514 static int reiserfs_get_blocks_direct_io(struct inode *inode, in reiserfs_get_blocks_direct_io() 576 static int convert_tail_for_hole(struct inode *inode, in convert_tail_for_hole() [all …]
|
D | xattr.h | 22 #define has_xattr_dir(inode) (REISERFS_I(inode)->i_flags & i_has_xattr_dir) argument 50 static inline loff_t reiserfs_xattr_nblocks(struct inode *inode, loff_t size) in reiserfs_xattr_nblocks() 72 static inline size_t reiserfs_xattr_jcreate_nblocks(struct inode *inode) in reiserfs_xattr_jcreate_nblocks() 85 static inline void reiserfs_init_xattr_rwsem(struct inode *inode) in reiserfs_init_xattr_rwsem() 94 static inline void reiserfs_init_xattr_rwsem(struct inode *inode) in reiserfs_init_xattr_rwsem() 101 struct inode *inode, in reiserfs_security_init() 109 struct inode *inode, in reiserfs_security_write()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
D | inode.c | 73 void ocfs2_set_inode_flags(struct inode *inode) in ocfs2_set_inode_flags() 127 struct inode *inode = NULL; in ocfs2_iget() local 213 static int ocfs2_find_actor(struct inode *inode, void *opaque) in ocfs2_find_actor() 238 static int ocfs2_init_locked_inode(struct inode *inode, void *opaque) in ocfs2_init_locked_inode() 262 void ocfs2_populate_inode(struct inode *inode, struct ocfs2_dinode *fe, in ocfs2_populate_inode() 403 static int ocfs2_read_locked_inode(struct inode *inode, in ocfs2_read_locked_inode() 581 struct inode *inode, in ocfs2_truncate_for_delete() 636 static int ocfs2_remove_inode(struct inode *inode, in ocfs2_remove_inode() 750 static int ocfs2_wipe_inode(struct inode *inode, in ocfs2_wipe_inode() 841 static int ocfs2_inode_is_valid_to_delete(struct inode *inode) in ocfs2_inode_is_valid_to_delete() [all …]
|
/kernel/linux/linux-5.10/fs/hfs/ |
D | inode.c | 44 struct inode *inode = mapping->host; in hfs_write_failed() local 75 struct inode *inode = page->mapping->host; in hfs_releasepage() local 134 struct inode *inode = mapping->host; in hfs_direct_IO() local 186 struct inode *inode = new_inode(sb); in hfs_new_inode() local 240 void hfs_delete_inode(struct inode *inode) in hfs_delete_inode() 266 void hfs_inode_read_fork(struct inode *inode, struct hfs_extent *ext, in hfs_inode_read_fork() 294 static int hfs_test_inode(struct inode *inode, void *data) in hfs_test_inode() 314 static int hfs_read_inode(struct inode *inode, void *data) in hfs_read_inode() 388 struct inode *inode; in hfs_iget() local 407 void hfs_inode_write_fork(struct inode *inode, struct hfs_extent *ext, in hfs_inode_write_fork() [all …]
|