/linux-4.1.27/drivers/mtd/ubi/ |
D | cdev.c | 105 static int vol_cdev_open(struct inode *inode, struct file *file) in vol_cdev_open() 130 static int vol_cdev_release(struct inode *inode, struct file *file) in vol_cdev_release() 175 struct inode *inode = file_inode(file); in vol_cdev_fsync() local
|
/linux-4.1.27/fs/ |
D | binfmt_misc.c | 564 struct inode *inode = new_inode(sb); in bm_get_inode() local 575 static void bm_evict_inode(struct inode *inode) in bm_evict_inode() 667 struct inode *inode; in bm_register_write() local
|
D | seq_file.c | 355 int seq_release(struct inode *inode, struct file *file) in seq_release() 596 int single_release(struct inode *inode, struct file *file) in single_release() 605 int seq_release_private(struct inode *inode, struct file *file) in seq_release_private()
|
/linux-4.1.27/fs/udf/ |
D | balloc.c | 728 void udf_free_blocks(struct super_block *sb, struct inode *inode, in udf_free_blocks() 756 struct inode *inode, in udf_prealloc_blocks() 792 struct inode *inode, in udf_new_block()
|
D | super.c | 160 struct inode *inode = container_of(head, struct inode, i_rcu); in udf_i_callback() local 164 static void udf_destroy_inode(struct inode *inode) in udf_destroy_inode() 1119 struct inode *inode; in udf_fill_partdesc_info() local 1154 struct inode *inode; in udf_fill_partdesc_info() local 1189 struct inode *inode; in udf_find_vat_block() local 2063 struct inode *inode = NULL; in udf_fill_super() local
|
/linux-4.1.27/sound/core/ |
D | info.c | 301 static int snd_info_entry_open(struct inode *inode, struct file *file) in snd_info_entry_open() 402 static int snd_info_entry_release(struct inode *inode, struct file *file) in snd_info_entry_release() 495 struct inode *inode = file_inode(file); in snd_info_entry_mmap() local
|
D | hwdep.c | 82 static int snd_hwdep_open(struct inode *inode, struct file * file) in snd_hwdep_open() 160 static int snd_hwdep_release(struct inode *inode, struct file * file) in snd_hwdep_release()
|
/linux-4.1.27/fs/cifs/ |
D | link.c | 540 cifs_hardlink(struct dentry *old_file, struct inode *inode, in cifs_hardlink() 632 struct inode *inode = d_inode(direntry); in cifs_follow_link() local 687 cifs_symlink(struct inode *inode, struct dentry *direntry, const char *symname) in cifs_symlink()
|
D | cifsacl.c | 938 struct inode *inode, const char *path, in get_cifs_acl() 956 struct inode *inode, const char *path, int aclflag) in set_cifs_acl() 1009 struct inode *inode, const char *path, in cifs_acl_to_fattr() 1052 id_mode_to_cifs_acl(struct inode *inode, const char *path, __u64 nmode, in id_mode_to_cifs_acl()
|
D | ioctl.c | 138 struct inode *inode = file_inode(filep); in cifs_ioctl() local
|
/linux-4.1.27/drivers/char/ |
D | rtc.c | 730 static int rtc_open(struct inode *inode, struct file *file) in rtc_open() 753 static int rtc_release(struct inode *inode, struct file *file) in rtc_release() 1288 static int rtc_proc_open(struct inode *inode, struct file *file) in rtc_proc_open()
|
D | tile-srom.c | 133 static int srom_open(struct inode *inode, struct file *filp) in srom_open() 147 static int srom_release(struct inode *inode, struct file *filp) in srom_release()
|
D | ds1620.c | 213 static int ds1620_open(struct inode *inode, struct file *file) in ds1620_open() 349 static int ds1620_proc_therm_open(struct inode *inode, struct file *file) in ds1620_proc_therm_open()
|
D | dtlk.c | 297 static int dtlk_open(struct inode *inode, struct file *file) in dtlk_open() 313 static int dtlk_release(struct inode *inode, struct file *file) in dtlk_release()
|
D | ppdev.c | 638 static int pp_open (struct inode * inode, struct file * file) in pp_open() 667 static int pp_release (struct inode * inode, struct file * file) in pp_release()
|
/linux-4.1.27/fs/nfs/filelayout/ |
D | filelayout.c | 127 struct inode *inode = lo->plh_inode; in filelayout_async_handle_error() local 1063 filelayout_commit_pagelist(struct inode *inode, struct list_head *mds_pages, in filelayout_commit_pagelist() 1089 filelayout_alloc_layout_hdr(struct inode *inode, gfp_t gfp_flags) in filelayout_alloc_layout_hdr() 1104 filelayout_get_ds_info(struct inode *inode) in filelayout_get_ds_info()
|
/linux-4.1.27/fs/ufs/ |
D | util.h | 191 ufs_get_inode_uid(struct super_block *sb, struct ufs_inode *inode) in ufs_get_inode_uid() 206 ufs_set_inode_uid(struct super_block *sb, struct ufs_inode *inode, u32 value) in ufs_set_inode_uid() 225 ufs_get_inode_gid(struct super_block *sb, struct ufs_inode *inode) in ufs_get_inode_gid() 240 ufs_set_inode_gid(struct super_block *sb, struct ufs_inode *inode, u32 value) in ufs_set_inode_gid()
|
/linux-4.1.27/fs/nfs/ |
D | internal.h | 498 static inline void nfs_inode_dio_wait(struct inode *inode) in nfs_inode_dio_wait() 517 static inline struct inode *nfs_igrab_and_active(struct inode *inode) in nfs_igrab_and_active() 527 static inline void nfs_iput_and_deactive(struct inode *inode) in nfs_iput_and_deactive() 607 struct inode *inode = page_file_mapping(page)->host; in nfs_mark_page_unstable() local
|
/linux-4.1.27/mm/ |
D | vmstat.c | 1152 static int fragmentation_open(struct inode *inode, struct file *file) in fragmentation_open() 1171 static int pagetypeinfo_open(struct inode *inode, struct file *file) in pagetypeinfo_open() 1264 static int zoneinfo_open(struct inode *inode, struct file *file) in zoneinfo_open() 1346 static int vmstat_open(struct inode *inode, struct file *file) in vmstat_open() 1612 static int unusable_open(struct inode *inode, struct file *file) in unusable_open() 1664 static int extfrag_open(struct inode *inode, struct file *file) in extfrag_open()
|
D | fadvise.c | 31 struct inode *inode; in SYSCALL_DEFINE4() local
|
D | swapfile.c | 1721 struct inode *inode = mapping->host; in setup_swap_extents() local 1810 struct inode *inode; in SYSCALL_DEFINE1() local 2053 static int swaps_open(struct inode *inode, struct file *file) in swaps_open() 2139 static int claim_swapfile(struct swap_info_struct *p, struct inode *inode) in claim_swapfile() 2170 struct inode *inode) in read_swap_header() 2362 struct inode *inode = NULL; in SYSCALL_DEFINE2() local
|
D | cleancache.c | 145 static int cleancache_get_key(struct inode *inode, in cleancache_get_key()
|
D | backing-dev.c | 53 struct inode *inode; in bdi_debug_stats_show() local 105 static int bdi_debug_stats_open(struct inode *inode, struct file *file) in bdi_debug_stats_open()
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | inode.c | 373 ep_release (struct inode *inode, struct file *fd) in ep_release() 810 ep_open (struct inode *inode, struct file *fd) in ep_open() 1174 dev_release (struct inode *inode, struct file *fd) in dev_release() 1860 dev_open (struct inode *inode, struct file *fd) in dev_open() 1916 struct inode *inode = new_inode (sb); in gadgetfs_make_inode() local 1939 struct inode *inode; in gadgetfs_create_file() local 1963 struct inode *inode; in gadgetfs_fill_super() local
|
/linux-4.1.27/fs/ocfs2/ |
D | journal.c | 803 struct inode *inode = NULL; /* the journal inode */ in ocfs2_journal_init() local 945 struct inode *inode = NULL; in ocfs2_journal_shutdown() local 1131 static int ocfs2_force_read_journal(struct inode *inode) in ocfs2_force_read_journal() 1500 struct inode *inode = NULL; in ocfs2_read_journal_inode() local 1539 struct inode *inode = NULL; in ocfs2_replay_journal() local 1744 struct inode *inode = NULL; in ocfs2_trylock_journal() local 2137 struct inode *inode = NULL; in ocfs2_recover_orphans() local
|
D | dir.h | 71 struct inode *inode, u64 blkno, in ocfs2_add_entry()
|
D | alloc.c | 210 struct inode *inode = &cache_info_to_inode(et->et_ci)->vfs_inode; in ocfs2_dinode_extent_map_insert() local 218 struct inode *inode = &cache_info_to_inode(et->et_ci)->vfs_inode; in ocfs2_dinode_extent_map_truncate() local 5203 int ocfs2_mark_extent_written(struct inode *inode, in ocfs2_mark_extent_written() 5615 static int ocfs2_reserve_blocks_for_rec_trunc(struct inode *inode, in ocfs2_reserve_blocks_for_rec_trunc() 5658 int ocfs2_remove_btree_range(struct inode *inode, in ocfs2_remove_btree_range() 6075 struct inode *inode = NULL; in ocfs2_get_truncate_log_info() local 6321 struct inode *inode; in ocfs2_free_cached_blocks() local 6593 void ocfs2_map_and_dirty_page(struct inode *inode, handle_t *handle, in ocfs2_map_and_dirty_page() 6628 static void ocfs2_zero_cluster_pages(struct inode *inode, loff_t start, in ocfs2_zero_cluster_pages() 6663 int ocfs2_grab_pages(struct inode *inode, loff_t start, loff_t end, in ocfs2_grab_pages() [all …]
|
D | slot_map.c | 227 struct inode *inode, in ocfs2_slot_map_physical_size() 421 struct inode *inode = NULL; in ocfs2_init_slot_info() local
|
D | suballoc.h | 179 static inline int ocfs2_is_cluster_bitmap(struct inode *inode) in ocfs2_is_cluster_bitmap()
|
/linux-4.1.27/drivers/scsi/ |
D | sg.c | 273 sg_open(struct inode *inode, struct file *filp) in sg_open() 372 sg_release(struct inode *inode, struct file *filp) in sg_release() 2431 static int sg_proc_single_open_adio(struct inode *inode, struct file *file) in sg_proc_single_open_adio() 2452 static int sg_proc_single_open_dressz(struct inode *inode, struct file *file) in sg_proc_single_open_dressz() 2484 static int sg_proc_single_open_version(struct inode *inode, struct file *file) in sg_proc_single_open_version() 2495 static int sg_proc_single_open_devhdr(struct inode *inode, struct file *file) in sg_proc_single_open_devhdr() 2533 static int sg_proc_open_dev(struct inode *inode, struct file *file) in sg_proc_open_dev() 2564 static int sg_proc_open_devstrs(struct inode *inode, struct file *file) in sg_proc_open_devstrs() 2654 static int sg_proc_open_debug(struct inode *inode, struct file *file) in sg_proc_open_debug()
|
/linux-4.1.27/fs/ext4/ |
D | super.c | 431 void __ext4_error_inode(struct inode *inode, const char *function, in __ext4_error_inode() 468 struct inode *inode = file_inode(file); in __ext4_error_file() local 764 struct inode *inode = orphan_list_entry(l); in dump_orphan_list() local 913 static int ext4_drop_inode(struct inode *inode) in ext4_drop_inode() 923 struct inode *inode = container_of(head, struct inode, i_rcu); in ext4_i_callback() local 927 static void ext4_destroy_inode(struct inode *inode) in ext4_destroy_inode() 974 void ext4_clear_inode(struct inode *inode) in ext4_clear_inode() 992 struct inode *inode; in ext4_nfs_get_inode() local 1073 static struct dquot **ext4_get_dquots(struct inode *inode) in ext4_get_dquots() 1881 static int options_open_fs(struct inode *inode, struct file *file) in options_open_fs() [all …]
|
D | ext4.h | 72 #define EXT4_ERROR_INODE(inode, fmt, a...) \ argument 75 #define EXT4_ERROR_INODE_BLOCK(inode, block, fmt, a...) \ argument 131 struct inode *inode; member 184 struct inode *inode; /* file being written to */ member 745 #define EXT4_INODE_SET_XTIME(xtime, inode, raw_inode) \ argument 762 #define EXT4_INODE_GET_XTIME(xtime, inode, raw_inode) \ argument 1421 static inline struct ext4_inode_info *EXT4_I(struct inode *inode) in EXT4_I() 1426 static inline struct timespec ext4_current_time(struct inode *inode) in ext4_current_time() 1444 static inline void ext4_set_io_unwritten_flag(struct inode *inode, in ext4_set_io_unwritten_flag() 1453 static inline ext4_io_end_t *ext4_inode_aio(struct inode *inode) in ext4_inode_aio() [all …]
|
D | xattr.h | 64 #define IHDR(inode, raw_inode) \ argument 134 static inline int ext4_init_security(handle_t *handle, struct inode *inode, in ext4_init_security()
|
D | acl.h | 67 ext4_init_acl(handle_t *handle, struct inode *inode, struct inode *dir) in ext4_init_acl()
|
D | ialloc.c | 228 void ext4_free_inode(handle_t *handle, struct inode *inode) in ext4_free_inode() 720 struct inode *inode; in __ext4_new_inode() local 1116 struct inode *inode = NULL; in ext4_orphan_get() local
|
D | readpage.c | 141 struct inode *inode = mapping->host; in ext4_mpage_readpages() local
|
D | mballoc.c | 465 static void mb_free_blocks_double(struct inode *inode, struct ext4_buddy *e4b, in mb_free_blocks_double() 525 static inline void mb_free_blocks_double(struct inode *inode, in mb_free_blocks_double() 830 struct inode *inode; in ext4_mb_init_cache() local 977 struct inode *inode = EXT4_SB(sb)->s_buddy_cache; in ext4_mb_get_buddy_page_lock() local 1112 struct inode *inode = sbi->s_buddy_cache; in ext4_mb_load_buddy() local 1408 static void mb_free_blocks(struct inode *inode, struct ext4_buddy *e4b, in mb_free_blocks() 2308 static int ext4_mb_seq_groups_open(struct inode *inode, struct file *file) in ext4_mb_seq_groups_open() 3924 void ext4_discard_preallocations(struct inode *inode) in ext4_discard_preallocations() 4637 void ext4_free_blocks(handle_t *handle, struct inode *inode, in ext4_free_blocks()
|
/linux-4.1.27/arch/um/drivers/ |
D | random.c | 34 static int rng_dev_open (struct inode *inode, struct file *filp) in rng_dev_open()
|
/linux-4.1.27/net/sctp/ |
D | objcnt.c | 113 static int sctp_objcnt_seq_open(struct inode *inode, struct file *file) in sctp_objcnt_seq_open()
|
/linux-4.1.27/fs/jfs/ |
D | jfs_debug.c | 40 static int jfs_loglevel_proc_open(struct inode *inode, struct file *file) in jfs_loglevel_proc_open()
|
D | ioctl.c | 61 struct inode *inode = file_inode(filp); in jfs_ioctl() local
|
D | jfs_xattr.h | 70 static inline int jfs_init_security(tid_t tid, struct inode *inode, in jfs_init_security()
|
D | jfs_logmgr.h | 232 __le32 inode; /* 4: inode number */ member 248 __le32 inode; /* 4: inode number */ member 264 __le32 inode; /* 4: inode number */ member 329 __le32 inode; /* 4: inode number */ member 339 __le32 inode; /* 4: inode number */ member
|
D | jfs_incore.h | 207 static inline struct jfs_inode_info *JFS_IP(struct inode *inode) in JFS_IP() 212 static inline int jfs_dirtable_inline(struct inode *inode) in jfs_dirtable_inline() 222 static inline int isReadOnly(struct inode *inode) in isReadOnly()
|
/linux-4.1.27/fs/fscache/ |
D | histogram.c | 96 static int fscache_histogram_open(struct inode *inode, struct file *file) in fscache_histogram_open()
|
/linux-4.1.27/kernel/sched/ |
D | stats.c | 121 static int schedstat_open(struct inode *inode, struct file *file) in schedstat_open()
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_64_vio.c | 87 static int kvm_spapr_tce_release(struct inode *inode, struct file *filp) in kvm_spapr_tce_release()
|
D | timing.c | 205 static int kvmppc_exit_timing_open(struct inode *inode, struct file *file) in kvmppc_exit_timing_open()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | led.c | 59 static int led_proc_open(struct inode *inode, struct file *file) in led_proc_open()
|
/linux-4.1.27/kernel/ |
D | dma.c | 137 static int proc_dma_open(struct inode *inode, struct file *file) in proc_dma_open()
|
D | latencytop.c | 274 static int lstats_open(struct inode *inode, struct file *filp) in lstats_open()
|
/linux-4.1.27/fs/nilfs2/ |
D | alloc.h | 40 nilfs_palloc_entries_per_group(const struct inode *inode) in nilfs_palloc_entries_per_group()
|
D | super.c | 175 struct inode *inode = container_of(head, struct inode, i_rcu); in nilfs_i_callback() local 185 void nilfs_destroy_inode(struct inode *inode) in nilfs_destroy_inode() 922 struct inode *inode; in nilfs_get_root_dentry() local 1019 struct inode *inode; in nilfs_checkpoint_is_mounted() local
|
/linux-4.1.27/security/integrity/ima/ |
D | ima_queue.c | 109 const char *op, struct inode *inode, in ima_add_template_entry()
|
/linux-4.1.27/fs/ext2/ |
D | acl.h | 66 static inline int ext2_init_acl (struct inode *inode, struct inode *dir) in ext2_init_acl()
|
/linux-4.1.27/include/uapi/linux/ |
D | minix_fs.h | 98 __u16 inode; member 103 __u32 inode; member
|
/linux-4.1.27/arch/cris/arch-v32/drivers/ |
D | i2c.c | 637 i2c_open(struct inode *inode, struct file *filp) in i2c_open() 643 i2c_release(struct inode *inode, struct file *filp) in i2c_release()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | perf.c | 261 static int perf_open(struct inode *inode, struct file *file) in perf_open() 277 static int perf_release(struct inode *inode, struct file *file) in perf_release()
|
D | pdc_chassis.c | 269 static int pdc_chassis_warn_open(struct inode *inode, struct file *file) in pdc_chassis_warn_open()
|
/linux-4.1.27/drivers/usb/misc/ |
D | usblcd.c | 77 static int lcd_open(struct inode *inode, struct file *file) in lcd_open() 121 static int lcd_release(struct inode *inode, struct file *file) in lcd_release()
|
D | chaoskey.c | 250 static int chaoskey_open(struct inode *inode, struct file *file) in chaoskey_open() 277 static int chaoskey_release(struct inode *inode, struct file *file) in chaoskey_release()
|
D | yurex.c | 365 static int yurex_open(struct inode *inode, struct file *file) in yurex_open() 400 static int yurex_release(struct inode *inode, struct file *file) in yurex_release()
|
D | adutux.c | 225 static int adu_open(struct inode *inode, struct file *file) in adu_open() 305 static int adu_release(struct inode *inode, struct file *file) in adu_release()
|
/linux-4.1.27/fs/efs/ |
D | efs.h | 89 __be32 inode; member 117 static inline struct efs_inode_info *INODE_INFO(struct inode *inode) in INODE_INFO()
|
/linux-4.1.27/net/irda/irnet/ |
D | irnet_ppp.c | 466 dev_irnet_open(struct inode * inode, in dev_irnet_open() 529 dev_irnet_close(struct inode * inode, in dev_irnet_close()
|
/linux-4.1.27/kernel/trace/ |
D | trace_stack.c | 391 static int stack_trace_open(struct inode *inode, struct file *file) in stack_trace_open() 404 stack_trace_filter_open(struct inode *inode, struct file *file) in stack_trace_filter_open()
|
D | trace_events_trigger.c | 180 static int event_trigger_regex_open(struct inode *inode, struct file *file) in event_trigger_regex_open() 271 static int event_trigger_regex_release(struct inode *inode, struct file *file) in event_trigger_regex_release() 291 event_trigger_open(struct inode *inode, struct file *filp) in event_trigger_open() 297 event_trigger_release(struct inode *inode, struct file *file) in event_trigger_release()
|
D | trace_events.c | 1029 static int trace_format_open(struct inode *inode, struct file *file) in trace_format_open() 1133 static int subsystem_open(struct inode *inode, struct file *filp) in subsystem_open() 1183 static int system_tr_open(struct inode *inode, struct file *filp) in system_tr_open() 1216 static int subsystem_release(struct inode *inode, struct file *file) in subsystem_release() 1408 ftrace_event_open(struct inode *inode, struct file *file, in ftrace_event_open() 1424 static int ftrace_event_release(struct inode *inode, struct file *file) in ftrace_event_release() 1434 ftrace_event_avail_open(struct inode *inode, struct file *file) in ftrace_event_avail_open() 1442 ftrace_event_set_open(struct inode *inode, struct file *file) in ftrace_event_set_open()
|
D | trace_uprobe.c | 56 struct inode *inode; member 358 struct inode *inode; in create_trace_uprobe() local 620 static int probes_open(struct inode *inode, struct file *file) in probes_open() 665 static int profile_open(struct inode *inode, struct file *file) in profile_open()
|
/linux-4.1.27/drivers/watchdog/ |
D | at32ap700x_wdt.c | 133 static int at32_wdt_open(struct inode *inode, struct file *file) in at32_wdt_open() 145 static int at32_wdt_close(struct inode *inode, struct file *file) in at32_wdt_close()
|
D | sch311x_wdt.c | 311 static int sch311x_wdt_open(struct inode *inode, struct file *file) in sch311x_wdt_open() 322 static int sch311x_wdt_close(struct inode *inode, struct file *file) in sch311x_wdt_close()
|
D | it8712f_wdt.c | 320 static int it8712f_wdt_open(struct inode *inode, struct file *file) in it8712f_wdt_open() 333 static int it8712f_wdt_release(struct inode *inode, struct file *file) in it8712f_wdt_release()
|
D | machzwd.c | 329 static int zf_open(struct inode *inode, struct file *file) in zf_open() 339 static int zf_close(struct inode *inode, struct file *file) in zf_close()
|
/linux-4.1.27/drivers/media/rc/ |
D | lirc_dev.c | 438 int lirc_dev_fop_open(struct inode *inode, struct file *file) in lirc_dev_fop_open() 505 int lirc_dev_fop_close(struct inode *inode, struct file *file) in lirc_dev_fop_close()
|
D | ir-rx51.c | 364 static int lirc_rx51_open(struct inode *inode, struct file *file) in lirc_rx51_open() 377 static int lirc_rx51_release(struct inode *inode, struct file *file) in lirc_rx51_release()
|
/linux-4.1.27/fs/cachefiles/ |
D | daemon.c | 87 static int cachefiles_daemon_open(struct inode *inode, struct file *file) in cachefiles_daemon_open() 133 static int cachefiles_daemon_release(struct inode *inode, struct file *file) in cachefiles_daemon_release()
|
D | proc.c | 90 static int cachefiles_histogram_open(struct inode *inode, struct file *file) in cachefiles_histogram_open()
|
D | rdwr.c | 396 struct inode *inode; in cachefiles_read_or_alloc_page() local 687 struct inode *inode; in cachefiles_read_or_alloc_pages() local
|
/linux-4.1.27/arch/mips/sibyte/common/ |
D | sb_tbprof.c | 401 static int sbprof_tb_open(struct inode *inode, struct file *filp) in sbprof_tb_open() 430 static int sbprof_tb_release(struct inode *inode, struct file *filp) in sbprof_tb_release()
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | msm_rd.c | 159 static int rd_open(struct inode *inode, struct file *file) in rd_open() 192 static int rd_release(struct inode *inode, struct file *file) in rd_release()
|
/linux-4.1.27/fs/notify/ |
D | notification.c | 207 void fsnotify_init_event(struct fsnotify_event *event, struct inode *inode, in fsnotify_init_event()
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | diva_didd.c | 81 static int divadidd_proc_open(struct inode *inode, struct file *file) in divadidd_proc_open()
|
D | capimain.c | 93 static int diva_ctl_proc_open(struct inode *inode, struct file *file) in diva_ctl_proc_open()
|
/linux-4.1.27/drivers/acpi/ |
D | proc.c | 132 acpi_system_wakeup_device_open_fs(struct inode *inode, struct file *file) in acpi_system_wakeup_device_open_fs()
|
/linux-4.1.27/fs/ext3/ |
D | acl.h | 67 ext3_init_acl(handle_t *handle, struct inode *inode, struct inode *dir) in ext3_init_acl()
|
D | ext3.h | 693 static inline struct ext3_inode_info *EXT3_I(struct inode *inode) in EXT3_I() 717 static inline int ext3_test_inode_state(struct inode *inode, int bit) in ext3_test_inode_state() 722 static inline void ext3_set_inode_state(struct inode *inode, int bit) in ext3_set_inode_state() 727 static inline void ext3_clear_inode_state(struct inode *inode, int bit) in ext3_clear_inode_state() 732 #define NEXT_ORPHAN(inode) EXT3_I(inode)->i_dtime argument 827 __le32 inode; /* Inode number */ member 840 __le32 inode; /* Inode number */ member 1125 #define EXT3_JOURNAL(inode) (EXT3_SB((inode)->i_sb)->s_journal) argument 1263 static inline handle_t *ext3_journal_start(struct inode *inode, int nblocks) in ext3_journal_start() 1286 static inline int ext3_journal_blocks_per_page(struct inode *inode) in ext3_journal_blocks_per_page() [all …]
|
D | balloc.c | 419 void ext3_init_block_alloc_info(struct inode *inode) in ext3_init_block_alloc_info() 461 void ext3_discard_reservation(struct inode *inode) in ext3_discard_reservation() 680 void ext3_free_blocks(handle_t *handle, struct inode *inode, in ext3_free_blocks() 1486 ext3_fsblk_t ext3_new_blocks(handle_t *handle, struct inode *inode, in ext3_new_blocks() 1763 ext3_fsblk_t ext3_new_block(handle_t *handle, struct inode *inode, in ext3_new_block()
|
D | ioctl.c | 17 struct inode *inode = file_inode(filp); in ext3_ioctl() local
|
/linux-4.1.27/fs/xfs/ |
D | xfs_super.c | 920 struct inode *inode) in xfs_fs_destroy_inode() 956 void *inode) in xfs_fs_inode_init_once() 977 struct inode *inode) in xfs_fs_evict_inode() 1002 struct inode *inode) in xfs_fs_drop_inode()
|
D | xfs_icache.c | 91 struct inode *inode = container_of(head, struct inode, i_rcu); in xfs_inode_free_callback() local 148 struct inode *inode = VFS_I(ip); in xfs_iget_cache_hit() local 470 struct inode *inode = VFS_I(ip); in xfs_inode_ag_walk_grab() local
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | dmxdev.c | 123 static int dvb_dvr_open(struct inode *inode, struct file *file) in dvb_dvr_open() 183 static int dvb_dvr_release(struct inode *inode, struct file *file) in dvb_dvr_release() 726 static int dvb_demux_open(struct inode *inode, struct file *file) in dvb_demux_open() 1109 static int dvb_demux_release(struct inode *inode, struct file *file) in dvb_demux_release()
|
/linux-4.1.27/net/wireless/ |
D | wext-proc.c | 129 static int seq_open_wireless(struct inode *inode, struct file *file) in seq_open_wireless()
|
/linux-4.1.27/fs/configfs/ |
D | mount.c | 71 struct inode *inode; in configfs_fill_super() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | lloop.c | 189 struct inode *inode = file_inode(lo->lo_backing_file); in do_bio_lustrebacked() local 471 struct inode *inode; in loop_set_fd() local 608 struct inode *inode = NULL; in lo_ioctl() local
|
/linux-4.1.27/include/linux/ |
D | proc_ns.h | 69 #define get_proc_ns(inode) ((struct ns_common *)(inode)->i_private) argument
|
D | futex.h | 38 struct inode *inode; member
|
D | evm.h | 92 static inline int evm_inode_init_security(struct inode *inode, in evm_inode_init_security()
|
D | security.h | 2147 static inline int security_inode_alloc(struct inode *inode) in security_inode_alloc() 2152 static inline void security_inode_free(struct inode *inode) in security_inode_free() 2165 static inline int security_inode_init_security(struct inode *inode, in security_inode_init_security() 2174 static inline int security_old_inode_init_security(struct inode *inode, in security_old_inode_init_security() 2250 static inline int security_inode_permission(struct inode *inode, int mask) in security_inode_permission() 2303 static inline int security_inode_getsecurity(const struct inode *inode, const char *name, void **bu… in security_inode_getsecurity() 2308 static inline int security_inode_setsecurity(struct inode *inode, const char *name, const void *val… in security_inode_setsecurity() 2313 static inline int security_inode_listsecurity(struct inode *inode, char *buffer, size_t buffer_size) in security_inode_listsecurity() 2318 static inline void security_inode_getsecid(const struct inode *inode, u32 *secid) in security_inode_getsecid() 2428 struct inode *inode) in security_kernel_create_files_as() [all …]
|
D | dcache.h | 285 static inline void d_add(struct dentry *entry, struct inode *inode) in d_add() 299 static inline struct dentry *d_add_unique(struct dentry *entry, struct inode *inode) in d_add_unique() 559 struct inode *inode = upper->d_inode; in d_backing_inode() local
|
D | writeback.h | 104 static inline void wait_on_inode(struct inode *inode) in wait_on_inode()
|
D | shmem_fs.h | 40 static inline struct shmem_inode_info *SHMEM_I(struct inode *inode) in SHMEM_I()
|
/linux-4.1.27/drivers/s390/char/ |
D | tape_proc.c | 107 static int tape_proc_open(struct inode *inode, struct file *file) in tape_proc_open()
|
D | fs3270.c | 430 fs3270_open(struct inode *inode, struct file *filp) in fs3270_open() 500 fs3270_close(struct inode *inode, struct file *filp) in fs3270_close()
|
D | monreader.c | 277 static int mon_open(struct inode *inode, struct file *filp) in mon_open() 334 static int mon_close(struct inode *inode, struct file *filp) in mon_close()
|
/linux-4.1.27/fs/bfs/ |
D | bfs.h | 38 static inline struct bfs_inode_info *BFS_I(struct inode *inode) in BFS_I()
|
/linux-4.1.27/crypto/ |
D | proc.c | 136 static int crypto_info_open(struct inode *inode, struct file *file) in crypto_info_open()
|
/linux-4.1.27/drivers/net/bonding/ |
D | bond_debugfs.c | 48 static int bond_debug_rlb_hash_open(struct inode *inode, struct file *file) in bond_debug_rlb_hash_open()
|
/linux-4.1.27/fs/squashfs/ |
D | file_direct.c | 30 struct inode *inode = target_page->mapping->host; in squashfs_readpage_block() local
|
D | dir.c | 112 struct inode *inode = file_inode(file); in squashfs_readdir() local
|
D | squashfs_fs_i.h | 50 static inline struct squashfs_inode_info *squashfs_i(struct inode *inode) in squashfs_i()
|
D | export.c | 113 struct inode *inode = d_inode(child); in squashfs_get_parent() local
|
D | namei.c | 144 struct inode *inode = NULL; in squashfs_lookup() local
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | debug.c | 82 static int brcmf_debugfs_entry_open(struct inode *inode, struct file *f) in brcmf_debugfs_entry_open()
|
/linux-4.1.27/arch/mips/pci/ |
D | ops-pmcmsp.c | 86 static int msp_pci_rd_cnt_open(struct inode *inode, struct file *file) in msp_pci_rd_cnt_open() 163 static int gen_pci_cfg_wr_open(struct inode *inode, struct file *file) in gen_pci_cfg_wr_open()
|
/linux-4.1.27/fs/overlayfs/ |
D | inode.c | 89 int ovl_permission(struct inode *inode, int mask) in ovl_permission() 408 struct inode *inode; in ovl_new_inode() local
|
D | readdir.c | 448 struct inode *inode = file_inode(file); in ovl_dir_fsync() local 477 static int ovl_dir_release(struct inode *inode, struct file *file) in ovl_dir_release() 494 static int ovl_dir_open(struct inode *inode, struct file *file) in ovl_dir_open()
|
/linux-4.1.27/drivers/misc/ |
D | phantom.c | 214 static int phantom_open(struct inode *inode, struct file *file) in phantom_open() 244 static int phantom_release(struct inode *inode, struct file *file) in phantom_release()
|
/linux-4.1.27/drivers/char/xilinx_hwicap/ |
D | xilinx_hwicap.c | 525 static int hwicap_open(struct inode *inode, struct file *file) in hwicap_open() 560 static int hwicap_release(struct inode *inode, struct file *file) in hwicap_release()
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozcdev.c | 74 static int oz_cdev_open(struct inode *inode, struct file *filp) in oz_cdev_open() 87 static int oz_cdev_release(struct inode *inode, struct file *filp) in oz_cdev_release()
|
/linux-4.1.27/drivers/input/serio/ |
D | serio_raw.c | 77 static int serio_raw_open(struct inode *inode, struct file *file) in serio_raw_open() 127 static int serio_raw_release(struct inode *inode, struct file *file) in serio_raw_release()
|
/linux-4.1.27/fs/nfsd/ |
D | nfsctl.c | 151 static int exports_proc_open(struct inode *inode, struct file *file) in exports_proc_open() 164 static int exports_nfsd_open(struct inode *inode, struct file *file) in exports_nfsd_open() 183 static int export_features_open(struct inode *inode, struct file *file) in export_features_open() 202 static int supported_enctypes_open(struct inode *inode, struct file *file) in supported_enctypes_open()
|
D | nfssvc.c | 725 int nfsd_pool_stats_open(struct inode *inode, struct file *file) in nfsd_pool_stats_open() 742 int nfsd_pool_stats_release(struct inode *inode, struct file *file) in nfsd_pool_stats_release()
|
/linux-4.1.27/block/ |
D | bsg.c | 747 static struct bsg_device *bsg_add_device(struct inode *inode, in bsg_add_device() 798 static struct bsg_device *bsg_get_device(struct inode *inode, struct file *file) in bsg_get_device() 826 static int bsg_open(struct inode *inode, struct file *file) in bsg_open() 839 static int bsg_release(struct inode *inode, struct file *file) in bsg_release()
|
/linux-4.1.27/drivers/infiniband/core/ |
D | uverbs_cmd.c | 640 struct inode *inode; member 644 struct inode *inode, in xrcd_table_insert() 679 struct inode *inode) in xrcd_table_search() 698 static struct ib_xrcd *find_xrcd(struct ib_uverbs_device *dev, struct inode *inode) in find_xrcd() 710 struct inode *inode) in xrcd_table_delete() 732 struct inode *inode = NULL; in ib_uverbs_open_xrcd() local 866 struct inode *inode = NULL; in ib_uverbs_close_xrcd() local 924 struct inode *inode; in ib_uverbs_dealloc_xrcd() local
|
D | uverbs_main.c | 406 static int ib_uverbs_event_close(struct inode *inode, struct file *filp) in ib_uverbs_event_close() 753 static int ib_uverbs_open(struct inode *inode, struct file *filp) in ib_uverbs_open() 795 static int ib_uverbs_close(struct inode *inode, struct file *filp) in ib_uverbs_close()
|
D | user_mad.c | 922 static int ib_umad_open(struct inode *inode, struct file *filp) in ib_umad_open() 965 static int ib_umad_close(struct inode *inode, struct file *filp) in ib_umad_close() 1016 static int ib_umad_sm_open(struct inode *inode, struct file *filp) in ib_umad_sm_open() 1063 static int ib_umad_sm_close(struct inode *inode, struct file *filp) in ib_umad_sm_close()
|
/linux-4.1.27/security/ |
D | inode.c | 88 struct inode *dir, *inode; in securityfs_create_file() local
|
/linux-4.1.27/fs/proc/ |
D | consoles.c | 95 static int consoles_open(struct inode *inode, struct file *file) in consoles_open()
|
D | proc_tty.c | 127 static int tty_drivers_open(struct inode *inode, struct file *file) in tty_drivers_open()
|
D | stat.c | 185 static int stat_open(struct inode *inode, struct file *file) in stat_open()
|
/linux-4.1.27/fs/isofs/ |
D | namei.c | 156 struct inode *inode; in isofs_lookup() local
|
/linux-4.1.27/fs/befs/ |
D | debug.c | 70 befs_dump_inode(const struct super_block *sb, befs_inode * inode) in befs_dump_inode()
|
/linux-4.1.27/net/ax25/ |
D | ax25_uid.c | 192 static int ax25_uid_info_open(struct inode *inode, struct file *file) in ax25_uid_info_open()
|
/linux-4.1.27/drivers/target/ |
D | target_core_file.c | 110 struct inode *inode = NULL; in fd_configure_device() local 539 struct inode *inode = file->f_mapping->host; in fd_do_unmap() local 835 struct inode *inode; in fd_init_prot() local
|
/linux-4.1.27/net/rose/ |
D | rose_route.c | 1152 static int rose_nodes_open(struct inode *inode, struct file *file) in rose_nodes_open() 1236 static int rose_neigh_open(struct inode *inode, struct file *file) in rose_neigh_open() 1322 static int rose_route_open(struct inode *inode, struct file *file) in rose_route_open()
|
/linux-4.1.27/fs/exofs/ |
D | super.c | 168 struct inode *inode = container_of(head, struct inode, i_rcu); in exofs_i_callback() local 175 static void exofs_destroy_inode(struct inode *inode) in exofs_destroy_inode() 967 struct inode *inode; in exofs_nfs_get_inode() local
|
/linux-4.1.27/kernel/rcu/ |
D | tiny_plugin.h | 94 static int show_tiny_stats_open(struct inode *inode, struct file *file) in show_tiny_stats_open()
|
/linux-4.1.27/fs/fuse/ |
D | fuse_i.h | 70 struct inode inode; member 338 struct inode *inode; member 377 struct inode *inode; member 633 static inline struct fuse_conn *get_fuse_conn(struct inode *inode) in get_fuse_conn() 638 static inline struct fuse_inode *get_fuse_inode(struct inode *inode) in get_fuse_inode() 643 static inline u64 get_node_id(struct inode *inode) in get_node_id()
|
D | dev.c | 655 struct inode *inode = file_inode(file); in fuse_force_forget() local 1347 static int fuse_dev_open(struct inode *inode, struct file *file) in fuse_dev_open() 1608 struct inode *inode; in fuse_notify_store() local 1695 static int fuse_retrieve(struct fuse_conn *fc, struct inode *inode, in fuse_retrieve() 1768 struct inode *inode; in fuse_notify_retrieve() local 2199 int fuse_dev_release(struct inode *inode, struct file *file) in fuse_dev_release()
|
/linux-4.1.27/fs/f2fs/ |
D | node.c | 770 int truncate_inode_blocks(struct inode *inode, pgoff_t from) in truncate_inode_blocks() 866 int truncate_xattr_node(struct inode *inode, struct page *page) in truncate_xattr_node() 897 void remove_inode_page(struct inode *inode) in remove_inode_page() 923 struct page *new_inode_page(struct inode *inode) in new_inode_page() 1633 void recover_inline_xattr(struct inode *inode, struct page *page) in recover_inline_xattr() 1660 void recover_xattr_data(struct inode *inode, struct page *page, block_t blkaddr) in recover_xattr_data()
|
D | debug.c | 336 static int stat_open(struct inode *inode, struct file *file) in stat_open()
|
/linux-4.1.27/fs/hpfs/ |
D | namei.c | 377 struct inode *inode = d_inode(dentry); in hpfs_unlink() local 428 struct inode *inode = d_inode(dentry); in hpfs_rmdir() local
|
/linux-4.1.27/kernel/time/ |
D | posix-clock.c | 153 static int posix_clock_open(struct inode *inode, struct file *fp) in posix_clock_open() 179 static int posix_clock_release(struct inode *inode, struct file *fp) in posix_clock_release()
|
D | test_udelay.c | 103 static int udelay_test_open(struct inode *inode, struct file *file) in udelay_test_open()
|
/linux-4.1.27/security/integrity/ |
D | integrity.h | 106 struct inode *inode; /* back pointer to inode in question */ member 180 static inline void integrity_audit_msg(int audit_msgno, struct inode *inode, in integrity_audit_msg()
|
/linux-4.1.27/drivers/i2c/ |
D | i2c-dev.c | 484 static int i2cdev_open(struct inode *inode, struct file *file) in i2cdev_open() 519 static int i2cdev_release(struct inode *inode, struct file *file) in i2cdev_release()
|
/linux-4.1.27/drivers/hsi/controllers/ |
D | omap_ssi.c | 120 static int ssi_regs_open(struct inode *inode, struct file *file) in ssi_regs_open() 125 static int ssi_gdd_regs_open(struct inode *inode, struct file *file) in ssi_gdd_regs_open()
|
/linux-4.1.27/drivers/md/bcache/ |
D | writeback.c | 289 void bcache_dev_sectors_dirty_add(struct cache_set *c, unsigned inode, in bcache_dev_sectors_dirty_add() 473 unsigned inode; member
|
D | request.h | 10 unsigned inode; member
|
D | closure.c | 202 static int debug_seq_open(struct inode *inode, struct file *file) in debug_seq_open()
|
/linux-4.1.27/fs/adfs/ |
D | super.c | 253 struct inode *inode = container_of(head, struct inode, i_rcu); in adfs_i_callback() local 257 static void adfs_destroy_inode(struct inode *inode) in adfs_destroy_inode()
|
/linux-4.1.27/drivers/macintosh/ |
D | ans-lcd.c | 131 anslcd_open( struct inode * inode, struct file * file ) in anslcd_open()
|
D | via-pmu.c | 812 static int pmu_info_proc_open(struct inode *inode, struct file *file) in pmu_info_proc_open() 849 static int pmu_irqstats_proc_open(struct inode *inode, struct file *file) in pmu_irqstats_proc_open() 876 static int pmu_battery_proc_open(struct inode *inode, struct file *file) in pmu_battery_proc_open() 902 static int pmu_options_proc_open(struct inode *inode, struct file *file) in pmu_options_proc_open() 2076 pmu_open(struct inode *inode, struct file *file) in pmu_open() 2176 pmu_release(struct inode *inode, struct file *file) in pmu_release()
|
/linux-4.1.27/arch/sh/mm/ |
D | tlb-debugfs.c | 137 static int tlb_debugfs_open(struct inode *inode, struct file *file) in tlb_debugfs_open()
|
/linux-4.1.27/fs/btrfs/ |
D | relocation.c | 1520 struct inode *inode; local 1633 struct inode *inode = NULL; local 2024 struct inode *inode = NULL; local 3015 int prealloc_file_extent_cluster(struct inode *inode, 3059 int setup_extent_mapping(struct inode *inode, u64 start, u64 end, 3093 static int relocate_file_extent_cluster(struct inode *inode, 3200 int relocate_data_extent(struct inode *inode, struct btrfs_key *extent_key, 3434 struct inode *inode, 4130 struct inode *inode = NULL; local 4194 struct inode *inode; local [all …]
|
D | super.c | 853 struct inode *inode; in get_default_root() local 940 struct inode *inode; in btrfs_fill_super() local 1133 static inline int is_subvolume_inode(struct inode *inode) in is_subvolume_inode() 1944 static int btrfs_control_open(struct inode *inode, struct file *file) in btrfs_control_open()
|
/linux-4.1.27/arch/s390/pci/ |
D | pci_debug.c | 117 static int pci_perf_seq_open(struct inode *inode, struct file *filp) in pci_perf_seq_open()
|
/linux-4.1.27/fs/afs/ |
D | mntpt.c | 116 static int afs_mntpt_open(struct inode *inode, struct file *file) in afs_mntpt_open()
|
D | security.c | 288 int afs_permission(struct inode *inode, int mask) in afs_permission()
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | lproc_mdc.c | 80 static int mdc_kuc_open(struct inode *inode, struct file *file) in mdc_kuc_open()
|
/linux-4.1.27/drivers/vfio/ |
D | vfio.c | 969 static int vfio_fops_open(struct inode *inode, struct file *filep) in vfio_fops_open() 986 static int vfio_fops_release(struct inode *inode, struct file *filep) in vfio_fops_release() 1317 static int vfio_group_fops_open(struct inode *inode, struct file *filep) in vfio_group_fops_open() 1345 static int vfio_group_fops_release(struct inode *inode, struct file *filep) in vfio_group_fops_release() 1373 static int vfio_device_fops_release(struct inode *inode, struct file *filep) in vfio_device_fops_release()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | atmel_usba_udc.c | 37 static int queue_dbg_open(struct inode *inode, struct file *file) in queue_dbg_open() 127 static int queue_dbg_release(struct inode *inode, struct file *file) in queue_dbg_release() 140 static int regs_dbg_open(struct inode *inode, struct file *file) in regs_dbg_open() 170 struct inode *inode = file_inode(file); in regs_dbg_read() local 182 static int regs_dbg_release(struct inode *inode, struct file *file) in regs_dbg_release()
|
/linux-4.1.27/fs/jbd2/ |
D | journal.c | 1003 static int jbd2_seq_info_open(struct inode *inode, struct file *file) in jbd2_seq_info_open() 1035 static int jbd2_seq_info_release(struct inode *inode, struct file *file) in jbd2_seq_info_release() 1199 journal_t * jbd2_journal_init_inode (struct inode *inode) in jbd2_journal_init_inode() 2214 int jbd2_journal_blocks_per_page(struct inode *inode) in jbd2_journal_blocks_per_page() 2569 void jbd2_journal_init_jbd_inode(struct jbd2_inode *jinode, struct inode *inode) in jbd2_journal_init_jbd_inode()
|
/linux-4.1.27/arch/mips/jz4740/ |
D | irq.c | 142 static int intc_regs_open(struct inode *inode, struct file *file) in intc_regs_open()
|
/linux-4.1.27/fs/notify/inotify/ |
D | inotify_fsnotify.c | 66 struct inode *inode, in inotify_handle_event()
|
/linux-4.1.27/drivers/usb/core/ |
D | file.c | 30 static int usb_open(struct inode *inode, struct file *file) in usb_open()
|
/linux-4.1.27/drivers/zorro/ |
D | proc.c | 98 static int zorro_devices_proc_open(struct inode *inode, struct file *file) in zorro_devices_proc_open()
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_module.c | 263 static int open_debug_level(struct inode *inode, struct file *file) in open_debug_level()
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | hvCall_inst.c | 83 static int hcall_inst_seq_open(struct inode *inode, struct file *file) in hcall_inst_seq_open()
|
/linux-4.1.27/drivers/usb/ |
D | usb-skeleton.c | 83 static int skel_open(struct inode *inode, struct file *file) in skel_open() 120 static int skel_release(struct inode *inode, struct file *file) in skel_release()
|
/linux-4.1.27/drivers/xen/ |
D | gntalloc.c | 238 static int gntalloc_open(struct inode *inode, struct file *filp) in gntalloc_open() 257 static int gntalloc_release(struct inode *inode, struct file *filp) in gntalloc_release()
|
D | evtchn.c | 490 static int evtchn_open(struct inode *inode, struct file *filp) in evtchn_open() 522 static int evtchn_release(struct inode *inode, struct file *filp) in evtchn_release()
|
/linux-4.1.27/drivers/usb/host/ |
D | uhci-debug.c | 557 static int uhci_debug_open(struct inode *inode, struct file *file) in uhci_debug_open() 617 static int uhci_debug_release(struct inode *inode, struct file *file) in uhci_debug_release()
|
/linux-4.1.27/kernel/bpf/ |
D | syscall.c | 67 static int bpf_map_release(struct inode *inode, struct file *filp) in bpf_map_release() 425 static int bpf_prog_release(struct inode *inode, struct file *filp) in bpf_prog_release()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lclient.h | 52 static inline int cl_glimpse_size(struct inode *inode) in cl_glimpse_size() 57 static inline int cl_agl(struct inode *inode) in cl_agl()
|
/linux-4.1.27/drivers/scsi/osd/ |
D | osd_uld.c | 140 static int osd_uld_open(struct inode *inode, struct file *file) in osd_uld_open() 152 static int osd_uld_release(struct inode *inode, struct file *file) in osd_uld_release()
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_module.c | 223 static int open_debug_level(struct inode *inode, struct file *file) in open_debug_level()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | srm_env.c | 100 static int srm_env_proc_open(struct inode *inode, struct file *file) in srm_env_proc_open()
|
/linux-4.1.27/net/dccp/ |
D | probe.c | 110 static int dccpprobe_open(struct inode *inode, struct file *file) in dccpprobe_open()
|
/linux-4.1.27/fs/9p/ |
D | vfs_dir.c | 234 int v9fs_dir_release(struct inode *inode, struct file *filp) in v9fs_dir_release()
|
/linux-4.1.27/security/smack/ |
D | smackfs.c | 685 static int smk_open_load(struct inode *inode, struct file *file) in smk_open_load() 856 static int smk_open_cipso(struct inode *inode, struct file *file) in smk_open_cipso() 1034 static int smk_open_cipso2(struct inode *inode, struct file *file) in smk_open_cipso2() 1113 static int smk_open_netlbladdr(struct inode *inode, struct file *file) in smk_open_netlbladdr() 1920 static int smk_open_load_self(struct inode *inode, struct file *file) in smk_open_load_self() 2048 static int smk_open_load2(struct inode *inode, struct file *file) in smk_open_load2() 2125 static int smk_open_load_self2(struct inode *inode, struct file *file) in smk_open_load_self2()
|
/linux-4.1.27/net/ipv4/ |
D | fib_trie.c | 420 struct key_vector *inode = get_child(tn, --i); in update_children() local 494 struct key_vector *inode = get_child(tn, --i); in replace() local 526 struct key_vector *inode = get_child(oldtnode, --i); in inflate() local 623 struct key_vector *inode; in halve() local 2225 static int fib_triestat_seq_open(struct inode *inode, struct file *file) in fib_triestat_seq_open() 2411 static int fib_trie_seq_open(struct inode *inode, struct file *file) in fib_trie_seq_open() 2612 static int fib_route_seq_open(struct inode *inode, struct file *file) in fib_route_seq_open()
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_standalone.c | 256 static int ct_open(struct inode *inode, struct file *file) in ct_open() 349 static int ct_cpu_seq_open(struct inode *inode, struct file *file) in ct_cpu_seq_open()
|
/linux-4.1.27/fs/affs/ |
D | super.c | 111 struct inode *inode = container_of(head, struct inode, i_rcu); in affs_i_callback() local 115 static void affs_destroy_inode(struct inode *inode) in affs_destroy_inode()
|
/linux-4.1.27/drivers/pinctrl/ |
D | pinmux.c | 638 static int pinmux_functions_open(struct inode *inode, struct file *file) in pinmux_functions_open() 643 static int pinmux_pins_open(struct inode *inode, struct file *file) in pinmux_pins_open()
|
/linux-4.1.27/drivers/sbus/char/ |
D | jsflash.c | 421 static int jsf_open(struct inode * inode, struct file * filp) in jsf_open() 437 static int jsf_release(struct inode *inode, struct file *file) in jsf_release()
|
/linux-4.1.27/fs/ntfs/ |
D | namei.c | 354 struct inode *inode; in ntfs_nfs_get_inode() local
|
/linux-4.1.27/drivers/media/pci/zoran/ |
D | zoran_procfs.c | 131 static int zoran_open(struct inode *inode, struct file *file) in zoran_open()
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
D | debug.c | 172 static int open_file_registers(struct inode *inode, struct file *file) in open_file_registers() 906 static int open_file_eeprom(struct inode *inode, struct file *file) in open_file_eeprom() 976 static int release_file_eeprom(struct inode *inode, struct file *file) in release_file_eeprom()
|
/linux-4.1.27/drivers/misc/genwqe/ |
D | card_dev.c | 303 static int genwqe_open(struct inode *inode, struct file *filp) in genwqe_open() 363 static int genwqe_release(struct inode *inode, struct file *filp) in genwqe_release() 398 struct inode *inode = file_inode(vma->vm_file); in genwqe_vma_close() local
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | debug.c | 657 static int ath10k_fw_stats_open(struct inode *inode, struct file *file) in ath10k_fw_stats_open() 696 static int ath10k_fw_stats_release(struct inode *inode, struct file *file) in ath10k_fw_stats_release() 982 static int ath10k_fw_crash_dump_open(struct inode *inode, struct file *file) in ath10k_fw_crash_dump_open() 1007 static int ath10k_fw_crash_dump_release(struct inode *inode, in ath10k_fw_crash_dump_release() 1641 static int ath10k_debug_cal_data_open(struct inode *inode, struct file *file) in ath10k_debug_cal_data_open() 1703 static int ath10k_debug_cal_data_release(struct inode *inode, in ath10k_debug_cal_data_release()
|
/linux-4.1.27/fs/freevxfs/ |
D | vxfs_inode.c | 342 struct inode *inode = container_of(head, struct inode, i_rcu); in vxfs_i_callback() local
|
/linux-4.1.27/fs/ocfs2/dlmfs/ |
D | userdlm.h | 100 DLMFS_I(struct inode *inode) in DLMFS_I()
|
/linux-4.1.27/drivers/spi/ |
D | spidev.c | 595 static int spidev_open(struct inode *inode, struct file *filp) in spidev_open() 647 static int spidev_release(struct inode *inode, struct file *filp) in spidev_release()
|
/linux-4.1.27/fs/nfs/objlayout/ |
D | objlayout.c | 51 objlayout_alloc_layout_hdr(struct inode *inode, gfp_t gfp_flags) in objlayout_alloc_layout_hdr() 271 struct inode *inode = hdr->inode; in objlayout_read_pagelist() local
|
/linux-4.1.27/drivers/char/pcmcia/ |
D | cm4040_cs.c | 435 static int cm4040_open(struct inode *inode, struct file *filp) in cm4040_open() 478 static int cm4040_close(struct inode *inode, struct file *filp) in cm4040_close()
|
/linux-4.1.27/drivers/xen/xenbus/ |
D | xenbus_dev_frontend.c | 530 static int xenbus_file_open(struct inode *inode, struct file *filp) in xenbus_file_open() 556 static int xenbus_file_release(struct inode *inode, struct file *filp) in xenbus_file_release()
|
/linux-4.1.27/fs/hfsplus/ |
D | hfsplus_fs.h | 75 struct inode *inode; member 261 #define HFSPLUS_IS_RSRC(inode) \ argument 264 static inline struct hfsplus_inode_info *HFSPLUS_I(struct inode *inode) in HFSPLUS_I() 275 static inline void hfsplus_mark_inode_dirty(struct inode *inode, in hfsplus_mark_inode_dirty()
|
/linux-4.1.27/drivers/isdn/capi/ |
D | capi.c | 944 static int capi_open(struct inode *inode, struct file *file) in capi_open() 965 static int capi_release(struct inode *inode, struct file *file) in capi_release() 1343 static int capi20_proc_open(struct inode *inode, struct file *file) in capi20_proc_open() 1376 static int capi20ncci_proc_open(struct inode *inode, struct file *file) in capi20ncci_proc_open()
|
/linux-4.1.27/fs/fat/ |
D | dir.c | 462 int fat_search_long(struct inode *inode, const unsigned char *name, in fat_search_long() 552 static int __fat_readdir(struct inode *inode, struct file *file, in __fat_readdir() 783 struct inode *inode = file_inode(filp); in fat_dir_ioctl() local 823 struct inode *inode = file_inode(filp); in FAT_IOCTL_FILLDIR_FUNC() local
|