| /include/linux/ |
| D | dcache.h | 84 struct dentry { struct 87 seqcount_spinlock_t d_seq; /* per dentry seqlock */ argument 89 struct dentry *d_parent; /* parent directory */ argument 97 const struct dentry_operations *d_op; argument 98 struct super_block *d_sb; /* The root of the dentry tree */ argument 102 struct lockref d_lockref; /* per-dentry lock and refcount argument 127 * dentry->d_lock spinlock nesting subclasses: argument 292 static inline unsigned d_count(const struct dentry *dentry) in d_count() 323 static inline struct dentry *dget_dlock(struct dentry *dentry) in dget_dlock() 348 static inline struct dentry *dget(struct dentry *dentry) in dget() [all …]
|
| D | fsnotify.h | 61 static inline void fsnotify_dirent(struct inode *dir, struct dentry *dentry, in fsnotify_dirent() 79 static inline int fsnotify_parent(struct dentry *dentry, __u32 mask, in fsnotify_parent() 109 static inline void fsnotify_dentry(struct dentry *dentry, __u32 mask) in fsnotify_dentry() 302 static inline void fsnotify_create(struct inode *dir, struct dentry *dentry) in fsnotify_create() 335 struct dentry *dentry) in fsnotify_delete() 353 static inline void d_delete_notify(struct inode *dir, struct dentry *dentry) in d_delete_notify() 368 static inline void fsnotify_unlink(struct inode *dir, struct dentry *dentry) in fsnotify_unlink() 383 static inline void fsnotify_mkdir(struct inode *dir, struct dentry *dentry) in fsnotify_mkdir() 395 static inline void fsnotify_rmdir(struct inode *dir, struct dentry *dentry) in fsnotify_rmdir() 447 static inline void fsnotify_xattr(struct dentry *dentry) in fsnotify_xattr() [all …]
|
| D | posix_acl.h | 113 struct dentry *dentry, umode_t mode) in posix_acl_chmod() 140 struct dentry *dentry, const char *name, in vfs_set_acl() 147 struct dentry *dentry, in vfs_get_acl() 154 struct dentry *dentry, const char *acl_name) in vfs_remove_acl()
|
| D | fscrypt.h | 241 static inline void fscrypt_handle_d_move(struct dentry *dentry) in fscrypt_handle_d_move() 283 static inline bool fscrypt_is_nokey_name(const struct dentry *dentry) in fscrypt_is_nokey_name() 288 static inline void fscrypt_prepare_dentry(struct dentry *dentry, in fscrypt_prepare_dentry() 471 static inline void fscrypt_handle_d_move(struct dentry *dentry) in fscrypt_handle_d_move() 475 static inline bool fscrypt_is_nokey_name(const struct dentry *dentry) in fscrypt_is_nokey_name() 480 static inline void fscrypt_prepare_dentry(struct dentry *dentry, in fscrypt_prepare_dentry() 722 static inline int fscrypt_d_revalidate(struct dentry *dentry, in fscrypt_d_revalidate() 750 struct dentry *dentry) in __fscrypt_prepare_link() 765 struct dentry *dentry, in __fscrypt_prepare_lookup() 772 struct dentry *dentry) in fscrypt_prepare_lookup_partial() [all …]
|
| D | security.h | 639 static inline int security_quota_on(struct dentry *dentry) in security_quota_on() 741 static inline int security_sb_statfs(struct dentry *dentry) in security_sb_statfs() 800 static inline int security_dentry_init_security(struct dentry *dentry, in security_dentry_init_security() 810 static inline int security_dentry_create_files_as(struct dentry *dentry, in security_dentry_create_files_as() 836 struct dentry *dentry, in security_inode_create() 854 struct dentry *dentry) in security_inode_unlink() 860 struct dentry *dentry, in security_inode_symlink() 867 struct dentry *dentry, in security_inode_mkdir() 874 struct dentry *dentry) in security_inode_rmdir() 880 struct dentry *dentry, in security_inode_mknod() [all …]
|
| 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()
|
| D | path.h | 10 struct dentry *dentry; member
|
| 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()
|
| D | debugfs.h | 250 static inline void debugfs_remove(struct dentry *dentry) in debugfs_remove() 253 static inline void debugfs_remove_recursive(struct dentry *dentry) in debugfs_remove_recursive() 262 static inline int debugfs_file_get(struct dentry *dentry) in debugfs_file_get() 267 static inline void debugfs_file_put(struct dentry *dentry) in debugfs_file_put()
|
| 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()
|
| D | xattr.h | 61 struct dentry *dentry) in xattr_handler_can_list()
|
| D | fsnotify_backend.h | 607 static inline void fsnotify_update_flags(struct dentry *dentry) in fsnotify_update_flags() 867 static inline int __fsnotify_parent(struct dentry *dentry, __u32 mask, in __fsnotify_parent() 885 static inline void fsnotify_update_flags(struct dentry *dentry) in fsnotify_update_flags()
|
| D | lsm_audit.h | 82 struct dentry *dentry; member
|
| D | relay.h | 44 struct dentry *dentry; /* channel file dentry */ member
|
| D | cgroup.h | 651 struct dentry *dentry) { return -EINVAL; } in cgroupstats_build()
|
| D | kernfs.h | 513 static inline struct kernfs_node *kernfs_node_from_dentry(struct dentry *dentry) in kernfs_node_from_dentry()
|
| D | nfs_fs.h | 84 struct dentry *dentry; member
|
| D | f2fs_fs.h | 599 struct f2fs_dir_entry dentry[NR_DENTRY_IN_BLOCK]; member
|
| D | fs.h | 1141 struct dentry *dentry = file->f_path.dentry; in file_dentry() local 1970 struct inode *dir, struct dentry *dentry) in vfs_whiteout()
|
| D | nfs_xdr.h | 783 struct dentry *dentry; member 1738 struct dentry *dentry; member
|
| /include/linux/sunrpc/ |
| D | rpc_pipe_fs.h | 55 struct dentry *dentry; member
|