Home
last modified time | relevance | path

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

/include/linux/
Ddcache.h83 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 …]
Devm.h53 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()
Dima.h58 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()
Dfsnotify.h20 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()
Dsecurity.h466 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 …]
Dfscrypt.h93 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()
Dpath.h9 struct dentry *dentry; member
Daudit.h287 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()
Dfscrypt_notsupp.h70 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()
Dfscrypt_supp.h79 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()
Dfsnotify_backend.h269 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()
Ddebugfs.h220 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()
Dlsm_audit.h65 struct dentry *dentry; member
Dnfs_fs.h74 struct dentry *dentry; member
300 static inline void nfs_set_verifier(struct dentry * dentry, unsigned long verf) in nfs_set_verifier()
Drelay.h43 struct dentry *dentry; /* channel file dentry */ member
Dcgroup.h621 struct dentry *dentry) { return -EINVAL; } in cgroupstats_build()
Dkernfs.h365 static inline struct kernfs_node *kernfs_node_from_dentry(struct dentry *dentry) in kernfs_node_from_dentry()
Df2fs_fs.h528 struct f2fs_dir_entry dentry[NR_DENTRY_IN_BLOCK]; member
Dfs.h3112 static inline ino_t parent_ino(struct dentry *dentry) in parent_ino()
Dnfs_xdr.h1492 struct dentry *dentry; member
/include/linux/sunrpc/
Drpc_pipe_fs.h56 struct dentry *dentry; member