| /include/linux/ |
| A D | dcache.h | 92 struct dentry { struct 95 seqcount_spinlock_t d_seq; /* per dentry seqlock */ argument 97 struct dentry *d_parent; /* parent directory */ argument 105 const struct dentry_operations *d_op; argument 106 struct super_block *d_sb; /* The root of the dentry tree */ argument 110 struct lockref d_lockref; /* per-dentry lock and refcount argument 132 * dentry->d_lock spinlock nesting subclasses: argument 344 static inline struct dentry *dget(struct dentry *dentry) in dget() 374 static inline void dont_mount(struct dentry *dentry) in dont_mount() 388 static inline void d_lookup_done(struct dentry *dentry) in d_lookup_done() [all …]
|
| A D | fsnotify.h | 58 static inline void fsnotify_dirent(struct inode *dir, struct dentry *dentry, in fsnotify_dirent() 76 static inline int fsnotify_parent(struct dentry *dentry, __u32 mask, in fsnotify_parent() 106 static inline void fsnotify_dentry(struct dentry *dentry, __u32 mask) in fsnotify_dentry() 319 static inline void fsnotify_create(struct inode *dir, struct dentry *dentry) in fsnotify_create() 352 struct dentry *dentry) in fsnotify_delete() 370 static inline void d_delete_notify(struct inode *dir, struct dentry *dentry) in d_delete_notify() 385 static inline void fsnotify_unlink(struct inode *dir, struct dentry *dentry) in fsnotify_unlink() 400 static inline void fsnotify_mkdir(struct inode *dir, struct dentry *dentry) in fsnotify_mkdir() 412 static inline void fsnotify_rmdir(struct inode *dir, struct dentry *dentry) in fsnotify_rmdir() 463 static inline void fsnotify_xattr(struct dentry *dentry) in fsnotify_xattr() [all …]
|
| A D | posix_acl.h | 118 struct dentry *dentry, umode_t mode) in posix_acl_chmod() 145 struct dentry *dentry, const char *name, in vfs_set_acl() 152 struct dentry *dentry, in vfs_get_acl() 159 struct dentry *dentry, const char *acl_name) in vfs_remove_acl()
|
| A D | fscrypt.h | 234 static inline void fscrypt_handle_d_move(struct dentry *dentry) in fscrypt_handle_d_move() 281 static inline void fscrypt_prepare_dentry(struct dentry *dentry, in fscrypt_prepare_dentry() 463 static inline void fscrypt_handle_d_move(struct dentry *dentry) in fscrypt_handle_d_move() 472 static inline void fscrypt_prepare_dentry(struct dentry *dentry, in fscrypt_prepare_dentry() 713 struct dentry *dentry, unsigned int flags) in fscrypt_d_revalidate() 740 struct dentry *dentry) in __fscrypt_prepare_link() 755 struct dentry *dentry, in __fscrypt_prepare_lookup() 762 struct dentry *dentry) in fscrypt_prepare_lookup_partial() 957 struct dentry *dentry) in fscrypt_prepare_link() 1022 struct dentry *dentry, in fscrypt_prepare_lookup() [all …]
|
| A D | security.h | 899 struct dentry *dentry, in security_inode_create() 917 struct dentry *dentry) in security_inode_unlink() 923 struct dentry *dentry, in security_inode_symlink() 930 struct dentry *dentry, in security_inode_mkdir() 937 struct dentry *dentry) in security_inode_rmdir() 943 struct dentry *dentry, in security_inode_mknod() 976 struct dentry *dentry, in security_inode_setattr() 1000 struct dentry *dentry, in security_inode_set_acl() 1013 struct dentry *dentry, in security_inode_get_acl() 1027 struct dentry *dentry, in security_inode_post_remove_acl() [all …]
|
| A D | evm.h | 47 static inline enum integrity_status evm_verifyxattr(struct dentry *dentry, in evm_verifyxattr() 74 static inline int evm_read_protected_xattrs(struct dentry *dentry, u8 *buffer, in evm_read_protected_xattrs()
|
| A D | bpf_lsm.h | 94 static inline int bpf_set_dentry_xattr_locked(struct dentry *dentry, const char *name__str, in bpf_set_dentry_xattr_locked() 99 static inline int bpf_remove_dentry_xattr_locked(struct dentry *dentry, const char *name__str) in bpf_remove_dentry_xattr_locked()
|
| A D | fsverity.h | 217 static inline int __fsverity_prepare_setattr(struct dentry *dentry, in __fsverity_prepare_setattr() 314 static inline int fsverity_prepare_setattr(struct dentry *dentry, in fsverity_prepare_setattr()
|
| A D | path.h | 10 struct dentry *dentry; member
|
| A D | debugfs.h | 321 static inline void debugfs_remove(struct dentry *dentry) in debugfs_remove() 324 static inline void debugfs_remove_recursive(struct dentry *dentry) in debugfs_remove_recursive() 333 static inline int debugfs_file_get(struct dentry *dentry) in debugfs_file_get() 338 static inline void debugfs_file_put(struct dentry *dentry) in debugfs_file_put() 361 static inline int __printf(2, 3) debugfs_change_name(struct dentry *dentry, in debugfs_change_name()
|
| A D | audit.h | 372 const struct dentry *dentry, in audit_inode() 383 const struct dentry *dentry) in audit_inode_parent_hidden() 390 const struct dentry *dentry, in audit_inode_child() 611 const struct dentry *dentry, in audit_inode() 618 const struct dentry *dentry) in audit_inode_parent_hidden() 621 const struct dentry *dentry, in audit_inode_child()
|
| A D | xattr.h | 65 struct dentry *dentry) in xattr_handler_can_list()
|
| A D | fsnotify_backend.h | 685 static inline void fsnotify_update_flags(struct dentry *dentry) in fsnotify_update_flags() 938 static inline int __fsnotify_parent(struct dentry *dentry, __u32 mask, in __fsnotify_parent() 959 static inline void fsnotify_update_flags(struct dentry *dentry) in fsnotify_update_flags()
|
| A D | relay.h | 60 struct dentry *dentry; /* channel file dentry */ member
|
| A D | lsm_audit.h | 83 struct dentry *dentry; member
|
| A D | cgroup.h | 667 struct dentry *dentry) { return -EINVAL; } in cgroupstats_build()
|
| A D | nfs_fs.h | 101 struct dentry *dentry; member
|
| A D | kernfs.h | 507 static inline struct kernfs_node *kernfs_node_from_dentry(struct dentry *dentry) in kernfs_node_from_dentry()
|
| A D | f2fs_fs.h | 599 struct f2fs_dir_entry dentry[NR_DENTRY_IN_BLOCK]; member
|
| A D | fs.h | 1201 struct dentry *dentry = file->f_path.dentry; in file_dentry() local 2034 struct inode *dir, struct dentry *dentry) in vfs_whiteout()
|
| A D | nfs_xdr.h | 786 struct dentry *dentry; member 1737 struct dentry *dentry; member
|
| /include/linux/sunrpc/ |
| A D | rpc_pipe_fs.h | 55 struct dentry *dentry; member
|