Home
last modified time | relevance | path

Searched defs:inode (Results 451 – 475 of 1719) sorted by relevance

1...<<11121314151617181920>>...69

/OK3568_Linux_fs/kernel/kernel/events/
H A Duprobes.c62 struct inode *inode; /* Also hold a ref to inode */ member
633 static struct uprobe *__find_uprobe(struct inode *inode, loff_t offset) in __find_uprobe()
658 static struct uprobe *find_uprobe(struct inode *inode, loff_t offset) in find_uprobe()
728 static struct uprobe *alloc_uprobe(struct inode *inode, loff_t offset, in alloc_uprobe()
1109 void uprobe_unregister(struct inode *inode, loff_t offset, struct uprobe_consumer *uc) in uprobe_unregister()
1142 static int __uprobe_register(struct inode *inode, loff_t offset, in __uprobe_register()
1195 int uprobe_register(struct inode *inode, loff_t offset, in uprobe_register()
1202 int uprobe_register_refctr(struct inode *inode, loff_t offset, in uprobe_register_refctr()
1216 int uprobe_apply(struct inode *inode, loff_t offset, in uprobe_apply()
1266 find_node_in_range(struct inode *inode, loff_t min, loff_t max) in find_node_in_range()
[all …]
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dsuper.h437 ceph_inode(const struct inode *inode) in ceph_inode()
443 ceph_inode_to_client(const struct inode *inode) in ceph_inode_to_client()
461 ceph_vino(const struct inode *inode) in ceph_vino()
491 static inline u64 ceph_ino(struct inode *inode) in ceph_ino()
496 static inline u64 ceph_snap(struct inode *inode) in ceph_snap()
518 static inline u64 ceph_present_inode(struct inode *inode) in ceph_present_inode()
523 static inline int ceph_ino_compare(struct inode *inode, void *data) in ceph_ino_compare()
655 static inline void ceph_dir_clear_complete(struct inode *inode) in ceph_dir_clear_complete()
660 static inline void ceph_dir_clear_ordered(struct inode *inode) in ceph_dir_clear_ordered()
665 static inline bool ceph_dir_is_complete_ordered(struct inode *inode) in ceph_dir_is_complete_ordered()
[all …]
H A Dxattr.c417 static struct ceph_vxattr *ceph_inode_vxattrs(struct inode *inode) in ceph_inode_vxattrs()
426 static struct ceph_vxattr *ceph_match_vxattr(struct inode *inode, in ceph_match_vxattr()
657 static int __build_xattrs(struct inode *inode) in __build_xattrs()
833 ssize_t __ceph_getxattr(struct inode *inode, const char *name, void *value, in __ceph_getxattr()
915 struct inode *inode = d_inode(dentry); in ceph_listxattr() local
954 static int ceph_sync_setxattr(struct inode *inode, const char *name, in ceph_sync_setxattr()
1019 int __ceph_setxattr(struct inode *inode, const char *name, in __ceph_setxattr()
1165 struct dentry *dentry, struct inode *inode, in ceph_get_xattr_handler()
1175 struct dentry *unused, struct inode *inode, in ceph_set_xattr_handler()
/OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/
H A Dmpt3sas_debugfs.c56 _debugfs_iocdump_open(struct inode *inode, struct file *file) in _debugfs_iocdump_open()
77 _debugfs_iocdump_release(struct inode *inode, struct file *file) in _debugfs_iocdump_release()
/OK3568_Linux_fs/kernel/arch/sh/boards/mach-landisk/
H A Dgio.c28 static int gio_open(struct inode *inode, struct file *filp) in gio_open()
47 static int gio_close(struct inode *inode, struct file *filp) in gio_close()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dcompression.c145 static int check_compressed_csum(struct btrfs_inode *inode, struct bio *bio, in check_compressed_csum()
197 struct inode *inode; in end_compressed_bio_read() local
278 static noinline void end_compressed_writeback(struct inode *inode, in end_compressed_writeback()
323 struct inode *inode; in end_compressed_bio_write() local
376 blk_status_t btrfs_submit_compressed_write(struct btrfs_inode *inode, u64 start, in btrfs_submit_compressed_write()
501 static noinline int add_ra_bio_pages(struct inode *inode, in add_ra_bio_pages()
619 blk_status_t btrfs_submit_compressed_read(struct inode *inode, struct bio *bio, in btrfs_submit_compressed_read()
1569 static void heuristic_collect_sample(struct inode *inode, u64 start, u64 end, in heuristic_collect_sample()
1636 int btrfs_compress_heuristic(struct inode *inode, u64 start, u64 end) in btrfs_compress_heuristic()
H A Dexport.c17 static int btrfs_encode_fh(struct inode *inode, u32 *fh, int *max_len, in btrfs_encode_fh()
66 struct inode *inode; in btrfs_get_dentry() local
203 struct inode *inode = d_inode(child); in btrfs_get_name() local
H A Dtree-log.h20 struct inode *inode; member
27 struct inode *inode) in btrfs_init_log_ctx()
/OK3568_Linux_fs/kernel/fs/efivarfs/
H A Dinode.c20 struct inode *inode = new_inode(sb); in efivarfs_get_inode() local
72 struct inode *inode = NULL; in efivarfs_create() local
/OK3568_Linux_fs/kernel/include/linux/
H A Ddevice_cgroup.h17 static inline int devcgroup_inode_permission(struct inode *inode, int mask) in devcgroup_inode_permission()
63 static inline int devcgroup_inode_permission(struct inode *inode, int mask) in devcgroup_inode_permission()
H A Duprobes.h152 uprobe_register(struct inode *inode, loff_t offset, struct uprobe_consumer *uc) in uprobe_register()
156 static inline int uprobe_register_refctr(struct inode *inode, loff_t offset, loff_t ref_ctr_offset,… in uprobe_register_refctr()
161 uprobe_apply(struct inode *inode, loff_t offset, struct uprobe_consumer *uc, bool add) in uprobe_apply()
166 uprobe_unregister(struct inode *inode, loff_t offset, struct uprobe_consumer *uc) in uprobe_unregister()
/OK3568_Linux_fs/kernel/drivers/scsi/snic/
H A Dsnic_debugfs.c62 snic_reset_stats_open(struct inode *inode, struct file *filp) in snic_reset_stats_open()
168 snic_reset_stats_release(struct inode *inode, struct file *filp) in snic_reset_stats_release()
344 snic_stats_open(struct inode *inode, struct file *filp) in snic_stats_open()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Drc80211_minstrel_ht_debugfs.c25 minstrel_stats_release(struct inode *inode, struct file *file) in minstrel_stats_release()
121 minstrel_ht_stats_open(struct inode *inode, struct file *file) in minstrel_ht_stats_open()
271 minstrel_ht_stats_csv_open(struct inode *inode, struct file *file) in minstrel_ht_stats_csv_open()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c1293 static int f2fs_drop_inode(struct inode *inode) in f2fs_drop_inode()
1355 int f2fs_inode_dirtied(struct inode *inode, bool sync) in f2fs_inode_dirtied()
1376 void f2fs_inode_synced(struct inode *inode) in f2fs_inode_synced()
1400 static void f2fs_dirty_inode(struct inode *inode, int flags) in f2fs_dirty_inode()
1417 static void f2fs_free_inode(struct inode *inode) in f2fs_free_inode()
2328 struct inode *inode = sb_dqopt(sb)->files[type]; in f2fs_quota_read() local
2387 struct inode *inode = sb_dqopt(sb)->files[type]; in f2fs_quota_write() local
2435 static struct dquot **f2fs_get_dquots(struct inode *inode) in f2fs_get_dquots()
2440 static qsize_t *f2fs_get_reserved_space(struct inode *inode) in f2fs_get_reserved_space()
2626 struct inode *inode; in f2fs_quota_on() local
[all …]
/OK3568_Linux_fs/kernel/fs/nfs/filelayout/
H A Dfilelayout.c129 struct inode *inode = lo->plh_inode; in filelayout_async_handle_error() local
754 struct inode *inode; in filelayout_free_lseg() local
1015 filelayout_commit_pagelist(struct inode *inode, struct list_head *mds_pages, in filelayout_commit_pagelist()
1041 filelayout_alloc_layout_hdr(struct inode *inode, gfp_t gfp_flags) in filelayout_alloc_layout_hdr()
1060 filelayout_get_ds_info(struct inode *inode) in filelayout_get_ds_info()
1075 struct inode *inode = lseg->pls_layout->plh_inode; in filelayout_setup_ds_info() local
1092 struct inode *inode) in filelayout_release_ds_info()
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Ddir.c259 static int ovl_instantiate(struct dentry *dentry, struct inode *inode, in ovl_instantiate()
319 static int ovl_create_upper(struct dentry *dentry, struct inode *inode, in ovl_create_upper()
457 static int ovl_create_over_whiteout(struct dentry *dentry, struct inode *inode, in ovl_create_over_whiteout()
565 static int ovl_create_or_link(struct dentry *dentry, struct inode *inode, in ovl_create_or_link()
623 struct inode *inode; in ovl_create_object() local
700 struct inode *inode; in ovl_link() local
858 struct inode *inode = d_inode(dentry); in ovl_drop_nlink() local
/OK3568_Linux_fs/kernel/fs/proc/
H A Dproc_sysctl.c436 struct inode *inode; in proc_sys_make_inode() local
483 void proc_sys_evict_inode(struct inode *inode, struct ctl_table_header *head) in proc_sys_evict_inode()
492 static struct ctl_table_header *grab_header(struct inode *inode) in grab_header()
507 struct inode *inode; in proc_sys_lookup() local
547 struct inode *inode = file_inode(iocb->ki_filp); in proc_sys_call_handler() local
620 static int proc_sys_open(struct inode *inode, struct file *filp) in proc_sys_open()
639 struct inode *inode = file_inode(filp); in proc_sys_poll() local
675 struct inode *inode; in proc_sys_fill_cache() local
788 static int proc_sys_permission(struct inode *inode, int mask) in proc_sys_permission()
818 struct inode *inode = d_inode(dentry); in proc_sys_setattr() local
[all …]
/OK3568_Linux_fs/kernel/fs/notify/inotify/
H A Dinotify_user.c78 static inline __u32 inotify_arg_to_mask(struct inode *inode, u32 arg) in inotify_arg_to_mask()
502 struct inode *inode, in inotify_update_existing_watch()
557 struct inode *inode, in inotify_new_watch()
606 static int inotify_update_watch(struct fsnotify_group *group, struct inode *inode, u32 arg) in inotify_update_watch()
700 struct inode *inode; in SYSCALL_DEFINE3() local
/OK3568_Linux_fs/kernel/security/selinux/
H A Dhooks.c253 static int __inode_security_revalidate(struct inode *inode, in __inode_security_revalidate()
276 static struct inode_security_struct *inode_security_novalidate(struct inode *inode) in inode_security_novalidate()
281 static struct inode_security_struct *inode_security_rcu(struct inode *inode, bool rcu) in inode_security_rcu()
294 static struct inode_security_struct *inode_security(struct inode *inode) in inode_security()
302 struct inode *inode = d_backing_inode(dentry); in backing_inode_security_novalidate() local
312 struct inode *inode = d_backing_inode(dentry); in backing_inode_security() local
318 static void inode_free_security(struct inode *inode) in inode_free_security()
546 struct inode *inode = isec->inode; in sb_finish_set_opts() local
1330 static int inode_doinit_use_xattr(struct inode *inode, struct dentry *dentry, in inode_doinit_use_xattr()
1394 static int inode_doinit_with_dentry(struct inode *inode, struct dentry *opt_dentry) in inode_doinit_with_dentry()
[all …]
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dpage.c47 struct buffer_head *nilfs_grab_buffer(struct inode *inode, in nilfs_grab_buffer()
387 struct inode *inode = page->mapping->host; in nilfs_clear_dirty_page() local
439 void nilfs_mapping_init(struct address_space *mapping, struct inode *inode) in nilfs_mapping_init()
488 unsigned long nilfs_find_uncommitted_extent(struct inode *inode, in nilfs_find_uncommitted_extent()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/cxgb4/
H A Ddevice.c173 static int wr_log_open(struct inode *inode, struct file *file) in wr_log_open()
314 static int qp_release(struct inode *inode, struct file *file) in qp_release()
326 static int qp_open(struct inode *inode, struct file *file) in qp_open()
407 static int stag_release(struct inode *inode, struct file *file) in stag_release()
419 static int stag_open(struct inode *inode, struct file *file) in stag_open()
513 static int stats_open(struct inode *inode, struct file *file) in stats_open()
657 static int ep_release(struct inode *inode, struct file *file) in ep_release()
669 static int ep_open(struct inode *inode, struct file *file) in ep_open()
/OK3568_Linux_fs/kernel/fs/debugfs/
H A Dfile.c146 static int debugfs_locked_down(struct inode *inode, in debugfs_locked_down()
163 static int open_proxy_open(struct inode *inode, struct file *filp) in open_proxy_open()
261 static int full_proxy_release(struct inode *inode, struct file *filp) in full_proxy_release()
299 static int full_proxy_open(struct inode *inode, struct file *filp) in full_proxy_open()
943 static int u32_array_open(struct inode *inode, struct file *file) in u32_array_open()
975 static int u32_array_release(struct inode *inode, struct file *file) in u32_array_release()
1067 static int debugfs_open_regset32(struct inode *inode, struct file *file) in debugfs_open_regset32()
1109 static int debugfs_devm_entry_open(struct inode *inode, struct file *f) in debugfs_devm_entry_open()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dharddog_kern.c65 static int harddog_open(struct inode *inode, struct file *file) in harddog_open()
97 static int harddog_release(struct inode *inode, struct file *file) in harddog_release()
/OK3568_Linux_fs/kernel/arch/m68k/mvme16x/
H A Drtc.c123 static int rtc_open(struct inode *inode, struct file *file) in rtc_open()
133 static int rtc_release(struct inode *inode, struct file *file) in rtc_release()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c197 static int cim_la_open(struct inode *inode, struct file *file) in cim_la_open()
257 static int cim_pif_la_open(struct inode *inode, struct file *file) in cim_pif_la_open()
303 static int cim_ma_la_open(struct inode *inode, struct file *file) in cim_ma_la_open()
392 static int cim_ibq_open(struct inode *inode, struct file *file) in cim_ibq_open()
419 static int cim_obq_open(struct inode *inode, struct file *file) in cim_obq_open()
639 static int tp_la_open(struct inode *inode, struct file *file) in tp_la_open()
708 static int ulprx_la_open(struct inode *inode, struct file *file) in ulprx_la_open()
797 static int pm_stats_open(struct inode *inode, struct file *file) in pm_stats_open()
1081 static int devlog_open(struct inode *inode, struct file *file) in devlog_open()
1222 static int mboxlog_open(struct inode *inode, struct file *file) in mboxlog_open()
[all …]

1...<<11121314151617181920>>...69