Home
last modified time | relevance | path

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

/third_party/Linux_Kernel/include/linux/
Ddcache.h108 struct dentry { struct
111 seqcount_t d_seq; /* per dentry seqlock */ argument
113 struct dentry *d_parent; /* parent directory */ argument
120 struct lockref d_lockref; /* per-dentry lock and refcount */ argument
121 const struct dentry_operations *d_op; argument
122 struct super_block *d_sb; /* The root of the dentry tree */ argument
139 * dentry->d_lock spinlock nesting subclasses: argument
322 static inline unsigned d_count(const struct dentry *dentry) in d_count()
350 static inline struct dentry *dget_dlock(struct dentry *dentry) in dget_dlock()
357 static inline struct dentry *dget(struct dentry *dentry) in dget()
[all …]
Devm.h46 static inline enum integrity_status evm_verifyxattr(struct dentry *dentry, in evm_verifyxattr()
56 static inline int evm_inode_setattr(struct dentry *dentry, struct iattr *attr) in evm_inode_setattr()
61 static inline void evm_inode_post_setattr(struct dentry *dentry, int ia_valid) in evm_inode_post_setattr()
66 static inline int evm_inode_setxattr(struct dentry *dentry, const char *name, in evm_inode_setxattr()
72 static inline void evm_inode_post_setxattr(struct dentry *dentry, in evm_inode_post_setxattr()
80 static inline int evm_inode_removexattr(struct dentry *dentry, in evm_inode_removexattr()
86 static inline void evm_inode_post_removexattr(struct dentry *dentry, in evm_inode_post_removexattr()
Dfsnotify.h22 static inline void fsnotify_d_instantiate(struct dentry *dentry, in fsnotify_d_instantiate()
29 static inline int fsnotify_parent(struct path *path, struct dentry *dentry, __u32 mask) in fsnotify_parent()
66 static inline void fsnotify_d_move(struct dentry *dentry) in fsnotify_d_move()
136 static inline void fsnotify_nameremove(struct dentry *dentry, int isdir) in fsnotify_nameremove()
158 static inline void fsnotify_create(struct inode *inode, struct dentry *dentry) in fsnotify_create()
181 static inline void fsnotify_mkdir(struct inode *inode, struct dentry *dentry) in fsnotify_mkdir()
265 static inline void fsnotify_xattr(struct dentry *dentry) in fsnotify_xattr()
281 static inline void fsnotify_change(struct dentry *dentry, unsigned int ia_valid) in fsnotify_change()
Dima.h63 static inline void ima_inode_post_setattr(struct dentry *dentry) in ima_inode_post_setattr()
68 static inline int ima_inode_setxattr(struct dentry *dentry, in ima_inode_setxattr()
76 static inline int ima_inode_removexattr(struct dentry *dentry, in ima_inode_removexattr()
Dsecurity.h450 static inline int security_quota_on(struct dentry *dentry) in security_quota_on()
523 static inline int security_sb_statfs(struct dentry *dentry) in security_sb_statfs()
573 static inline int security_dentry_init_security(struct dentry *dentry, in security_dentry_init_security()
602 struct dentry *dentry, in security_inode_create()
616 struct dentry *dentry) in security_inode_unlink()
622 struct dentry *dentry, in security_inode_symlink()
629 struct dentry *dentry, in security_inode_mkdir()
636 struct dentry *dentry) in security_inode_rmdir()
642 struct dentry *dentry, in security_inode_mknod()
657 static inline int security_inode_readlink(struct dentry *dentry) in security_inode_readlink()
[all …]
Dpath.h9 struct dentry *dentry; member
Dfsnotify_backend.h270 static inline void __fsnotify_update_dcache_flags(struct dentry *dentry) in __fsnotify_update_dcache_flags()
293 static inline void __fsnotify_d_instantiate(struct dentry *dentry, struct inode *inode) in __fsnotify_d_instantiate()
385 static inline int __fsnotify_parent(struct path *path, struct dentry *dentry, __u32 mask) in __fsnotify_parent()
396 static inline void __fsnotify_update_dcache_flags(struct dentry *dentry) in __fsnotify_update_dcache_flags()
399 static inline void __fsnotify_d_instantiate(struct dentry *dentry, struct inode *inode) in __fsnotify_d_instantiate()
Daudit.h184 const struct dentry *dentry, in audit_inode()
199 const struct dentry *dentry) in audit_inode_parent_hidden()
206 const struct dentry *dentry, in audit_inode_child()
359 const struct dentry *dentry, in __audit_inode()
363 const struct dentry *dentry, in __audit_inode_child()
367 const struct dentry *dentry, in audit_inode()
374 const struct dentry *dentry) in audit_inode_parent_hidden()
377 const struct dentry *dentry, in audit_inode_child()
Ddebugfs.h165 static inline void debugfs_remove(struct dentry *dentry) in debugfs_remove()
168 static inline void debugfs_remove_recursive(struct dentry *dentry) in debugfs_remove_recursive()
Dlsm_audit.h64 struct dentry *dentry; member
Drelay.h41 struct dentry *dentry; /* channel file dentry */ member
Dnfs_fs.h80 struct dentry *dentry; member
309 static inline void nfs_set_verifier(struct dentry * dentry, unsigned long verf) in nfs_set_verifier()
Dcgroup.h539 struct dentry *dentry) { return -EINVAL; } in cgroupstats_build()
Df2fs_fs.h459 struct f2fs_dir_entry dentry[NR_DENTRY_IN_BLOCK]; member
477 struct f2fs_dir_entry dentry[NR_INLINE_DENTRY]; member
Dkernfs.h357 static inline struct kernfs_node *kernfs_node_from_dentry(struct dentry *dentry) in kernfs_node_from_dentry()
Dkvm_host.h1007 struct dentry *dentry; member
Dfs.h2869 static inline ino_t parent_ino(struct dentry *dentry) in parent_ino()
/third_party/ltp/testcases/kernel/syscalls/utils/
Dinotify.h132 static inline void inotify_d_instantiate(struct dentry *dentry, in inotify_d_instantiate()
137 static inline void inotify_d_move(struct dentry *dentry) in inotify_d_move()
148 static inline void inotify_dentry_parent_queue_event(struct dentry *dentry, in inotify_dentry_parent_queue_event()
/third_party/Linux_Kernel/include/linux/sunrpc/
Drpc_pipe_fs.h56 struct dentry *dentry; member
/third_party/glib/glib/
Dgtestutils.c2574 DestroyEntry *dentry; in g_test_queue_destroy() local
2635 DestroyEntry *dentry = test_destroy_queue; in test_case_run() local