Home
last modified time | relevance | path

Searched defs:inode (Results 101 – 125 of 1719) sorted by relevance

12345678910>>...69

/OK3568_Linux_fs/kernel/fs/
H A Dlibfs.c33 struct inode *inode = d_inode(path->dentry); in simple_getattr() local
79 int dcache_dir_open(struct inode *inode, struct file *file) in dcache_dir_open()
87 int dcache_dir_close(struct inode *inode, struct file *file) in dcache_dir_close()
176 static inline unsigned char dt_type(struct inode *inode) in dt_type()
273 struct inode *inode = this->d_inode; in simple_recursive_removal() local
385 int simple_open(struct inode *inode, struct file *file) in simple_open()
395 struct inode *inode = d_inode(old_dentry); in simple_link() local
429 struct inode *inode = d_inode(dentry); in simple_unlink() local
454 struct inode *inode = d_inode(old_dentry); in simple_rename() local
497 struct inode *inode = d_inode(dentry); in simple_setattr() local
[all …]
/OK3568_Linux_fs/kernel/fs/ceph/
H A Daddr.c78 struct inode *inode; in ceph_set_page_dirty() local
137 struct inode *inode; in ceph_invalidatepage() local
180 struct inode *inode = file_inode(filp); in ceph_do_readpage() local
269 struct inode *inode = req->r_inode; in finish_read() local
319 static int start_read(struct inode *inode, struct ceph_rw_context *rw_ctx, in start_read()
456 struct inode *inode = file_inode(file); in ceph_readpages() local
502 get_oldest_context(struct inode *inode, struct ceph_writeback_ctl *ctl, in get_oldest_context()
558 static u64 get_writepages_data_length(struct inode *inode, in get_writepages_data_length()
593 struct inode *inode = page->mapping->host; in writepage_nounlock() local
706 struct inode *inode = page->mapping->host; in ceph_writepage() local
[all …]
H A Dexport.c35 static int ceph_encode_snapfh(struct inode *inode, u32 *rawfh, int *max_len, in ceph_encode_snapfh()
85 static int ceph_encode_fh(struct inode *inode, u32 *rawfh, int *max_len, in ceph_encode_fh()
126 struct inode *inode; in __lookup_inode() local
166 struct inode *inode = __lookup_inode(sb, ino); in ceph_lookup_inode() local
178 struct inode *inode = __lookup_inode(sb, ino); in __fh_to_dentry() local
203 struct inode *inode; in __snapfh_to_dentry() local
309 struct inode *inode; in __get_parent() local
352 struct inode *inode = d_inode(child); in ceph_get_parent() local
427 struct inode *inode = d_inode(child); in __get_snap_name() local
526 struct inode *inode = d_inode(child); in ceph_get_name() local
H A Dlocks.c36 struct inode *inode = file_inode(dst->fl_file); in ceph_fl_copy_lock() local
44 struct inode *inode = file_inode(fl->fl_file); in ceph_fl_release_lock() local
63 static int ceph_lock_message(u8 lock_type, u16 operation, struct inode *inode, in ceph_lock_message()
148 struct inode *inode = req->r_inode; in ceph_lock_wait_for_completion() local
234 struct inode *inode = file_inode(file); in ceph_lock() local
300 struct inode *inode = file_inode(file); in ceph_flock() local
359 void ceph_count_locks(struct inode *inode, int *fcntl_count, int *flock_count) in ceph_count_locks()
416 int ceph_encode_locks_to_buffer(struct inode *inode, in ceph_encode_locks_to_buffer()
H A Dcache.c114 struct inode* inode = &ci->vfs_inode; in ceph_fscache_inode_check_aux() local
138 void ceph_fscache_register_inode_cookie(struct inode *inode) in ceph_fscache_register_inode_cookie()
182 struct inode *inode = data; in ceph_fscache_can_enable() local
186 void ceph_fscache_file_set_cookie(struct inode *inode, struct file *filp) in ceph_fscache_file_set_cookie()
227 int ceph_readpage_from_fscache(struct inode *inode, struct page *page) in ceph_readpage_from_fscache()
253 int ceph_readpages_from_fscache(struct inode *inode, in ceph_readpages_from_fscache()
282 void ceph_readpage_to_fscache(struct inode *inode, struct page *page) in ceph_readpage_to_fscache()
299 void ceph_invalidate_fscache_page(struct inode* inode, struct page *page) in ceph_invalidate_fscache_page()
/OK3568_Linux_fs/kernel/fs/crypto/
H A Dpolicy.c60 static bool supported_direct_key_modes(const struct inode *inode, in supported_direct_key_modes()
81 const struct inode *inode, in supported_iv_ino_lblk_policy()
131 const struct inode *inode) in fscrypt_supported_v1_policy()
165 const struct inode *inode) in fscrypt_supported_v2_policy()
238 const struct inode *inode) in fscrypt_supported_policy()
366 static int fscrypt_get_policy(struct inode *inode, union fscrypt_policy *policy) in fscrypt_get_policy()
389 static int set_encryption_policy(struct inode *inode, in set_encryption_policy()
440 struct inode *inode = file_inode(filp); in fscrypt_ioctl_set_policy() local
555 struct inode *inode = file_inode(filp); in fscrypt_ioctl_get_nonce() local
677 int fscrypt_set_context(struct inode *inode, void *fs_data) in fscrypt_set_context()
H A Dkeysetup.c61 const struct inode *inode) in select_encryption_mode()
79 const struct inode *inode) in fscrypt_allocate_skcipher()
175 const struct inode *inode = ci->ci_inode; in setup_per_mode_enc_key() local
566 fscrypt_setup_encryption_info(struct inode *inode, in fscrypt_setup_encryption_info()
649 int fscrypt_get_encryption_info(struct inode *inode, bool allow_unsupported) in fscrypt_get_encryption_info()
714 int fscrypt_prepare_new_inode(struct inode *dir, struct inode *inode, in fscrypt_prepare_new_inode()
754 void fscrypt_put_encryption_info(struct inode *inode) in fscrypt_put_encryption_info()
768 void fscrypt_free_inode(struct inode *inode) in fscrypt_free_inode()
787 int fscrypt_drop_inode(struct inode *inode) in fscrypt_drop_inode()
/OK3568_Linux_fs/kernel/fs/9p/
H A Dvfs_file.c44 int v9fs_file_open(struct inode *inode, struct file *file) in v9fs_file_open()
119 struct inode *inode = file_inode(filp); in v9fs_file_lock() local
308 struct inode *inode = file_inode(filp); in v9fs_file_lock_dotl() local
344 struct inode *inode = file_inode(filp); in v9fs_file_flock_dotl() local
425 struct inode *inode = file_inode(file); in v9fs_file_write_iter() local
452 struct inode *inode = filp->f_mapping->host; in v9fs_file_fsync() local
476 struct inode *inode = filp->f_mapping->host; in v9fs_file_fsync_dotl() local
511 struct inode *inode; in v9fs_mmap_file_mmap() local
551 struct inode *inode = file_inode(filp); in v9fs_vm_page_mkwrite() local
610 struct inode *inode; in v9fs_mmap_vm_close() local
H A Dvfs_inode_dotl.c56 static int v9fs_test_inode_dotl(struct inode *inode, void *data) in v9fs_test_inode_dotl()
82 static int v9fs_test_new_inode_dotl(struct inode *inode, void *data) in v9fs_test_new_inode_dotl()
87 static int v9fs_set_inode_dotl(struct inode *inode, void *data) in v9fs_set_inode_dotl()
105 struct inode *inode; in v9fs_qid_iget_dotl() local
150 struct inode *inode = NULL; in v9fs_inode_from_fid_dotl() local
236 struct inode *inode; in v9fs_vfs_atomic_open_dotl() local
377 struct inode *inode; in v9fs_vfs_mkdir_dotl() local
548 struct inode *inode = d_inode(dentry); in v9fs_vfs_setattr_dotl() local
616 v9fs_stat2inode_dotl(struct p9_stat_dotl *stat, struct inode *inode, in v9fs_stat2inode_dotl()
687 struct inode *inode; in v9fs_vfs_symlink_dotl() local
[all …]
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dextent_cache.c44 static bool __may_read_extent_tree(struct inode *inode) in __may_read_extent_tree()
58 static bool __may_age_extent_tree(struct inode *inode) in __may_age_extent_tree()
73 static bool __init_may_extent_tree(struct inode *inode, enum extent_type type) in __init_may_extent_tree()
82 static bool __may_extent_tree(struct inode *inode, enum extent_type type) in __may_extent_tree()
412 static struct extent_tree *__grab_extent_tree(struct inode *inode, in __grab_extent_tree()
474 void f2fs_init_read_extent_tree(struct inode *inode, struct page *ipage) in f2fs_init_read_extent_tree()
521 void f2fs_init_age_extent_tree(struct inode *inode) in f2fs_init_age_extent_tree()
528 void f2fs_init_extent_tree(struct inode *inode) in f2fs_init_extent_tree()
539 static bool __lookup_extent_tree(struct inode *inode, pgoff_t pgofs, in __lookup_extent_tree()
668 static void __update_extent_tree_range(struct inode *inode, in __update_extent_tree_range()
[all …]
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Ddir.c23 struct inode *inode, u32 cnid) in hfsplus_instantiate()
33 struct inode *inode = NULL; in hfsplus_lookup() local
132 struct inode *inode = file_inode(file); in hfsplus_readdir() local
288 static int hfsplus_dir_release(struct inode *inode, struct file *file) in hfsplus_dir_release()
304 struct inode *inode = d_inode(src_dentry); in hfsplus_link() local
361 struct inode *inode = d_inode(dentry); in hfsplus_unlink() local
418 struct inode *inode = d_inode(dentry); in hfsplus_rmdir() local
441 struct inode *inode; in hfsplus_symlink() local
483 struct inode *inode; in hfsplus_mknod() local
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Dinode.c39 static int ecryptfs_inode_test(struct inode *inode, void *lower_inode) in ecryptfs_inode_test()
44 static int ecryptfs_inode_set(struct inode *inode, void *opaque) in ecryptfs_inode_set()
75 struct inode *inode; in __ecryptfs_get_inode() local
97 struct inode *inode = __ecryptfs_get_inode(lower_inode, sb); in ecryptfs_get_inode() local
118 struct inode *inode = ecryptfs_get_inode(d_inode(lower_dentry), sb); in ecryptfs_interpose() local
128 struct inode *inode) in ecryptfs_do_unlink()
179 struct inode *inode; in ecryptfs_do_create() local
285 static int ecryptfs_i_size_read(struct dentry *dentry, struct inode *inode) in ecryptfs_i_size_read()
323 struct inode *inode, *lower_inode; in ecryptfs_lookup_interpose() local
661 struct inode *inode, in ecryptfs_get_link()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dfsverity.h116 static inline struct fsverity_info *fsverity_get_info(const struct inode *inode) in fsverity_get_info()
153 static inline struct fsverity_info *fsverity_get_info(const struct inode *inode) in fsverity_get_info()
175 static inline int fsverity_file_open(struct inode *inode, struct file *filp) in fsverity_file_open()
186 static inline void fsverity_cleanup_inode(struct inode *inode) in fsverity_cleanup_inode()
231 static inline bool fsverity_active(const struct inode *inode) in fsverity_active()
241 static inline int __fsverity_verify_signature(const struct inode *inode, in __fsverity_verify_signature()
H A Dwriteback.h85 struct inode *inode; /* inode being written out */ member
203 static inline void wait_on_inode(struct inode *inode) in wait_on_inode()
234 static inline void inode_attach_wb(struct inode *inode, struct page *page) in inode_attach_wb()
246 static inline void inode_detach_wb(struct inode *inode) in inode_detach_wb()
265 struct inode *inode) in wbc_attach_fdatawrite_inode()
296 static inline void inode_attach_wb(struct inode *inode, struct page *page) in inode_attach_wb()
300 static inline void inode_detach_wb(struct inode *inode) in inode_detach_wb()
305 struct inode *inode) in wbc_attach_and_unlock_inode()
312 struct inode *inode) in wbc_attach_fdatawrite_inode()
/OK3568_Linux_fs/kernel/fs/coda/
H A Dcoda_linux.h64 static inline struct coda_inode_info *ITOC(struct inode *inode) in ITOC()
69 static __inline__ struct CodaFid *coda_i2f(struct inode *inode) in coda_i2f()
74 static __inline__ char *coda_i2s(struct inode *inode) in coda_i2s()
80 static __inline__ void coda_flag_inode(struct inode *inode, int flag) in coda_flag_inode()
/OK3568_Linux_fs/kernel/fs/udf/
H A Dfile.c43 struct inode *inode = page->mapping->host; in __udf_adinicb_readpage() local
72 struct inode *inode = page->mapping->host; in udf_adinicb_writepage() local
117 struct inode *inode = page->mapping->host; in udf_adinicb_write_end() local
139 struct inode *inode = file_inode(file); in udf_file_write_iter() local
182 struct inode *inode = file_inode(filp); in udf_ioctl() local
226 static int udf_release_file(struct inode *inode, struct file *filp) in udf_release_file()
258 struct inode *inode = d_inode(dentry); in udf_setattr() local
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dextent_map.c42 void ocfs2_extent_map_init(struct inode *inode) in ocfs2_extent_map_init()
71 static int ocfs2_extent_map_lookup(struct inode *inode, unsigned int cpos, in ocfs2_extent_map_lookup()
102 void ocfs2_extent_map_trunc(struct inode *inode, unsigned int cpos) in ocfs2_extent_map_trunc()
215 void ocfs2_extent_map_insert_rec(struct inode *inode, in ocfs2_extent_map_insert_rec()
276 static int ocfs2_last_eb_is_empty(struct inode *inode, in ocfs2_last_eb_is_empty()
398 static int ocfs2_get_clusters_nocache(struct inode *inode, in ocfs2_get_clusters_nocache()
532 int ocfs2_xattr_get_clusters(struct inode *inode, u32 v_cluster, in ocfs2_xattr_get_clusters()
597 int ocfs2_get_clusters(struct inode *inode, u32 v_cluster, in ocfs2_get_clusters()
660 int ocfs2_extent_map_get_blocks(struct inode *inode, u64 v_blkno, u64 *p_blkno, in ocfs2_extent_map_get_blocks()
702 static int ocfs2_fiemap_inline(struct inode *inode, struct buffer_head *di_bh, in ocfs2_fiemap_inline()
[all …]
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dindirect.c74 static int ext4_block_to_path(struct inode *inode, in ext4_block_to_path()
144 static Indirect *ext4_get_branch(struct inode *inode, int depth, in ext4_get_branch()
210 static ext4_fsblk_t ext4_find_near(struct inode *inode, Indirect *ind) in ext4_find_near()
244 static ext4_fsblk_t ext4_find_goal(struct inode *inode, ext4_lblk_t block, in ext4_find_goal()
521 int ext4_ind_map_blocks(handle_t *handle, struct inode *inode, in ext4_ind_map_blocks()
669 int ext4_ind_trans_blocks(struct inode *inode, int nrblocks) in ext4_ind_trans_blocks()
679 static int ext4_ind_trunc_restart_fn(handle_t *handle, struct inode *inode, in ext4_ind_trunc_restart_fn()
715 struct inode *inode, in ext4_ind_truncate_ensure_credits()
786 static Indirect *ext4_find_shared(struct inode *inode, int depth, in ext4_find_shared()
846 static int ext4_clear_blocks(handle_t *handle, struct inode *inode, in ext4_clear_blocks()
[all …]
/OK3568_Linux_fs/kernel/fs/iomap/
H A Dseek.c18 page_seek_hole_data(struct inode *inode, struct page *page, loff_t *lastoff, in page_seek_hole_data()
74 page_cache_seek_hole_data(struct inode *inode, loff_t offset, loff_t length, in page_cache_seek_hole_data()
121 iomap_seek_hole_actor(struct inode *inode, loff_t offset, loff_t length, in iomap_seek_hole_actor()
140 iomap_seek_hole(struct inode *inode, loff_t offset, const struct iomap_ops *ops) in iomap_seek_hole()
164 iomap_seek_data_actor(struct inode *inode, loff_t offset, loff_t length, in iomap_seek_data_actor()
183 iomap_seek_data(struct inode *inode, loff_t offset, const struct iomap_ops *ops) in iomap_seek_data()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dcrypto.c4 static int ubifs_crypt_get_context(struct inode *inode, void *ctx, size_t len) in ubifs_crypt_get_context()
10 static int ubifs_crypt_set_context(struct inode *inode, const void *ctx, in ubifs_crypt_set_context()
22 static bool ubifs_crypt_empty_dir(struct inode *inode) in ubifs_crypt_empty_dir()
27 int ubifs_encrypt(const struct inode *inode, struct ubifs_data_node *dn, in ubifs_encrypt()
53 int ubifs_decrypt(const struct inode *inode, struct ubifs_data_node *dn, in ubifs_decrypt()
/OK3568_Linux_fs/kernel/fs/hfs/
H A Ddir.c25 struct inode *inode = NULL; in hfs_lookup() local
50 struct inode *inode = file_inode(file); in hfs_readdir() local
172 static int hfs_dir_release(struct inode *inode, struct file *file) in hfs_dir_release()
195 struct inode *inode; in hfs_create() local
224 struct inode *inode; in hfs_mkdir() local
256 struct inode *inode = d_inode(dentry); in hfs_remove() local
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dxattr.c23 int btrfs_getxattr(struct inode *inode, const char *name, in btrfs_getxattr()
79 int btrfs_setxattr(struct btrfs_trans_handle *trans, struct inode *inode, in btrfs_setxattr()
227 int btrfs_setxattr_trans(struct inode *inode, const char *name, in btrfs_setxattr_trans()
277 struct inode *inode = d_inode(dentry); in btrfs_listxattr() local
380 struct dentry *unused, struct inode *inode, in btrfs_xattr_handler_get()
389 struct dentry *unused, struct inode *inode, in btrfs_xattr_handler_set()
401 struct dentry *unused, struct inode *inode, in btrfs_xattr_handler_set_prop()
467 static int btrfs_initxattrs(struct inode *inode, in btrfs_initxattrs()
501 struct inode *inode, struct inode *dir, in btrfs_xattr_security_init()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dfile.c140 static inline u32 gfs2_gfsflags_to_fsflags(struct inode *inode, u32 gfsflags) in gfs2_gfsflags_to_fsflags()
158 struct inode *inode = file_inode(filp); in gfs2_get_flags() local
180 void gfs2_set_inode_flags(struct inode *inode) in gfs2_set_inode_flags()
219 struct inode *inode = file_inode(filp); in do_gfs2_set_flags() local
301 struct inode *inode = file_inode(filp); in gfs2_set_flags() local
333 struct inode *inode = file_inode(filp); in gfs2_getlabel() local
397 struct inode *inode = file_inode(filep); in gfs2_size_hint() local
448 struct inode *inode = file_inode(vmf->vma->vm_file); in gfs2_page_mkwrite() local
563 struct inode *inode = file_inode(vmf->vma->vm_file); in gfs2_fault() local
635 int gfs2_open_common(struct inode *inode, struct file *file) in gfs2_open_common()
[all …]
/OK3568_Linux_fs/kernel/fs/orangefs/
H A Dorangefs-utils.c139 static inline void copy_attributes_from_inode(struct inode *inode, in copy_attributes_from_inode()
196 static void orangefs_make_bad_inode(struct inode *inode) in orangefs_make_bad_inode()
215 static int orangefs_inode_is_stale(struct inode *inode, in orangefs_inode_is_stale()
236 int orangefs_inode_getattr(struct inode *inode, int flags) in orangefs_inode_getattr()
384 int orangefs_inode_check_changed(struct inode *inode) in orangefs_inode_check_changed()
417 int orangefs_inode_setattr(struct inode *inode) in orangefs_inode_setattr()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dfscache.c244 void nfs_fscache_init_inode(struct inode *inode) in nfs_fscache_init_inode()
266 void nfs_fscache_clear_inode(struct inode *inode) in nfs_fscache_clear_inode()
281 struct inode *inode = data; in nfs_fscache_can_enable() local
305 void nfs_fscache_open_file(struct inode *inode, struct file *filp) in nfs_fscache_open_file()
359 void __nfs_fscache_invalidate_page(struct page *page, struct inode *inode) in __nfs_fscache_invalidate_page()
404 struct inode *inode, struct page *page) in __nfs_readpage_from_fscache()
443 struct inode *inode, in __nfs_readpages_from_fscache()
493 void __nfs_readpage_to_fscache(struct inode *inode, struct page *page, int sync) in __nfs_readpage_to_fscache()

12345678910>>...69