Home
last modified time | relevance | path

Searched defs:dentry (Results 1 – 20 of 20) sorted by relevance

/include/linux/
Ddcache.h90 struct dentry { struct
93 seqcount_t d_seq; /* per dentry seqlock */ argument
95 struct dentry *d_parent; /* parent directory */ argument
102 struct lockref d_lockref; /* per-dentry lock and refcount */ argument
103 const struct dentry_operations *d_op; argument
104 struct super_block *d_sb; /* The root of the dentry tree */ argument
125 * dentry->d_lock spinlock nesting subclasses: argument
289 static inline unsigned d_count(const struct dentry *dentry) in d_count()
317 static inline struct dentry *dget_dlock(struct dentry *dentry) in dget_dlock()
324 static inline struct dentry *dget(struct dentry *dentry) in dget()
[all …]
Devm.h54 static inline enum integrity_status evm_verifyxattr(struct dentry *dentry, in evm_verifyxattr()
64 static inline int evm_inode_setattr(struct dentry *dentry, struct iattr *attr) in evm_inode_setattr()
69 static inline void evm_inode_post_setattr(struct dentry *dentry, int ia_valid) in evm_inode_post_setattr()
74 static inline int evm_inode_setxattr(struct dentry *dentry, const char *name, in evm_inode_setxattr()
80 static inline void evm_inode_post_setxattr(struct dentry *dentry, in evm_inode_post_setxattr()
88 static inline int evm_inode_removexattr(struct dentry *dentry, in evm_inode_removexattr()
94 static inline void evm_inode_post_removexattr(struct dentry *dentry, in evm_inode_post_removexattr()
Dima.h63 static inline void ima_post_path_mknod(struct dentry *dentry) in ima_post_path_mknod()
89 static inline void ima_inode_post_setattr(struct dentry *dentry) in ima_inode_post_setattr()
94 static inline int ima_inode_setxattr(struct dentry *dentry, in ima_inode_setxattr()
102 static inline int ima_inode_removexattr(struct dentry *dentry, in ima_inode_removexattr()
Dfsnotify.h21 static inline int fsnotify_parent(const struct path *path, struct dentry *dentry, __u32 mask) in fsnotify_parent()
120 static inline void fsnotify_nameremove(struct dentry *dentry, int isdir) in fsnotify_nameremove()
142 static inline void fsnotify_create(struct inode *inode, struct dentry *dentry) in fsnotify_create()
165 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()
Dsecurity.h496 static inline int security_quota_on(struct dentry *dentry) in security_quota_on()
572 static inline int security_sb_statfs(struct dentry *dentry) in security_sb_statfs()
624 static inline int security_dentry_init_security(struct dentry *dentry, in security_dentry_init_security()
633 static inline int security_dentry_create_files_as(struct dentry *dentry, in security_dentry_create_files_as()
661 struct dentry *dentry, in security_inode_create()
675 struct dentry *dentry) in security_inode_unlink()
681 struct dentry *dentry, in security_inode_symlink()
688 struct dentry *dentry, in security_inode_mkdir()
695 struct dentry *dentry) in security_inode_rmdir()
701 struct dentry *dentry, in security_inode_mknod()
[all …]
Dfscrypt.h97 struct dentry *dentry) in fscrypt_prepare_link()
157 struct dentry *dentry, in fscrypt_prepare_lookup()
182 static inline int fscrypt_prepare_setattr(struct dentry *dentry, in fscrypt_prepare_setattr()
Daudit.h286 const struct dentry *dentry, in audit_inode()
301 const struct dentry *dentry) in audit_inode_parent_hidden()
308 const struct dentry *dentry, in audit_inode_child()
481 const struct dentry *dentry, in __audit_inode()
485 const struct dentry *dentry, in __audit_inode_child()
489 const struct dentry *dentry, in audit_inode()
496 const struct dentry *dentry) in audit_inode_parent_hidden()
499 const struct dentry *dentry, in audit_inode_child()
Dpath.h10 struct dentry *dentry; member
Dfsnotify_backend.h293 static inline void fsnotify_update_flags(struct dentry *dentry) in fsnotify_update_flags()
391 static inline int __fsnotify_parent(const struct path *path, struct dentry *dentry, __u32 mask) in __fsnotify_parent()
402 static inline void fsnotify_update_flags(struct dentry *dentry) in fsnotify_update_flags()
Ddebugfs.h236 static inline void debugfs_remove(struct dentry *dentry) in debugfs_remove()
239 static inline void debugfs_remove_recursive(struct dentry *dentry) in debugfs_remove_recursive()
242 static inline int debugfs_use_file_start(const struct dentry *dentry, in debugfs_use_file_start()
Dnfs_fs.h70 struct dentry *dentry; member
298 static inline void nfs_set_verifier(struct dentry * dentry, unsigned long verf) in nfs_set_verifier()
Dlsm_audit.h79 struct dentry *dentry; member
Drelay.h44 struct dentry *dentry; /* channel file dentry */ member
Dfscrypt_notsupp.h202 struct dentry *dentry) in __fscrypt_prepare_lookup()
Dcgroup.h681 struct dentry *dentry) { return -EINVAL; } in cgroupstats_build()
Dkernfs.h406 static inline struct kernfs_node *kernfs_node_from_dentry(struct dentry *dentry) in kernfs_node_from_dentry()
Df2fs_fs.h525 struct f2fs_dir_entry dentry[NR_DENTRY_IN_BLOCK]; member
Dfs.h3250 static inline ino_t parent_ino(struct dentry *dentry) in parent_ino()
Dnfs_xdr.h1532 struct dentry *dentry; member
/include/linux/sunrpc/
Drpc_pipe_fs.h57 struct dentry *dentry; member