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
352 static struct dentry *failed_creating(struct dentry *dentry) in failed_creating()
360 static struct dentry *end_creating(struct dentry *dentry) in end_creating()
396 struct dentry *dentry; in tracefs_create_file() local
422 struct dentry *dentry = start_creating(name, parent); in __create_dir() local
487 struct dentry *dentry; in tracefs_create_instance_dir() local
503 static int __tracefs_remove(struct dentry *dentry, struct dentry *parent) in __tracefs_remove()
535 void tracefs_remove(struct dentry *dentry) in tracefs_remove()
559 void tracefs_remove_recursive(struct dentry *dentry) in tracefs_remove_recursive()