Searched defs:inode (Results 1 - 200 of 1639) sorted by relevance

123456789

/linux-4.4.14/fs/ext4/
H A Dtruncate.h11 static inline void ext4_truncate_failed_write(struct inode *inode) ext4_truncate_failed_write() argument
23 static inline unsigned long ext4_blocks_for_truncate(struct inode *inode) ext4_blocks_for_truncate() argument
H A Dfsync.c44 static int ext4_sync_parent(struct inode *inode) ext4_sync_parent() argument
89 struct inode *inode = file->f_mapping->host; ext4_sync_file() local
H A Dsymlink.c31 struct inode *inode = d_inode(dentry); ext4_encrypted_follow_link() local
H A Dacl.h67 ext4_init_acl(handle_t *handle, struct inode *inode, struct inode *dir) ext4_init_acl() argument
H A Dcrypto_policy.c19 static int ext4_inode_has_encryption_context(struct inode *inode) ext4_inode_has_encryption_context() argument
125 int ext4_get_policy(struct inode *inode, struct ext4_encryption_policy *policy) ext4_get_policy() argument
30 ext4_is_encryption_context_consistent_with_policy( struct inode *inode, const struct ext4_encryption_policy *policy) ext4_is_encryption_context_consistent_with_policy() argument
49 ext4_create_encryption_context_from_policy( struct inode *inode, const struct ext4_encryption_policy *policy) ext4_create_encryption_context_from_policy() argument
102 ext4_process_policy(const struct ext4_encryption_policy *policy, struct inode *inode) ext4_process_policy() argument
H A Dxattr_security.c54 ext4_initxattrs(struct inode *inode, const struct xattr *xattr_array, ext4_initxattrs() argument
73 ext4_init_security(handle_t *handle, struct inode *inode, struct inode *dir, ext4_init_security() argument
/linux-4.4.14/fs/
H A Dno-block.c15 static int no_blkdev_open(struct inode * inode, struct file * filp) no_blkdev_open() argument
H A Dattr.c31 int inode_change_ok(const struct inode *inode, struct iattr *attr) inode_change_ok() argument
99 int inode_newsize_ok(const struct inode *inode, loff_t offset) inode_newsize_ok() argument
142 void setattr_copy(struct inode *inode, const struct iattr *attr) setattr_copy() argument
192 struct inode *inode = dentry->d_inode; notify_change() local
H A Ddrop_caches.c18 struct inode *inode, *toput_inode = NULL; drop_pagecache_sb() local
H A Dutimes.c55 struct inode *inode = path->dentry->d_inode; utimes_common() local
/linux-4.4.14/fs/ocfs2/
H A Dsymlink.h35 static inline int ocfs2_inode_is_fast_symlink(struct inode *inode) ocfs2_inode_is_fast_symlink() argument
H A Dlocks.c38 static int ocfs2_do_flock(struct file *file, struct inode *inode, ocfs2_do_flock() argument
115 struct inode *inode = file->f_mapping->host; ocfs2_flock() local
135 struct inode *inode = file->f_mapping->host; ocfs2_lock() local
H A Dsymlink.c59 struct inode *inode = page->mapping->host; ocfs2_fast_symlink_readpage() local
H A Dsysfile.c107 struct inode *inode = NULL; ocfs2_get_system_file_inode() local
143 struct inode *inode = NULL; _ocfs2_get_system_file_inode() local
H A Ddir.h69 ocfs2_add_entry(handle_t *handle, struct dentry *dentry, struct inode *inode, u64 blkno, struct buffer_head *parent_fe_bh, struct ocfs2_dir_lookup_result *lookup) ocfs2_add_entry() argument
H A Dextent_map.h72 static inline int ocfs2_read_virt_block(struct inode *inode, u64 v_block, ocfs2_read_virt_block() argument
/linux-4.4.14/fs/proc/
H A Dfd.h14 static inline int proc_fd(struct inode *inode) proc_fd() argument
H A Dcpuinfo.c7 static int cpuinfo_open(struct inode *inode, struct file *file) cpuinfo_open() argument
H A Dcmdline.c12 static int cmdline_proc_open(struct inode *inode, struct file *file) cmdline_proc_open() argument
H A Dsoftirqs.c27 static int softirqs_open(struct inode *inode, struct file *file) softirqs_open() argument
H A Dversion.c17 static int version_proc_open(struct inode *inode, struct file *file) version_proc_open() argument
H A Dinterrupts.c36 static int interrupts_open(struct inode *inode, struct file *filp) interrupts_open() argument
H A Dloadavg.c28 static int loadavg_proc_open(struct inode *inode, struct file *file) loadavg_proc_open() argument
H A Ddevices.c53 static int devinfo_open(struct inode *inode, struct file *filp) devinfo_open() argument
H A Dkmsg.c22 static int kmsg_open(struct inode * inode, struct file * file) kmsg_open() argument
27 static int kmsg_release(struct inode * inode, struct file * file) kmsg_release() argument
H A Dmeminfo.c214 static int meminfo_proc_open(struct inode *inode, struct file *file) meminfo_proc_open() argument
H A Duptime.c35 static int uptime_proc_open(struct inode *inode, struct file *file) uptime_proc_open() argument
H A Dconsoles.c95 static int consoles_open(struct inode *inode, struct file *file) consoles_open() argument
H A Dnommu.c48 struct inode *inode = file_inode(region->vm_file); nommu_region_show() local
116 static int proc_nommu_region_list_open(struct inode *inode, struct file *file) proc_nommu_region_list_open() argument
H A Dself.c54 struct inode *inode = new_inode_pseudo(s); proc_setup_self() local
H A Dthread_self.c55 struct inode *inode = new_inode_pseudo(s); proc_setup_thread_self() local
/linux-4.4.14/include/linux/
H A Dramfs.h11 ramfs_nommu_expand_for_mapping(struct inode *inode, size_t newsize) ramfs_nommu_expand_for_mapping() argument
H A Ddevice_cgroup.h6 static inline int devcgroup_inode_permission(struct inode *inode, int mask) devcgroup_inode_permission() argument
15 static inline int devcgroup_inode_permission(struct inode *inode, int mask) devcgroup_inode_permission() argument
H A Ddevpts_fs.h48 static inline void devpts_pty_kill(struct inode *inode) { } argument
H A Dintegrity.h31 integrity_inode_get(struct inode *inode) integrity_inode_get() argument
36 static inline void integrity_inode_free(struct inode *inode) integrity_inode_free() argument
H A Dfutex.h38 struct inode *inode; member in struct:futex_key::__anon12317
/linux-4.4.14/fs/hfsplus/
H A Dacl.h23 static inline int hfsplus_init_posix_acl(struct inode *inode, struct inode *dir) hfsplus_init_posix_acl() argument
H A Dposix_acl.c13 struct posix_acl *hfsplus_get_posix_acl(struct inode *inode, int type) hfsplus_get_posix_acl() argument
57 int hfsplus_set_posix_acl(struct inode *inode, struct posix_acl *acl, hfsplus_set_posix_acl() argument
111 int hfsplus_init_posix_acl(struct inode *inode, struct inode *dir) hfsplus_init_posix_acl() argument
H A Dioctl.c29 struct inode *inode = d_inode(dentry); hfsplus_ioctl_bless() local
61 struct inode *inode = file_inode(file); hfsplus_ioctl_getflags() local
77 struct inode *inode = file_inode(file); hfsplus_ioctl_setflags() local
H A Dxattr_security.c34 static int hfsplus_initxattrs(struct inode *inode, hfsplus_initxattrs() argument
66 int hfsplus_init_security(struct inode *inode, struct inode *dir, hfsplus_init_security() argument
73 int hfsplus_init_inode_security(struct inode *inode, hfsplus_init_inode_security() argument
/linux-4.4.14/fs/jfs/
H A Djfs_acl.h29 static inline int jfs_init_acl(tid_t tid, struct inode *inode, jfs_init_acl() argument
H A Dacl.c30 struct posix_acl *jfs_get_acl(struct inode *inode, int type) jfs_get_acl() argument
75 static int __jfs_set_acl(tid_t tid, struct inode *inode, int type, __jfs_set_acl() argument
122 int jfs_set_acl(struct inode *inode, struct posix_acl *acl, int type) jfs_set_acl() argument
137 int jfs_init_acl(tid_t tid, struct inode *inode, struct inode *dir) jfs_init_acl() argument
H A Djfs_debug.c40 static int jfs_loglevel_proc_open(struct inode *inode, struct file *file) jfs_loglevel_proc_open() argument
H A Djfs_inode.c29 void jfs_set_inode_flags(struct inode *inode) jfs_set_inode_flags() argument
75 struct inode *inode; ialloc() local
H A Dfile.c34 struct inode *inode = file->f_mapping->host; jfs_fsync() local
56 static int jfs_open(struct inode *inode, struct file *file) jfs_open() argument
86 static int jfs_release(struct inode *inode, struct file *file) jfs_release() argument
103 struct inode *inode = d_inode(dentry); jfs_setattr() local
H A Dioctl.c61 struct inode *inode = file_inode(filp); jfs_ioctl() local
H A Djfs_xattr.h70 static inline int jfs_init_security(tid_t tid, struct inode *inode, jfs_init_security() argument
/linux-4.4.14/fs/9p/
H A Dv9fs_vfs.h77 static inline void v9fs_invalidate_inode_attr(struct inode *inode) v9fs_invalidate_inode_attr() argument
H A Dacl.h28 static inline int v9fs_get_acl(struct inode *inode, struct p9_fid *fid) v9fs_get_acl() argument
32 static inline int v9fs_acl_chmod(struct inode *inode, struct p9_fid *fid) v9fs_acl_chmod() argument
36 static inline int v9fs_set_create_acl(struct inode *inode, v9fs_set_create_acl() argument
H A Dvfs_dentry.c80 struct inode *inode; v9fs_lookup_revalidate() local
H A Dcache.h68 static inline int v9fs_readpage_from_fscache(struct inode *inode, v9fs_readpage_from_fscache() argument
74 static inline int v9fs_readpages_from_fscache(struct inode *inode, v9fs_readpages_from_fscache() argument
83 static inline void v9fs_readpage_to_fscache(struct inode *inode, v9fs_readpage_to_fscache() argument
90 static inline void v9fs_uncache_page(struct inode *inode, struct page *page) v9fs_uncache_page() argument
97 static inline void v9fs_fscache_wait_on_page_write(struct inode *inode, v9fs_fscache_wait_on_page_write() argument
105 static inline void v9fs_cache_inode_get_cookie(struct inode *inode) v9fs_cache_inode_get_cookie() argument
109 static inline void v9fs_cache_inode_put_cookie(struct inode *inode) v9fs_cache_inode_put_cookie() argument
113 static inline void v9fs_cache_inode_set_cookie(struct inode *inode, struct file *file) v9fs_cache_inode_set_cookie() argument
124 static inline int v9fs_readpage_from_fscache(struct inode *inode, v9fs_readpage_from_fscache() argument
130 static inline int v9fs_readpages_from_fscache(struct inode *inode, v9fs_readpages_from_fscache() argument
138 static inline void v9fs_readpage_to_fscache(struct inode *inode, v9fs_readpage_to_fscache() argument
142 static inline void v9fs_uncache_page(struct inode *inode, struct page *page) v9fs_uncache_page() argument
145 static inline void v9fs_fscache_wait_on_page_write(struct inode *inode, v9fs_fscache_wait_on_page_write() argument
/linux-4.4.14/fs/notify/
H A Dfsnotify.h49 static inline void fsnotify_clear_marks_by_inode(struct inode *inode) fsnotify_clear_marks_by_inode() argument
H A Dnotification.c207 void fsnotify_init_event(struct fsnotify_event *event, struct inode *inode, fsnotify_init_event() argument
H A Dfdinfo.c40 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) show_mark_fhandle() argument
67 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) show_mark_fhandle() argument
77 struct inode *inode; inotify_fdinfo() local
114 struct inode *inode; fanotify_fdinfo() local
H A Dinode_mark.c37 void fsnotify_recalc_inode_mask(struct inode *inode) fsnotify_recalc_inode_mask() argument
48 struct inode *inode = mark->inode; fsnotify_destroy_inode_mark() local
98 struct inode *inode; fsnotify_set_inode_mark_mask_locked() local
153 struct inode *inode, *next_i, *need_iput = NULL; fsnotify_unmount_inodes() local
79 fsnotify_find_inode_mark(struct fsnotify_group *group, struct inode *inode) fsnotify_find_inode_mark() argument
123 fsnotify_add_inode_mark(struct fsnotify_mark *mark, struct fsnotify_group *group, struct inode *inode, int allow_dups) fsnotify_add_inode_mark() argument
/linux-4.4.14/fs/xfs/
H A Dxfs_pnfs.h14 xfs_break_layouts(struct inode *inode, uint *iolock, bool with_imutex) xfs_break_layouts() argument
H A Dxfs_acl.h30 static inline struct posix_acl *xfs_get_acl(struct inode *inode, int type) xfs_get_acl() argument
H A Dxfs_trans_inode.c70 struct inode *inode = VFS_I(ip); xfs_trans_ichgtime() local
/linux-4.4.14/fs/hfs/
H A Dsysdep.c18 struct inode *inode; hfs_revalidate_dentry() local
H A Dattr.c19 struct inode *inode = d_inode(dentry); hfs_setxattr() local
62 struct inode *inode = d_inode(dentry); hfs_getxattr() local
108 struct inode *inode = d_inode(dentry); hfs_listxattr() local
/linux-4.4.14/fs/minix/
H A Dfile.c26 struct inode *inode = d_inode(dentry); minix_setattr() local
H A Ditree_v1.c19 static inline block_t *i_data(struct inode *inode) i_data() argument
24 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) block_to_path() argument
53 int V1_minix_get_block(struct inode * inode, long block, V1_minix_get_block() argument
59 void V1_minix_truncate(struct inode * inode) V1_minix_truncate() argument
H A Ditree_v2.c18 static inline block_t *i_data(struct inode *inode) i_data() argument
26 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) block_to_path() argument
62 int V2_minix_get_block(struct inode * inode, long block, V2_minix_get_block() argument
68 void V2_minix_truncate(struct inode * inode) V2_minix_truncate() argument
/linux-4.4.14/fs/nfs/
H A Dnfs3_fs.h20 static inline int nfs3_proc_setacls(struct inode *inode, struct posix_acl *acl, nfs3_proc_setacls() argument
H A Dsymlink.c28 static int nfs_symlink_filler(struct inode *inode, struct page *page) nfs_symlink_filler() argument
47 struct inode *inode = d_inode(dentry); nfs_follow_link() local
H A Dgetroot.c43 static int nfs_superblock_set_dummy_root(struct super_block *sb, struct inode *inode) nfs_superblock_set_dummy_root() argument
77 struct inode *inode; nfs_get_root() local
H A Ddelegation.h18 struct inode *inode; member in struct:nfs_delegation
68 static inline int nfs_have_delegated_attributes(struct inode *inode) nfs_have_delegated_attributes() argument
H A Diostat.h31 static inline void nfs_inc_stats(const struct inode *inode, nfs_inc_stats() argument
44 static inline void nfs_add_stats(const struct inode *inode, nfs_add_stats() argument
52 static inline void nfs_add_fscache_stats(struct inode *inode, nfs_add_fscache_stats() argument
58 static inline void nfs_inc_fscache_stats(struct inode *inode, nfs_inc_fscache_stats() argument
/linux-4.4.14/fs/befs/
H A Dinode.c18 befs_check_inode(struct super_block *sb, befs_inode * raw_inode, befs_blocknr_t inode) befs_check_inode() argument
H A Ddebug.c70 befs_dump_inode(const struct super_block *sb, befs_inode * inode) befs_dump_inode() argument
/linux-4.4.14/fs/sysv/
H A Dfile.c33 struct inode *inode = d_inode(dentry); sysv_setattr() local
H A Dialloc.c100 void sysv_free_inode(struct inode * inode) sysv_free_inode() argument
139 struct inode *inode; sysv_new_inode() local
/linux-4.4.14/drivers/sh/intc/
H A Dvirq-debugfs.c40 static int intc_irq_xlate_open(struct inode *inode, struct file *file) intc_irq_xlate_open() argument
/linux-4.4.14/drivers/staging/comedi/
H A Dproc.c77 static int comedi_proc_open(struct inode *inode, struct file *file) comedi_proc_open() argument
/linux-4.4.14/drivers/ide/
H A Dide-floppy_proc.c16 static int idefloppy_capacity_proc_open(struct inode *inode, struct file *file) idefloppy_capacity_proc_open() argument
H A Dide-disk_proc.c54 static int idedisk_cache_proc_open(struct inode *inode, struct file *file) idedisk_cache_proc_open() argument
75 static int idedisk_capacity_proc_open(struct inode *inode, struct file *file) idedisk_capacity_proc_open() argument
116 static int idedisk_sv_proc_open(struct inode *inode, struct file *file) idedisk_sv_proc_open() argument
134 static int idedisk_st_proc_open(struct inode *inode, struct file *file) idedisk_st_proc_open() argument
/linux-4.4.14/mm/
H A Dfadvise.c31 struct inode *inode; SYSCALL_DEFINE4() local
H A Dcleancache.c145 static int cleancache_get_key(struct inode *inode, cleancache_get_key() argument
/linux-4.4.14/net/xfrm/
H A Dxfrm_proc.c62 static int xfrm_statistics_seq_open(struct inode *inode, struct file *file) xfrm_statistics_seq_open() argument
/linux-4.4.14/fs/coda/
H A Dsymlink.c25 struct inode *inode = page->mapping->host; coda_symlink_filler() local
H A Dcache.c30 void coda_cache_enter(struct inode *inode, int mask) coda_cache_enter() argument
45 void coda_cache_clear_inode(struct inode *inode) coda_cache_clear_inode() argument
61 int coda_cache_check(struct inode *inode, int mask) coda_cache_check() argument
104 void coda_flag_inode_children(struct inode *inode, int flag) coda_flag_inode_children() argument
H A Dcoda_linux.c70 void coda_vattr_to_iattr(struct inode *inode, struct coda_vattr *attr) coda_vattr_to_iattr() argument
H A Dcoda_linux.h80 static inline struct coda_inode_info *ITOC(struct inode *inode) ITOC() argument
85 static __inline__ struct CodaFid *coda_i2f(struct inode *inode) coda_i2f() argument
90 static __inline__ char *coda_i2s(struct inode *inode) coda_i2s() argument
96 static __inline__ void coda_flag_inode(struct inode *inode, int flag) coda_flag_inode() argument
H A Dpioctl.c44 static int coda_ioctl_permission(struct inode *inode, int mask) coda_ioctl_permission() argument
55 struct inode *inode = file_inode(filp); coda_pioctl() local
/linux-4.4.14/fs/efs/
H A Dfile.c12 int efs_get_block(struct inode *inode, sector_t iblock, efs_get_block() argument
36 int efs_bmap(struct inode *inode, efs_block_t block) { efs_bmap() argument
H A Dsymlink.c18 struct inode * inode = page->mapping->host; efs_symlink_readpage() local
H A Ddir.c24 struct inode *inode = file_inode(file); efs_readdir() local
/linux-4.4.14/kernel/
H A Dexec_domain.c30 static int execdomains_proc_open(struct inode *inode, struct file *file) execdomains_proc_open() argument
H A Ddma.c137 static int proc_dma_open(struct inode *inode, struct file *file) proc_dma_open() argument
/linux-4.4.14/kernel/time/
H A Dtimekeeping_debug.c43 static int tk_debug_sleep_time_open(struct inode *inode, struct file *file) tk_debug_sleep_time_open() argument
/linux-4.4.14/fs/romfs/
H A Dinternal.h25 static inline struct romfs_inode_info *ROMFS_I(struct inode *inode) ROMFS_I() argument
H A Dmmap-nommu.c28 struct inode *inode = file->f_mapping->host; romfs_get_unmapped_area() local
/linux-4.4.14/arch/sh/mm/
H A Dasids-debugfs.c49 static int asids_debugfs_open(struct inode *inode, struct file *file) asids_debugfs_open() argument
/linux-4.4.14/arch/mips/ralink/
H A Dbootrom.c24 static int bootrom_open(struct inode *inode, struct file *file) bootrom_open() argument
/linux-4.4.14/drivers/usb/host/
H A Dfhci-dbg.c83 static int fhci_dfs_regs_open(struct inode *inode, struct file *file) fhci_dfs_regs_open() argument
88 static int fhci_dfs_irq_stat_open(struct inode *inode, struct file *file) fhci_dfs_irq_stat_open() argument
/linux-4.4.14/drivers/usb/mon/
H A Dmon_stat.c26 static int mon_stat_open(struct inode *inode, struct file *file) mon_stat_open() argument
53 static int mon_stat_release(struct inode *inode, struct file *file) mon_stat_release() argument
/linux-4.4.14/drivers/ras/
H A Ddebugfs.c18 static int trace_open(struct inode *inode, struct file *file) trace_open() argument
24 static int trace_release(struct inode *inode, struct file *file) trace_release() argument
/linux-4.4.14/drivers/misc/mic/card/
H A Dmic_debugfs.c59 static int mic_intr_test_open(struct inode *inode, struct file *file) mic_intr_test_open() argument
64 static int mic_intr_test_release(struct inode *inode, struct file *file) mic_intr_test_release() argument
/linux-4.4.14/drivers/net/bonding/
H A Dbond_debugfs.c48 static int bond_debug_rlb_hash_open(struct inode *inode, struct file *file) bond_debug_rlb_hash_open() argument
/linux-4.4.14/crypto/
H A Dproc.c97 static int crypto_info_open(struct inode *inode, struct file *file) crypto_info_open() argument
/linux-4.4.14/drivers/char/
H A Dscx200_gpio.c49 static int scx200_gpio_open(struct inode *inode, struct file *file) scx200_gpio_open() argument
59 static int scx200_gpio_release(struct inode *inode, struct file *file) scx200_gpio_release() argument
H A Dmisc.c98 static int misc_seq_open(struct inode *inode, struct file *file) misc_seq_open() argument
112 static int misc_open(struct inode * inode, struct file * file) misc_open() argument
/linux-4.4.14/fs/gfs2/
H A Dacl.c41 struct posix_acl *gfs2_get_acl(struct inode *inode, int type) gfs2_get_acl() argument
67 int gfs2_set_acl(struct inode *inode, struct posix_acl *acl, int type) gfs2_set_acl() argument
H A Ddentry.c41 struct inode *inode; gfs2_drevalidate() local
H A Dmeta_io.h45 struct inode *inode = mapping->host; gfs2_mapping2sbd() local
H A Dinode.h50 static inline void gfs2_set_inode_blocks(struct inode *inode, u64 blocks) gfs2_set_inode_blocks() argument
56 static inline u64 gfs2_get_inode_blocks(const struct inode *inode) gfs2_get_inode_blocks() argument
62 static inline void gfs2_add_inode_blocks(struct inode *inode, s64 change) gfs2_add_inode_blocks() argument
82 static inline int gfs2_check_internal_file_size(struct inode *inode, gfs2_check_internal_file_size() argument
/linux-4.4.14/fs/isofs/
H A Djoliet.c41 get_joliet_filename(struct iso_directory_record * de, unsigned char *outname, struct inode * inode) get_joliet_filename() argument
/linux-4.4.14/fs/ncpfs/
H A Dmmap.c33 struct inode *inode = file_inode(area->vm_file); ncp_file_mmap_fault() local
106 struct inode *inode = file_inode(file); ncp_mmap() local
H A Dncp_fs.h49 static inline struct ncp_inode_info *NCP_FINFO(const struct inode *inode) NCP_FINFO() argument
H A Dsymlink.c44 struct inode *inode = page->mapping->host; ncp_symlink_readpage() local
107 struct inode *inode; ncp_symlink() local
/linux-4.4.14/fs/nfsd/
H A Dstats.c81 static int nfsd_proc_open(struct inode *inode, struct file *file) nfsd_proc_open() argument
H A Dblocklayout.c48 nfsd4_block_proc_layoutget(struct inode *inode, const struct svc_fh *fhp, nfsd4_block_proc_layoutget() argument
144 nfsd4_block_proc_layoutcommit(struct inode *inode, nfsd4_block_proc_layoutcommit() argument
/linux-4.4.14/fs/nilfs2/
H A Dgcinode.c72 int nilfs_gccache_submit_read_data(struct inode *inode, sector_t blkoff, nilfs_gccache_submit_read_data() argument
140 int nilfs_gccache_submit_read_node(struct inode *inode, sector_t pbn, nilfs_gccache_submit_read_node() argument
168 int nilfs_init_gcinode(struct inode *inode) nilfs_init_gcinode() argument
H A Dalloc.h40 nilfs_palloc_entries_per_group(const struct inode *inode) nilfs_palloc_entries_per_group() argument
H A Dbtnode.c46 struct inode *inode = NILFS_BTNC_I(btnc); nilfs_btnode_create_block() local
74 struct inode *inode = NILFS_BTNC_I(btnc); nilfs_btnode_submit_block() local
174 struct inode *inode = NILFS_BTNC_I(btnc); nilfs_btnode_prepare_change_key() local
H A Dfile.c41 struct inode *inode = file->f_mapping->host; nilfs_sync_file() local
62 struct inode *inode = file_inode(vma->vm_file); nilfs_page_mkwrite() local
H A Dmdt.h69 static inline struct nilfs_mdt_info *NILFS_MDT(const struct inode *inode) NILFS_MDT() argument
101 static inline void nilfs_mdt_mark_dirty(struct inode *inode) nilfs_mdt_mark_dirty() argument
107 static inline void nilfs_mdt_clear_dirty(struct inode *inode) nilfs_mdt_clear_dirty() argument
112 static inline __u64 nilfs_mdt_cno(struct inode *inode) nilfs_mdt_cno() argument
118 nilfs_mdt_bgl_lock(struct inode *inode, unsigned int block_group) nilfs_mdt_bgl_lock() argument
/linux-4.4.14/security/integrity/
H A Dintegrity_audit.c31 void integrity_audit_msg(int audit_msgno, struct inode *inode, integrity_audit_msg() argument
/linux-4.4.14/fs/affs/
H A Ddir.c45 struct inode *inode = file_inode(file); affs_readdir() local
H A Dsymlink.c16 struct inode *inode = page->mapping->host; affs_symlink_readpage() local
/linux-4.4.14/fs/btrfs/
H A Dacl.c31 struct posix_acl *btrfs_get_acl(struct inode *inode, int type) btrfs_get_acl() argument
126 int btrfs_set_acl(struct inode *inode, struct posix_acl *acl, int type) btrfs_set_acl() argument
75 __btrfs_set_acl(struct btrfs_trans_handle *trans, struct inode *inode, struct posix_acl *acl, int type) __btrfs_set_acl() argument
136 btrfs_init_acl(struct btrfs_trans_handle *trans, struct inode *inode, struct inode *dir) btrfs_init_acl() argument
/linux-4.4.14/fs/ecryptfs/
H A Ddentry.c57 struct inode *inode = d_inode(dentry); ecryptfs_d_revalidate() local
H A Dsuper.c54 struct inode *inode = NULL; ecryptfs_alloc_inode() local
70 struct inode *inode = container_of(head, struct inode, i_rcu); ecryptfs_i_callback() local
86 static void ecryptfs_destroy_inode(struct inode *inode) ecryptfs_destroy_inode() argument
133 static void ecryptfs_evict_inode(struct inode *inode) ecryptfs_evict_inode() argument
/linux-4.4.14/fs/exofs/
H A Dfile.c35 static int exofs_release_file(struct inode *inode, struct file *filp) exofs_release_file() argument
48 struct inode *inode = filp->f_mapping->host; exofs_file_fsync() local
/linux-4.4.14/fs/ext2/
H A Dioctl.c22 struct inode *inode = file_inode(filp); ext2_ioctl() local
H A Dacl.c143 ext2_get_acl(struct inode *inode, int type) ext2_get_acl() argument
185 ext2_set_acl(struct inode *inode, struct posix_acl *acl, int type) ext2_set_acl() argument
238 ext2_init_acl(struct inode *inode, struct inode *dir) ext2_init_acl() argument
H A Dacl.h66 static inline int ext2_init_acl (struct inode *inode, struct inode *dir) ext2_init_acl() argument
/linux-4.4.14/fs/qnx4/
H A Ddir.c19 struct inode *inode = file_inode(file); qnx4_readdir() local
H A Dqnx4.h37 static inline struct qnx4_inode_info *qnx4_i(struct inode *inode) qnx4_i() argument
42 static inline struct qnx4_inode_entry *qnx4_raw_inode(struct inode *inode) qnx4_raw_inode() argument
/linux-4.4.14/fs/squashfs/
H A Dsymlink.c48 struct inode *inode = page->mapping->host; squashfs_symlink_readpage() local
H A Dsquashfs_fs_i.h50 static inline struct squashfs_inode_info *squashfs_i(struct inode *inode) squashfs_i() argument
/linux-4.4.14/fs/udf/
H A Dialloc.c29 void udf_free_inode(struct inode *inode) udf_free_inode() argument
52 struct inode *inode; udf_new_inode() local
H A Dsymlink.c106 struct inode *inode = page->mapping->host; udf_symlink_filler() local
/linux-4.4.14/arch/mips/kernel/
H A Dsegment.c81 static int segments_open(struct inode *inode, struct file *file) segments_open() argument
/linux-4.4.14/sound/soc/fsl/
H A Dfsl_ssi_dbg.c131 static int fsl_ssi_stats_open(struct inode *inode, struct file *file) fsl_ssi_stats_open() argument
/linux-4.4.14/drivers/xen/xenfs/
H A Dxenstored.c18 static int xsd_release(struct inode *inode, struct file *file) xsd_release() argument
24 static int xsd_kva_open(struct inode *inode, struct file *file) xsd_kva_open() argument
55 static int xsd_port_open(struct inode *inode, struct file *file) xsd_port_open() argument
/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_dfs.c53 qla2x00_dfs_fce_open(struct inode *inode, struct file *file) qla2x00_dfs_fce_open() argument
78 qla2x00_dfs_fce_release(struct inode *inode, struct file *file) qla2x00_dfs_fce_release() argument
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
H A Dsuper25.c66 struct inode *inode = container_of(head, struct inode, i_rcu); ll_inode_destroy_callback() local
72 static void ll_destroy_inode(struct inode *inode) ll_destroy_inode() argument
H A Dsymlink.c45 static int ll_readlink_internal(struct inode *inode, ll_readlink_internal() argument
123 struct inode *inode = d_inode(dentry); ll_follow_link() local
H A Dvvp_object.c60 struct inode *inode = obj->cob_inode; vvp_object_print() local
80 struct inode *inode = ccc_object_inode(obj); vvp_attr_get() local
102 struct inode *inode = ccc_object_inode(obj); vvp_attr_set() local
183 struct ccc_object *cl_inode2ccc(struct inode *inode) cl_inode2ccc() argument
H A Dremote_perm.c159 int ll_update_remote_perm(struct inode *inode, struct mdt_remote_perm *perm) ll_update_remote_perm() argument
243 int lustre_check_remote_perm(struct inode *inode, int mask) lustre_check_remote_perm() argument
/linux-4.4.14/drivers/s390/char/
H A Dtape_proc.c107 static int tape_proc_open(struct inode *inode, struct file *file) tape_proc_open() argument
H A Dvmcp.c29 static int vmcp_open(struct inode *inode, struct file *file) vmcp_open() argument
48 static int vmcp_release(struct inode *inode, struct file *file) vmcp_release() argument
/linux-4.4.14/drivers/staging/dgnc/
H A Ddgnc_mgmt.c43 int dgnc_mgmt_open(struct inode *inode, struct file *file) dgnc_mgmt_open() argument
73 int dgnc_mgmt_close(struct inode *inode, struct file *file) dgnc_mgmt_close() argument
/linux-4.4.14/drivers/md/bcache/
H A Drequest.h10 unsigned inode; member in struct:data_insert_op
H A Dclosure.c200 static int debug_seq_open(struct inode *inode, struct file *file) debug_seq_open() argument
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/
H A Ddebugfs.c85 mt7601u_ampdu_stat_open(struct inode *inode, struct file *f) mt7601u_ampdu_stat_open() argument
143 mt7601u_eeprom_param_open(struct inode *inode, struct file *f) mt7601u_eeprom_param_open() argument
/linux-4.4.14/drivers/parisc/
H A Deisa_eeprom.c66 static int eisa_eeprom_open(struct inode *inode, struct file *file) eisa_eeprom_open() argument
74 static int eisa_eeprom_release(struct inode *inode, struct file *file) eisa_eeprom_release() argument
/linux-4.4.14/arch/um/kernel/
H A Dexitcode.c34 static int exitcode_proc_open(struct inode *inode, struct file *file) exitcode_proc_open() argument
/linux-4.4.14/fs/f2fs/
H A Dacl.h48 static inline int f2fs_init_acl(struct inode *inode, struct inode *dir, f2fs_init_acl() argument
H A Dcrypto_policy.c21 static int f2fs_inode_has_encryption_context(struct inode *inode) f2fs_inode_has_encryption_context() argument
113 int f2fs_get_policy(struct inode *inode, struct f2fs_encryption_policy *policy) f2fs_get_policy() argument
32 f2fs_is_encryption_context_consistent_with_policy( struct inode *inode, const struct f2fs_encryption_policy *policy) f2fs_is_encryption_context_consistent_with_policy() argument
52 f2fs_create_encryption_context_from_policy( struct inode *inode, const struct f2fs_encryption_policy *policy) f2fs_create_encryption_context_from_policy() argument
89 f2fs_process_policy(const struct f2fs_encryption_policy *policy, struct inode *inode) f2fs_process_policy() argument
H A Ddebug.c349 static int stat_open(struct inode *inode, struct file *file) stat_open() argument
H A Dtrace.c37 static int __file_type(struct inode *inode, pid_t pid) __file_type() argument
57 struct inode *inode = page->mapping->host; f2fs_trace_pid() local
85 struct inode *inode; f2fs_trace_ios() local
/linux-4.4.14/fs/fscache/
H A Dhistogram.c96 static int fscache_histogram_open(struct inode *inode, struct file *file) fscache_histogram_open() argument
/linux-4.4.14/net/wireless/
H A Dwext-proc.c129 static int seq_open_wireless(struct inode *inode, struct file *file) seq_open_wireless() argument
/linux-4.4.14/fs/bfs/
H A Dbfs.h38 static inline struct bfs_inode_info *BFS_I(struct inode *inode) BFS_I() argument
/linux-4.4.14/fs/cachefiles/
H A Dproc.c90 static int cachefiles_histogram_open(struct inode *inode, struct file *file) cachefiles_histogram_open() argument
/linux-4.4.14/kernel/sched/
H A Dstats.c121 static int schedstat_open(struct inode *inode, struct file *file) schedstat_open() argument
/linux-4.4.14/fs/reiserfs/
H A Dioctl.c25 struct inode *inode = file_inode(filp); reiserfs_ioctl() local
171 int reiserfs_unpack(struct inode *inode, struct file *filp) reiserfs_unpack() argument
/linux-4.4.14/fs/ubifs/
H A Dioctl.c37 void ubifs_set_inode_flags(struct inode *inode) ubifs_set_inode_flags() argument
102 static int setflags(struct inode *inode, int flags) setflags() argument
150 struct inode *inode = file_inode(file); ubifs_ioctl() local
/linux-4.4.14/arch/sh/boards/mach-landisk/
H A Dgio.c32 static int gio_open(struct inode *inode, struct file *filp) gio_open() argument
51 static int gio_close(struct inode *inode, struct file *filp) gio_close() argument
/linux-4.4.14/arch/ia64/sn/kernel/sn2/
H A Dsn_proc_fs.c21 static int partition_id_open(struct inode *inode, struct file *file) partition_id_open() argument
32 static int system_serial_number_open(struct inode *inode, struct file *file) system_serial_number_open() argument
43 static int licenseID_open(struct inode *inode, struct file *file) licenseID_open() argument
55 static int coherence_id_open(struct inode *inode, struct file *file) coherence_id_open() argument
/linux-4.4.14/drivers/xen/xenbus/
H A Dxenbus_dev_backend.c23 static int xenbus_backend_open(struct inode *inode, struct file *filp) xenbus_backend_open() argument
/linux-4.4.14/drivers/usb/host/whci/
H A Ddebug.c133 static int di_open(struct inode *inode, struct file *file) di_open() argument
138 static int asl_open(struct inode *inode, struct file *file) asl_open() argument
143 static int pzl_open(struct inode *inode, struct file *file) pzl_open() argument
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_module.c263 static int open_debug_level(struct inode *inode, struct file *file) open_debug_level() argument
/linux-4.4.14/drivers/uio/
H A Duio_pdrv_genirq.c45 static int uio_pdrv_genirq_open(struct uio_info *info, struct inode *inode) uio_pdrv_genirq_open() argument
54 static int uio_pdrv_genirq_release(struct uio_info *info, struct inode *inode) uio_pdrv_genirq_release() argument
/linux-4.4.14/drivers/staging/lustre/lustre/fld/
H A Dlproc_fld.c145 fld_debugfs_cache_flush_release(struct inode *inode, struct file *file) fld_debugfs_cache_flush_release() argument
/linux-4.4.14/drivers/staging/lustre/lustre/lclient/
H A Dglimpse.c70 blkcnt_t dirty_cnt(struct inode *inode) dirty_cnt() argument
164 static int cl_io_get(struct inode *inode, struct lu_env **envout, cl_io_get() argument
188 int cl_glimpse_size0(struct inode *inode, int agl) cl_glimpse_size0() argument
229 int cl_local_size(struct inode *inode) cl_local_size() argument
86 cl_glimpse_lock(const struct lu_env *env, struct cl_io *io, struct inode *inode, struct cl_object *clob, int agl) cl_glimpse_lock() argument
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
H A Dlinux-module.c99 libcfs_psdev_open(struct inode *inode, struct file *file) libcfs_psdev_open() argument
116 libcfs_psdev_release(struct inode *inode, struct file *file) libcfs_psdev_release() argument
/linux-4.4.14/drivers/rtc/
H A Drtc-proc.c110 static int rtc_proc_open(struct inode *inode, struct file *file) rtc_proc_open() argument
124 static int rtc_proc_release(struct inode *inode, struct file *file) rtc_proc_release() argument
/linux-4.4.14/drivers/sbus/char/
H A Ddisplay7seg.c74 static int d7s_open(struct inode *inode, struct file *f) d7s_open() argument
82 static int d7s_release(struct inode *inode, struct file *f) d7s_release() argument
/linux-4.4.14/drivers/staging/android/
H A Dsync_debug.c209 static int sync_debugfs_open(struct inode *inode, struct file *file) sync_debugfs_open() argument
/linux-4.4.14/drivers/isdn/hardware/eicon/
H A Dcapimain.c93 static int diva_ctl_proc_open(struct inode *inode, struct file *file) diva_ctl_proc_open() argument
H A Ddiva_didd.c81 static int divadidd_proc_open(struct inode *inode, struct file *file) divadidd_proc_open() argument
/linux-4.4.14/drivers/macintosh/
H A Dans-lcd.c131 anslcd_open( struct inode * inode, struct file * file ) anslcd_open() argument
/linux-4.4.14/drivers/misc/mic/cosm/
H A Dcosm_debugfs.c81 static int cosm_log_buf_open(struct inode *inode, struct file *file) cosm_log_buf_open() argument
108 static int cosm_force_reset_debug_open(struct inode *inode, struct file *file) cosm_force_reset_debug_open() argument
/linux-4.4.14/drivers/misc/mic/host/
H A Dmic_fops.c30 int mic_open(struct inode *inode, struct file *f) mic_open() argument
49 int mic_release(struct inode *inode, struct file *f) mic_release() argument
/linux-4.4.14/drivers/misc/mic/scif/
H A Dscif_debugfs.c47 static int scif_dev_test_open(struct inode *inode, struct file *file) scif_dev_test_open() argument
52 static int scif_dev_test_release(struct inode *inode, struct file *file) scif_dev_test_release() argument
126 static int scif_rma_test_open(struct inode *inode, struct file *file) scif_rma_test_open() argument
131 static int scif_rma_test_release(struct inode *inode, struct file *file) scif_rma_test_release() argument
/linux-4.4.14/drivers/media/pci/zoran/
H A Dvideocodec.c352 static int proc_videocodecs_open(struct inode *inode, struct file *file) proc_videocodecs_open() argument
/linux-4.4.14/drivers/media/usb/uvc/
H A Duvc_debugfs.c32 static int uvc_debugfs_stats_open(struct inode *inode, struct file *file) uvc_debugfs_stats_open() argument
56 static int uvc_debugfs_stats_release(struct inode *inode, struct file *file) uvc_debugfs_stats_release() argument
/linux-4.4.14/drivers/nubus/
H A Dproc.c49 static int nubus_devices_proc_open(struct inode *inode, struct file *file) nubus_devices_proc_open() argument
205 static int nubus_proc_open(struct inode *inode, struct file *file) nubus_proc_open() argument
/linux-4.4.14/drivers/oprofile/
H A Devent_buffer.c112 static int event_buffer_open(struct inode *inode, struct file *file) event_buffer_open() argument
148 static int event_buffer_release(struct inode *inode, struct file *file) event_buffer_release() argument
/linux-4.4.14/drivers/cpufreq/
H A Ds3c24xx-cpufreq-debugfs.c64 static int fops_board_open(struct inode *inode, struct file *file) fops_board_open() argument
106 static int fops_info_open(struct inode *inode, struct file *file) fops_info_open() argument
163 static int fops_io_open(struct inode *inode, struct file *file) fops_io_open() argument
/linux-4.4.14/drivers/acpi/apei/
H A Derst-dbg.c40 static int erst_dbg_open(struct inode *inode, struct file *file) erst_dbg_open() argument
56 static int erst_dbg_release(struct inode *inode, struct file *file) erst_dbg_release() argument
/linux-4.4.14/drivers/acpi/
H A Dproc.c132 acpi_system_wakeup_device_open_fs(struct inode *inode, struct file *file) acpi_system_wakeup_device_open_fs() argument
/linux-4.4.14/arch/um/drivers/
H A Dharddog_kern.c65 static int harddog_open(struct inode *inode, struct file *file) harddog_open() argument
97 static int harddog_release(struct inode *inode, struct file *file) harddog_release() argument
H A Dmmapper_kern.c72 static int mmapper_open(struct inode *inode, struct file *file) mmapper_open() argument
77 static int mmapper_release(struct inode *inode, struct file *file) mmapper_release() argument
H A Drandom.c34 static int rng_dev_open (struct inode *inode, struct file *filp) rng_dev_open() argument
/linux-4.4.14/drivers/char/tpm/
H A Dtpm-dev.c54 static int tpm_open(struct inode *inode, struct file *file) tpm_open() argument
160 static int tpm_release(struct inode *inode, struct file *file) tpm_release() argument
/linux-4.4.14/fs/freevxfs/
H A Dvxfs_inode.c345 struct inode *inode = container_of(head, struct inode, i_rcu); vxfs_i_callback() local
/linux-4.4.14/fs/hpfs/
H A Dea.c189 void hpfs_set_ea(struct inode *inode, struct fnode *fnode, const char *key, hpfs_set_ea() argument
H A Dinode.c260 struct inode *inode = d_inode(dentry); hpfs_setattr() local
298 void hpfs_write_if_changed(struct inode *inode) hpfs_write_if_changed() argument
306 void hpfs_evict_inode(struct inode *inode) hpfs_evict_inode() argument
/linux-4.4.14/fs/jffs2/
H A Dacl.c175 struct posix_acl *jffs2_get_acl(struct inode *inode, int type) jffs2_get_acl() argument
211 static int __jffs2_set_acl(struct inode *inode, int xprefix, struct posix_acl *acl) __jffs2_set_acl() argument
230 int jffs2_set_acl(struct inode *inode, struct posix_acl *acl, int type) jffs2_set_acl() argument
270 int jffs2_init_acl_pre(struct inode *dir_i, struct inode *inode, umode_t *i_mode) jffs2_init_acl_pre() argument
292 int jffs2_init_acl_post(struct inode *inode) jffs2_init_acl_post() argument
H A Dsecurity.c26 static int jffs2_initxattrs(struct inode *inode, jffs2_initxattrs() argument
43 int jffs2_init_security(struct inode *inode, struct inode *dir, jffs2_init_security() argument
/linux-4.4.14/net/ax25/
H A Dax25_uid.c191 static int ax25_uid_info_open(struct inode *inode, struct file *file) ax25_uid_info_open() argument
/linux-4.4.14/net/rxrpc/
H A Dar-proc.c96 static int rxrpc_call_seq_open(struct inode *inode, struct file *file) rxrpc_call_seq_open() argument
181 static int rxrpc_connection_seq_open(struct inode *inode, struct file *file) rxrpc_connection_seq_open() argument
/linux-4.4.14/net/sctp/
H A Dobjcnt.c113 static int sctp_objcnt_seq_open(struct inode *inode, struct file *file) sctp_objcnt_seq_open() argument
/linux-4.4.14/net/x25/
H A Dx25_proc.c174 static int x25_seq_socket_open(struct inode *inode, struct file *file) x25_seq_socket_open() argument
179 static int x25_seq_route_open(struct inode *inode, struct file *file) x25_seq_route_open() argument
184 static int x25_seq_forward_open(struct inode *inode, struct file *file) x25_seq_forward_open() argument
/linux-4.4.14/security/
H A Dinode.c83 struct inode *dir, *inode; securityfs_create_file() local
/linux-4.4.14/security/integrity/ima/
H A Dima_queue.c108 ima_add_template_entry(struct ima_template_entry *entry, int violation, const char *op, struct inode *inode, const unsigned char *filename) ima_add_template_entry() argument

Completed in 5326 milliseconds

123456789