| /fs/ |
| D | inode.c | 116 static int no_open(struct inode *inode, struct file *file) in no_open() 129 int inode_init_always(struct super_block *sb, struct inode *inode) in inode_init_always() 207 struct inode *inode; in alloc_inode() local 228 void free_inode_nonrcu(struct inode *inode) in free_inode_nonrcu() 234 void __destroy_inode(struct inode *inode) in __destroy_inode() 258 struct inode *inode = container_of(head, struct inode, i_rcu); in i_callback() local 262 static void destroy_inode(struct inode *inode) in destroy_inode() 283 void drop_nlink(struct inode *inode) in drop_nlink() 300 void clear_nlink(struct inode *inode) in clear_nlink() 317 void set_nlink(struct inode *inode, unsigned int nlink) in set_nlink() [all …]
|
| /fs/nfs/ |
| D | inode.c | 116 int nfs_drop_inode(struct inode *inode) in nfs_drop_inode() 122 void nfs_clear_inode(struct inode *inode) in nfs_clear_inode() 135 void nfs_evict_inode(struct inode *inode) in nfs_evict_inode() 142 int nfs_sync_inode(struct inode *inode) in nfs_sync_inode() 163 static int nfs_attribute_timeout(struct inode *inode) in nfs_attribute_timeout() 170 static bool nfs_check_cache_invalid_delegated(struct inode *inode, unsigned long flags) in nfs_check_cache_invalid_delegated() 181 static bool nfs_check_cache_invalid_not_delegated(struct inode *inode, unsigned long flags) in nfs_check_cache_invalid_not_delegated() 192 bool nfs_check_cache_invalid(struct inode *inode, unsigned long flags) in nfs_check_cache_invalid() 200 static void nfs_set_cache_invalid(struct inode *inode, unsigned long flags) in nfs_set_cache_invalid() 214 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 | fscache.h | 108 struct inode *inode) in nfs_fscache_invalidate_page() 118 struct inode *inode, in nfs_readpage_from_fscache() 130 struct inode *inode, in nfs_readpages_from_fscache() 145 static inline void nfs_readpage_to_fscache(struct inode *inode, in nfs_readpage_to_fscache() 156 static inline void nfs_fscache_invalidate(struct inode *inode) in nfs_fscache_invalidate() 164 static inline void nfs_fscache_wait_on_invalidate(struct inode *inode) in nfs_fscache_wait_on_invalidate() 188 static inline void nfs_fscache_init_inode(struct inode *inode) {} in nfs_fscache_init_inode() 189 static inline void nfs_fscache_clear_inode(struct inode *inode) {} in nfs_fscache_clear_inode() 190 static inline void nfs_fscache_open_file(struct inode *inode, in nfs_fscache_open_file() 198 struct inode *inode) {} in nfs_fscache_invalidate_page() [all …]
|
| D | delegation.c | 55 struct nfs_delegation *nfs4_get_valid_delegation(const struct inode *inode) in nfs4_get_valid_delegation() 66 nfs4_do_check_delegation(struct inode *inode, fmode_t flags, bool mark) in nfs4_do_check_delegation() 90 int nfs4_have_delegation(struct inode *inode, fmode_t flags) in nfs4_have_delegation() 99 int nfs4_check_delegation(struct inode *inode, fmode_t flags) in nfs4_check_delegation() 106 struct inode *inode = state->inode; in nfs_delegation_claim_locks() local 136 static int nfs_delegation_claim_opens(struct inode *inode, in nfs_delegation_claim_opens() 186 void nfs_inode_reclaim_delegation(struct inode *inode, struct rpc_cred *cred, in nfs_inode_reclaim_delegation() 217 static int nfs_do_return_delegation(struct inode *inode, struct nfs_delegation *delegation, int iss… in nfs_do_return_delegation() 232 struct inode *inode = NULL; in nfs_delegation_grab_inode() local 316 nfs_inode_detach_delegation(struct inode *inode) in nfs_inode_detach_delegation() [all …]
|
| D | file.c | 48 # define IS_SWAPFILE(inode) (0) argument 64 nfs_file_open(struct inode *inode, struct file *filp) in nfs_file_open() 80 nfs_file_release(struct inode *inode, struct file *filp) in nfs_file_release() 101 static int nfs_revalidate_file_size(struct inode *inode, struct file *filp) in nfs_revalidate_file_size() 124 struct inode *inode = filp->f_mapping->host; in nfs_file_llseek() local 141 struct inode *inode = file_inode(file); in nfs_file_flush() local 156 struct inode *inode = file_inode(iocb->ki_filp); in nfs_file_read() local 181 struct inode *inode = file_inode(file); in nfs_file_mmap() local 214 struct inode *inode = file_inode(file); in nfs_file_fsync_commit() local 243 struct inode *inode = file_inode(file); in nfs_file_fsync() local [all …]
|
| /fs/9p/ |
| D | cache.h | 68 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 …]
|
| /fs/nilfs2/ |
| D | alloc.c | 35 nilfs_palloc_groups_per_desc_block(const struct inode *inode) in nilfs_palloc_groups_per_desc_block() 46 nilfs_palloc_groups_count(const struct inode *inode) in nilfs_palloc_groups_count() 56 int nilfs_palloc_init_blockgroup(struct inode *inode, unsigned int entry_size) in nilfs_palloc_init_blockgroup() 91 static unsigned long nilfs_palloc_group(const struct inode *inode, __u64 nr, in nilfs_palloc_group() 109 nilfs_palloc_desc_blkoff(const struct inode *inode, unsigned long group) in nilfs_palloc_desc_blkoff() 125 nilfs_palloc_bitmap_blkoff(const struct inode *inode, unsigned long group) in nilfs_palloc_bitmap_blkoff() 175 nilfs_palloc_entry_blkoff(const struct inode *inode, __u64 nr) in nilfs_palloc_entry_blkoff() 191 static void nilfs_palloc_desc_block_init(struct inode *inode, in nilfs_palloc_desc_block_init() 205 static int nilfs_palloc_get_block(struct inode *inode, unsigned long blkoff, in nilfs_palloc_get_block() 207 void (*init_block)(struct inode *, in nilfs_palloc_get_block() [all …]
|
| D | mdt.c | 39 nilfs_mdt_insert_new_block(struct inode *inode, unsigned long block, in nilfs_mdt_insert_new_block() 41 void (*init_block)(struct inode *, in nilfs_mdt_insert_new_block() 75 static int nilfs_mdt_create_block(struct inode *inode, unsigned long block, in nilfs_mdt_create_block() 77 void (*init_block)(struct inode *, in nilfs_mdt_create_block() 123 nilfs_mdt_submit_block(struct inode *inode, unsigned long blkoff, in nilfs_mdt_submit_block() 176 static int nilfs_mdt_read_block(struct inode *inode, unsigned long block, in nilfs_mdt_read_block() 250 int nilfs_mdt_get_block(struct inode *inode, unsigned long blkoff, int create, in nilfs_mdt_get_block() 251 void (*init_block)(struct inode *, in nilfs_mdt_get_block() 293 int nilfs_mdt_find_block(struct inode *inode, unsigned long start, in nilfs_mdt_find_block() 337 int nilfs_mdt_delete_block(struct inode *inode, unsigned long block) in nilfs_mdt_delete_block() [all …]
|
| D | inode.c | 50 void nilfs_inode_add_blocks(struct inode *inode, int n) in nilfs_inode_add_blocks() 59 void nilfs_inode_sub_blocks(struct inode *inode, int n) in nilfs_inode_sub_blocks() 79 int nilfs_get_block(struct inode *inode, sector_t blkoff, in nilfs_get_block() 174 struct inode *inode = mapping->host; in nilfs_writepages() local 191 struct inode *inode = page->mapping->host; in nilfs_writepage() local 221 struct inode *inode = page->mapping->host; in nilfs_set_page_dirty() local 257 struct inode *inode = mapping->host; in nilfs_write_failed() local 270 struct inode *inode = mapping->host; in nilfs_write_begin() local 289 struct inode *inode = mapping->host; in nilfs_write_end() local 306 struct inode *inode = file_inode(iocb->ki_filp); in nilfs_direct_IO() local [all …]
|
| /fs/cifs/ |
| D | fscache.h | 62 struct inode *inode) in cifs_fscache_invalidate_page() 68 static inline int cifs_readpage_from_fscache(struct inode *inode, in cifs_readpage_from_fscache() 77 static inline int cifs_readpages_from_fscache(struct inode *inode, in cifs_readpages_from_fscache() 88 static inline void cifs_readpage_to_fscache(struct inode *inode, in cifs_readpage_to_fscache() 95 static inline void cifs_fscache_readpages_cancel(struct inode *inode, in cifs_fscache_readpages_cancel() 114 static inline void cifs_fscache_release_inode_cookie(struct inode *inode) {} in cifs_fscache_release_inode_cookie() 115 static inline void cifs_fscache_set_inode_cookie(struct inode *inode, in cifs_fscache_set_inode_cookie() 117 static inline void cifs_fscache_reset_inode_cookie(struct inode *inode) {} in cifs_fscache_reset_inode_cookie() 124 struct inode *inode) {} in cifs_fscache_invalidate_page() 126 cifs_readpage_from_fscache(struct inode *inode, struct page *page) in cifs_readpage_from_fscache() [all …]
|
| D | fscache.c | 61 static void cifs_fscache_enable_inode_cookie(struct inode *inode) in cifs_fscache_enable_inode_cookie() 78 void cifs_fscache_release_inode_cookie(struct inode *inode) in cifs_fscache_release_inode_cookie() 89 static void cifs_fscache_disable_inode_cookie(struct inode *inode) in cifs_fscache_disable_inode_cookie() 101 void cifs_fscache_set_inode_cookie(struct inode *inode, struct file *filp) in cifs_fscache_set_inode_cookie() 109 void cifs_fscache_reset_inode_cookie(struct inode *inode) in cifs_fscache_reset_inode_cookie() 131 struct inode *inode = page->mapping->host; in cifs_fscache_release_page() local 155 int __cifs_readpage_from_fscache(struct inode *inode, struct page *page) in __cifs_readpage_from_fscache() 184 int __cifs_readpages_from_fscache(struct inode *inode, in __cifs_readpages_from_fscache() 215 void __cifs_readpage_to_fscache(struct inode *inode, struct page *page) in __cifs_readpage_to_fscache() 226 void __cifs_fscache_readpages_cancel(struct inode *inode, struct list_head *pages) in __cifs_fscache_readpages_cancel() [all …]
|
| /fs/ceph/ |
| D | cache.h | 56 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 …]
|
| /fs/f2fs/ |
| D | file.c | 35 struct inode *inode = file_inode(vmf->vma->vm_file); in f2fs_filemap_fault() local 48 struct inode *inode = file_inode(vmf->vma->vm_file); in f2fs_vm_page_mkwrite() local 128 static int get_parent_ino(struct inode *inode, nid_t *pino) in get_parent_ino() 143 static inline enum cp_reason_type need_do_checkpoint(struct inode *inode) in need_do_checkpoint() 184 static void try_to_fix_pino(struct inode *inode) in try_to_fix_pino() 201 struct inode *inode = file->f_mapping->host; in f2fs_do_sync_file() local 372 struct inode *inode = file->f_mapping->host; in f2fs_seek_block() local 453 struct inode *inode = file->f_mapping->host; in f2fs_llseek() local 474 struct inode *inode = file_inode(file); in f2fs_file_mmap() local 490 static int f2fs_file_open(struct inode *inode, struct file *filp) in f2fs_file_open() [all …]
|
| 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() 54 static void __get_inode_rdev(struct inode *inode, struct f2fs_inode *ri) in __get_inode_rdev() 81 static void __set_inode_rdev(struct inode *inode, struct f2fs_inode *ri) in __set_inode_rdev() 99 static void __recover_inline_status(struct inode *inode, struct page *ipage) in __recover_inline_status() 196 static bool sanity_check_inode(struct inode *inode, struct page *node_page) in sanity_check_inode() 305 static int do_read_inode(struct inode *inode) in do_read_inode() 437 struct inode *inode; in f2fs_iget() local 499 struct inode *inode; in f2fs_iget_retry() local 511 void f2fs_update_inode(struct inode *inode, struct page *node_page) in f2fs_update_inode() [all …]
|
| /fs/ext4/ |
| D | inode.c | 53 static __u32 ext4_inode_csum(struct inode *inode, struct ext4_inode *raw, in ext4_inode_csum() 85 static int ext4_inode_csum_verify(struct inode *inode, struct ext4_inode *raw, in ext4_inode_csum_verify() 106 static void ext4_inode_csum_set(struct inode *inode, struct ext4_inode *raw, in ext4_inode_csum_set() 123 static inline int ext4_begin_ordered_truncate(struct inode *inode, in ext4_begin_ordered_truncate() 151 int ext4_inode_is_fast_symlink(struct inode *inode) in ext4_inode_is_fast_symlink() 171 int ext4_truncate_restart_trans(handle_t *handle, struct inode *inode, in ext4_truncate_restart_trans() 195 void ext4_evict_inode(struct inode *inode) in ext4_evict_inode() 352 qsize_t *ext4_get_reserved_space(struct inode *inode) in ext4_get_reserved_space() 362 void ext4_da_update_reserve_space(struct inode *inode, in ext4_da_update_reserve_space() 407 static int __check_block_validity(struct inode *inode, const char *func, in __check_block_validity() [all …]
|
| D | extents.c | 60 static __le32 ext4_extent_block_csum(struct inode *inode, in ext4_extent_block_csum() 72 static int ext4_extent_block_csum_verify(struct inode *inode, in ext4_extent_block_csum_verify() 86 static void ext4_extent_block_csum_set(struct inode *inode, in ext4_extent_block_csum_set() 116 struct inode *inode, in ext4_ext_truncate_extend_restart() 145 static int ext4_ext_get_access(handle_t *handle, struct inode *inode, in ext4_ext_get_access() 165 struct inode *inode, struct ext4_ext_path *path) in __ext4_ext_dirty() 182 static ext4_fsblk_t ext4_ext_find_goal(struct inode *inode, in ext4_ext_find_goal() 232 ext4_ext_new_meta_block(handle_t *handle, struct inode *inode, in ext4_ext_new_meta_block() 244 static inline int ext4_ext_space_block(struct inode *inode, int check) in ext4_ext_space_block() 257 static inline int ext4_ext_space_block_idx(struct inode *inode, int check) in ext4_ext_space_block_idx() [all …]
|
| D | extents_status.c | 176 static void ext4_es_print_tree(struct inode *inode) in ext4_es_print_tree() 195 #define ext4_es_print_tree(inode) argument 245 void ext4_es_find_delayed_extent_range(struct inode *inode, in ext4_es_find_delayed_extent_range() 299 static void ext4_es_list_add(struct inode *inode) in ext4_es_list_add() 315 static void ext4_es_list_del(struct inode *inode) in ext4_es_list_del() 330 ext4_es_alloc_extent(struct inode *inode, ext4_lblk_t lblk, ext4_lblk_t len, in ext4_es_alloc_extent() 357 static void ext4_es_free_extent(struct inode *inode, struct extent_status *es) in ext4_es_free_extent() 414 ext4_es_try_to_merge_left(struct inode *inode, struct extent_status *es) in ext4_es_try_to_merge_left() 438 ext4_es_try_to_merge_right(struct inode *inode, struct extent_status *es) in ext4_es_try_to_merge_right() 463 static void ext4_es_insert_extent_ext_check(struct inode *inode, in ext4_es_insert_extent_ext_check() [all …]
|
| /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()
|
| /fs/ocfs2/ |
| D | inode.c | 86 void ocfs2_set_inode_flags(struct inode *inode) in ocfs2_set_inode_flags() 140 struct inode *inode = NULL; in ocfs2_iget() local 226 static int ocfs2_find_actor(struct inode *inode, void *opaque) in ocfs2_find_actor() 251 static int ocfs2_init_locked_inode(struct inode *inode, void *opaque) in ocfs2_init_locked_inode() 275 void ocfs2_populate_inode(struct inode *inode, struct ocfs2_dinode *fe, in ocfs2_populate_inode() 416 static int ocfs2_read_locked_inode(struct inode *inode, in ocfs2_read_locked_inode() 594 struct inode *inode, in ocfs2_truncate_for_delete() 651 static int ocfs2_remove_inode(struct inode *inode, in ocfs2_remove_inode() 765 static int ocfs2_wipe_inode(struct inode *inode, in ocfs2_wipe_inode() 856 static int ocfs2_inode_is_valid_to_delete(struct inode *inode) in ocfs2_inode_is_valid_to_delete() [all …]
|
| D | file.c | 68 static int ocfs2_init_file_private(struct inode *inode, struct file *file) in ocfs2_init_file_private() 84 static void ocfs2_free_file_private(struct inode *inode, struct file *file) in ocfs2_free_file_private() 97 static int ocfs2_file_open(struct inode *inode, struct file *file) in ocfs2_file_open() 147 static int ocfs2_file_release(struct inode *inode, struct file *file) in ocfs2_file_release() 167 static int ocfs2_dir_open(struct inode *inode, struct file *file) in ocfs2_dir_open() 172 static int ocfs2_dir_release(struct inode *inode, struct file *file) in ocfs2_dir_release() 182 struct inode *inode = file->f_mapping->host; in ocfs2_sync_file() local 220 int ocfs2_should_update_atime(struct inode *inode, in ocfs2_should_update_atime() 263 int ocfs2_update_inode_atime(struct inode *inode, in ocfs2_update_inode_atime() 303 struct inode *inode, in ocfs2_set_inode_size() [all …]
|
| /fs/hfs/ |
| D | inode.c | 43 struct inode *inode = mapping->host; in hfs_write_failed() local 74 struct inode *inode = page->mapping->host; in hfs_releasepage() local 133 struct inode *inode = mapping->host; in hfs_direct_IO() local 185 struct inode *inode = new_inode(sb); in hfs_new_inode() local 239 void hfs_delete_inode(struct inode *inode) in hfs_delete_inode() 265 void hfs_inode_read_fork(struct inode *inode, struct hfs_extent *ext, in hfs_inode_read_fork() 293 static int hfs_test_inode(struct inode *inode, void *data) in hfs_test_inode() 313 static int hfs_read_inode(struct inode *inode, void *data) in hfs_read_inode() 387 struct inode *inode; in hfs_iget() local 406 void hfs_inode_write_fork(struct inode *inode, struct hfs_extent *ext, in hfs_inode_write_fork() [all …]
|
| /fs/fat/ |
| D | file.c | 23 static int fat_ioctl_get_attributes(struct inode *inode, u32 __user *user_attr) in fat_ioctl_get_attributes() 36 struct inode *inode = file_inode(file); in fat_ioctl_set_attributes() local 118 static int fat_ioctl_get_volume_id(struct inode *inode, u32 __user *user_attr) in fat_ioctl_get_volume_id() 126 struct inode *inode = file_inode(filp); in fat_generic_ioctl() local 150 static int fat_file_release(struct inode *inode, struct file *filp) in fat_file_release() 162 struct inode *inode = filp->f_mapping->host; in fat_file_fsync() local 192 static int fat_cont_expand(struct inode *inode, loff_t size) in fat_cont_expand() 241 struct inode *inode = file->f_mapping->host; in fat_fallocate() local 285 static int fat_free(struct inode *inode, int skip) in fat_free() 354 void fat_truncate_blocks(struct inode *inode, loff_t offset) in fat_truncate_blocks() [all …]
|
| /fs/coda/ |
| D | cnode.c | 26 static void coda_fill_inode(struct inode *inode, struct coda_vattr *attr) in coda_fill_inode() 45 static int coda_test_inode(struct inode *inode, void *data) in coda_test_inode() 52 static int coda_set_inode(struct inode *inode, void *data) in coda_set_inode() 63 struct inode *inode; in coda_iget() local 95 struct inode *inode; in coda_cnode_make() local 118 void coda_replace_fid(struct inode *inode, struct CodaFid *oldfid, in coda_replace_fid() 137 struct inode *inode; in coda_fid_to_inode() local 159 struct inode *inode = new_inode(sb); in coda_cnode_makectl() local
|