| /kernel/linux/linux-5.10/drivers/char/tpm/ |
| H A D | tpmrm-dev.c | 13 static int tpmrm_open(struct inode *inode, struct file *file) in tpmrm_open() argument 35 static int tpmrm_release(struct inode *inode, struct file *file) in tpmrm_release() argument
|
| /kernel/linux/linux-5.10/arch/mips/kernel/ |
| H A D | segment.c | 84 static int segments_open(struct inode *inode, struct file *file) in segments_open() argument
|
| /kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/ |
| H A D | bats.c | 91 static int bats_open(struct inode *inode, struct file *file) in bats_open() argument
|
| /kernel/linux/common_modules/ucollection/ |
| H A D | unified_collection_driver.c | 41 static int unified_collection_open(struct inode *inode, struct file *filp) in unified_collection_open() argument 46 static int unified_collection_release(struct inode *inode, struct file *filp) in unified_collection_release() argument
|
| /kernel/linux/linux-5.10/drivers/char/ |
| H A D | scx200_gpio.c | 50 static int scx200_gpio_open(struct inode *inode, struct file *file) in scx200_gpio_open() argument 60 static int scx200_gpio_release(struct inode *inode, struct file *file) in scx200_gpio_release() argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_iter_udp4.c | 14 const struct inode *inode; in sock_i_ino() local
|
| /kernel/linux/linux-5.10/drivers/infiniband/core/ |
| H A D | uverbs_std_types_async_fd.c | 36 int uverbs_async_event_release(struct inode *inode, struct file *filp) in uverbs_async_event_release() argument
|
| /kernel/linux/linux-5.10/drivers/usb/mon/ |
| H A D | mon_stat.c | 27 static int mon_stat_open(struct inode *inode, struct file *file) in mon_stat_open() argument 54 static int mon_stat_release(struct inode *inode, struct file *file) in mon_stat_release() argument
|
| /kernel/linux/linux-5.10/security/integrity/ |
| H A D | integrity_audit.c | 28 void integrity_audit_msg(int audit_msgno, struct inode *inode, in integrity_audit_msg() argument 36 void integrity_audit_message(int audit_msgno, struct inode *inode, in integrity_audit_message() argument
|
| /kernel/linux/linux-5.10/fs/jfs/ |
| H A D | acl.c | 17 struct posix_acl *jfs_get_acl(struct inode *inode, int type) in jfs_get_acl() argument 56 static int __jfs_set_acl(tid_t tid, struct inode *inode, int type, in __jfs_set_acl() argument 94 int jfs_set_acl(struct inode *inode, struc argument 125 jfs_init_acl(tid_t tid, struct inode *inode, struct inode *dir) jfs_init_acl() argument [all...] |
| H A D | jfs_debug.c | 26 static int jfs_loglevel_proc_open(struct inode *inode, struct file *file) in jfs_loglevel_proc_open() argument
|
| /kernel/linux/linux-5.10/fs/jffs2/ |
| H A D | xattr_trusted.c | 19 jffs2_trusted_getxattr(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) jffs2_trusted_getxattr() argument 27 jffs2_trusted_setxattr(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, const void *buffer, size_t size, int flags) jffs2_trusted_setxattr() argument
|
| /kernel/linux/linux-5.10/fs/nfs/ |
| H A D | getroot.c | 39 static int nfs_superblock_set_dummy_root(struct super_block *sb, struct inode *inode) in nfs_superblock_set_dummy_root() argument 73 struct inode *inode; in nfs_get_root() local [all...] |
| /kernel/linux/linux-5.10/fs/nfsd/ |
| H A D | stats.c | 82 static int nfsd_proc_open(struct inode *inode, struct file *file) in nfsd_proc_open() argument
|
| /kernel/linux/linux-5.10/fs/isofs/ |
| H A D | joliet.c | 42 get_joliet_filename(struct iso_directory_record * de, unsigned char *outname, struct inode * inode) in get_joliet_filename() argument
|
| /kernel/linux/linux-5.10/fs/9p/ |
| H A D | vfs_dentry.c | 65 struct inode *inode; in v9fs_lookup_revalidate() local
|
| /kernel/linux/linux-5.10/fs/ |
| H A D | drop_caches.c | 19 struct inode *inode, *toput_inode = NULL; in drop_pagecache_sb() local [all...] |
| /kernel/linux/linux-5.10/fs/ext4/ |
| H A D | xattr_hurd.c | 22 ext4_xattr_hurd_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) ext4_xattr_hurd_get() argument 34 ext4_xattr_hurd_set(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, const void *value, size_t size, int flags) ext4_xattr_hurd_set() argument
|
| H A D | xattr_trusted.c | 23 ext4_xattr_trusted_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) ext4_xattr_trusted_get() argument 32 ext4_xattr_trusted_set(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, const void *value, size_t size, int flags) ext4_xattr_trusted_set() argument
|
| H A D | xattr_user.c | 22 ext4_xattr_user_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) ext4_xattr_user_get() argument 33 ext4_xattr_user_set(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, const void *value, size_t size, int flags) ext4_xattr_user_set() argument
|
| H A D | symlink.c | 26 ext4_encrypted_get_link(struct dentry *dentry, struct inode *inode, struct delayed_call *done) ext4_encrypted_get_link() argument
|
| /kernel/linux/linux-5.10/fs/iomap/ |
| H A D | apply.c | 24 iomap_apply(struct inode *inode, loff_t pos, loff_t length, unsigned flags, in iomap_apply() argument
|
| /kernel/linux/linux-5.10/fs/notify/ |
| H A D | fsnotify.h | 43 static inline void fsnotify_clear_marks_by_inode(struct inode *inode) in fsnotify_clear_marks_by_inode() argument [all...] |
| /kernel/linux/linux-5.10/drivers/xen/xenfs/ |
| H A D | xenstored.c | 19 static int xsd_release(struct inode *inode, struct file *file) in xsd_release() argument 25 static int xsd_kva_open(struct inode *inode, struct file *file) in xsd_kva_open() argument 56 static int xsd_port_open(struct inode *inode, struct file *file) in xsd_port_open() argument
|
| /kernel/linux/linux-5.10/fs/affs/ |
| H A D | symlink.c | 17 struct inode *inode = page->mapping->host; in affs_symlink_readpage() local
|