Lines Matching defs:dentry
58 static char *get_dname(struct dentry *dentry) in get_dname()
73 static int tracefs_syscall_mkdir(struct inode *inode, struct dentry *dentry, umode_t mode) in tracefs_syscall_mkdir()
96 static int tracefs_syscall_rmdir(struct inode *inode, struct dentry *dentry) in tracefs_syscall_rmdir()
319 struct dentry *dentry; in start_creating() local
348 static struct dentry *failed_creating(struct dentry *dentry) in failed_creating()
356 static struct dentry *end_creating(struct dentry *dentry) in end_creating()
392 struct dentry *dentry; in tracefs_create_file() local
418 struct dentry *dentry = start_creating(name, parent); in __create_dir() local
483 struct dentry *dentry; in tracefs_create_instance_dir() local
499 static inline int tracefs_positive(struct dentry *dentry) in tracefs_positive()
504 static int __tracefs_remove(struct dentry *dentry, struct dentry *parent) in __tracefs_remove()
536 void tracefs_remove(struct dentry *dentry) in tracefs_remove()
563 void tracefs_remove_recursive(struct dentry *dentry) in tracefs_remove_recursive()