Searched defs:inode (Results 51 - 75 of 1627) sorted by relevance

1234567891011>>

/linux-master/fs/ocfs2/
H A Dsymlink.c58 struct inode *inode = page->mapping->host; local
/linux-master/fs/proc/
H A Dkmsg.c20 static int kmsg_open(struct inode * inode, struct file * file) argument
25 static int kmsg_release(struct inode * inode, struct file * file) argument
H A Dthread_self.c46 struct inode *inode = new_inode(s); local
11 proc_thread_self_get_link(struct dentry *dentry, struct inode *inode, struct delayed_call *done) argument
[all...]
H A Dnommu.c42 struct inode *inode = file_inode(region->vm_file); local
H A Dself.c46 struct inode *inode = new_inode(s); local
11 proc_self_get_link(struct dentry *dentry, struct inode *inode, struct delayed_call *done) argument
[all...]
/linux-master/include/linux/
H A Dbpf_lsm.h72 static inline void bpf_inode_storage_free(struct inode *inode) argument
33 bpf_inode( const struct inode *inode) argument
66 bpf_inode( const struct inode *inode) argument
[all...]
/linux-master/security/landlock/
H A Dfs.h78 landlock_inode(const struct inode *const inode) argument
/linux-master/fs/reiserfs/
H A Dxattr_trusted.c12 trusted_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) argument
23 trusted_set(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *buffer, size_t size, int flags) argument
H A Dxattr_user.c11 user_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) argument
21 user_set(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *buffer, size_t size, int flags) argument
/linux-master/fs/ext4/
H A Dxattr_trusted.c23 ext4_xattr_trusted_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) argument
32 ext4_xattr_trusted_set(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *value, size_t size, int flags) argument
H A Dxattr_user.c22 ext4_xattr_user_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) argument
33 ext4_xattr_user_set(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *value, size_t size, int flags) argument
H A Dxattr_hurd.c22 ext4_xattr_hurd_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) argument
34 ext4_xattr_hurd_set(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *value, size_t size, int flags) argument
/linux-master/fs/ext2/
H A Dxattr_trusted.c19 ext2_xattr_trusted_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) argument
28 ext2_xattr_trusted_set(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *value, size_t size, int flags) argument
H A Dxattr_user.c21 ext2_xattr_user_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) argument
32 ext2_xattr_user_set(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *value, size_t size, int flags) argument
/linux-master/fs/f2fs/
H A Dacl.h45 static inline int f2fs_init_acl(struct inode *inode, struct inode *dir, argument
/linux-master/fs/hfsplus/
H A Dxattr_trusted.c15 hfsplus_trusted_getxattr(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) argument
24 hfsplus_trusted_setxattr(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *buffer, size_t size, int flags) argument
H A Dxattr_user.c15 hfsplus_user_getxattr(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) argument
24 hfsplus_user_setxattr(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *buffer, size_t size, int flags) argument
/linux-master/fs/jffs2/
H A Dxattr_trusted.c19 jffs2_trusted_getxattr(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) argument
27 jffs2_trusted_setxattr(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *buffer, size_t size, int flags) argument
H A Dxattr_user.c19 jffs2_user_getxattr(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) argument
27 jffs2_user_setxattr(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *buffer, size_t size, int flags) argument
/linux-master/fs/coda/
H A Dpioctl.c56 struct inode *inode = file_inode(filp); local
44 coda_ioctl_permission(struct mnt_idmap *idmap, struct inode *inode, int mask) argument
[all...]
/linux-master/kernel/module/
H A Dtracking.c110 static int unloaded_tainted_modules_open(struct inode *inode, struct file *file) argument
/linux-master/fs/
H A Ddrop_caches.c21 struct inode *inode, *toput_inode = NULL; local
[all...]
/linux-master/fs/affs/
H A Dsymlink.c17 struct inode *inode = folio->mapping->host; local
/linux-master/fs/udf/
H A Dialloc.c25 void udf_free_inode(struct inode *inode) argument
34 struct inode *inode; local
[all...]
/linux-master/fs/efivarfs/
H A Dfile.c21 struct inode *inode = file->f_mapping->host; local

Completed in 375 milliseconds

1234567891011>>