| /include/linux/ |
| D | dcache.h | 83 struct dentry { struct 86 seqcount_t d_seq; /* per dentry seqlock */ argument 88 struct dentry *d_parent; /* parent directory */ argument 95 struct lockref d_lockref; /* per-dentry lock and refcount */ argument 96 const struct dentry_operations *d_op; argument 97 struct super_block *d_sb; /* The root of the dentry tree */ argument 118 * dentry->d_lock spinlock nesting subclasses: argument 281 static inline unsigned d_count(const struct dentry *dentry) in d_count() 309 static inline struct dentry *dget_dlock(struct dentry *dentry) in dget_dlock() 316 static inline struct dentry *dget(struct dentry *dentry) in dget() [all …]
|
| D | evm.h | 53 static inline enum integrity_status evm_verifyxattr(struct dentry *dentry, in evm_verifyxattr() 63 static inline int evm_inode_setattr(struct dentry *dentry, struct iattr *attr) in evm_inode_setattr() 68 static inline void evm_inode_post_setattr(struct dentry *dentry, int ia_valid) in evm_inode_post_setattr() 73 static inline int evm_inode_setxattr(struct dentry *dentry, const char *name, in evm_inode_setxattr() 79 static inline void evm_inode_post_setxattr(struct dentry *dentry, in evm_inode_post_setxattr() 87 static inline int evm_inode_removexattr(struct dentry *dentry, in evm_inode_removexattr() 93 static inline void evm_inode_post_removexattr(struct dentry *dentry, in evm_inode_post_removexattr()
|
| D | ima.h | 58 static inline void ima_post_path_mknod(struct dentry *dentry) in ima_post_path_mknod() 71 static inline void ima_inode_post_setattr(struct dentry *dentry) in ima_inode_post_setattr() 76 static inline int ima_inode_setxattr(struct dentry *dentry, in ima_inode_setxattr() 84 static inline int ima_inode_removexattr(struct dentry *dentry, in ima_inode_removexattr()
|
| D | fsnotify.h | 20 static inline int fsnotify_parent(struct path *path, struct dentry *dentry, __u32 mask) in fsnotify_parent() 119 static inline void fsnotify_nameremove(struct dentry *dentry, int isdir) in fsnotify_nameremove() 141 static inline void fsnotify_create(struct inode *inode, struct dentry *dentry) in fsnotify_create() 164 static inline void fsnotify_mkdir(struct inode *inode, struct dentry *dentry) in fsnotify_mkdir() 256 static inline void fsnotify_xattr(struct dentry *dentry) in fsnotify_xattr() 272 static inline void fsnotify_change(struct dentry *dentry, unsigned int ia_valid) in fsnotify_change()
|
| D | security.h | 466 static inline int security_quota_on(struct dentry *dentry) in security_quota_on() 547 static inline int security_sb_statfs(struct dentry *dentry) in security_sb_statfs() 597 static inline int security_dentry_init_security(struct dentry *dentry, in security_dentry_init_security() 606 static inline int security_dentry_create_files_as(struct dentry *dentry, in security_dentry_create_files_as() 634 struct dentry *dentry, in security_inode_create() 648 struct dentry *dentry) in security_inode_unlink() 654 struct dentry *dentry, in security_inode_symlink() 661 struct dentry *dentry, in security_inode_mkdir() 668 struct dentry *dentry) in security_inode_rmdir() 674 struct dentry *dentry, in security_inode_mknod() [all …]
|
| D | fscrypt.h | 93 struct dentry *dentry) in fscrypt_prepare_link() 153 struct dentry *dentry, in fscrypt_prepare_lookup() 178 static inline int fscrypt_prepare_setattr(struct dentry *dentry, in fscrypt_prepare_setattr()
|
| D | path.h | 9 struct dentry *dentry; member
|
| D | audit.h | 287 const struct dentry *dentry, in audit_inode() 302 const struct dentry *dentry) in audit_inode_parent_hidden() 309 const struct dentry *dentry, in audit_inode_child() 479 const struct dentry *dentry, in __audit_inode() 483 const struct dentry *dentry, in __audit_inode_child() 487 const struct dentry *dentry, in audit_inode() 494 const struct dentry *dentry) in audit_inode_parent_hidden() 497 const struct dentry *dentry, in audit_inode_child()
|
| D | fscrypt_notsupp.h | 70 static inline void fscrypt_set_d_op(struct dentry *dentry) in fscrypt_set_d_op() 75 static inline void fscrypt_set_encrypted_dentry(struct dentry *dentry) in fscrypt_set_encrypted_dentry() 211 struct dentry *dentry) in __fscrypt_prepare_lookup()
|
| D | fscrypt_supp.h | 79 static inline void fscrypt_set_d_op(struct dentry *dentry) in fscrypt_set_d_op() 84 static inline void fscrypt_set_encrypted_dentry(struct dentry *dentry) in fscrypt_set_encrypted_dentry()
|
| D | fsnotify_backend.h | 269 static inline void fsnotify_update_flags(struct dentry *dentry) in fsnotify_update_flags() 366 static inline int __fsnotify_parent(struct path *path, struct dentry *dentry, __u32 mask) in __fsnotify_parent() 377 static inline void fsnotify_update_flags(struct dentry *dentry) in fsnotify_update_flags()
|
| D | debugfs.h | 220 static inline void debugfs_remove(struct dentry *dentry) in debugfs_remove() 223 static inline void debugfs_remove_recursive(struct dentry *dentry) in debugfs_remove_recursive() 226 static inline int debugfs_use_file_start(const struct dentry *dentry, in debugfs_use_file_start()
|
| D | lsm_audit.h | 65 struct dentry *dentry; member
|
| D | nfs_fs.h | 74 struct dentry *dentry; member 300 static inline void nfs_set_verifier(struct dentry * dentry, unsigned long verf) in nfs_set_verifier()
|
| D | relay.h | 43 struct dentry *dentry; /* channel file dentry */ member
|
| D | cgroup.h | 621 struct dentry *dentry) { return -EINVAL; } in cgroupstats_build()
|
| D | kernfs.h | 365 static inline struct kernfs_node *kernfs_node_from_dentry(struct dentry *dentry) in kernfs_node_from_dentry()
|
| D | f2fs_fs.h | 528 struct f2fs_dir_entry dentry[NR_DENTRY_IN_BLOCK]; member
|
| D | fs.h | 3112 static inline ino_t parent_ino(struct dentry *dentry) in parent_ino()
|
| D | nfs_xdr.h | 1492 struct dentry *dentry; member
|
| /include/linux/sunrpc/ |
| D | rpc_pipe_fs.h | 56 struct dentry *dentry; member
|