Lines Matching defs:dentry
55 static char *get_dname(struct dentry *dentry) in get_dname()
71 struct inode *inode, struct dentry *dentry, in tracefs_syscall_mkdir()
95 static int tracefs_syscall_rmdir(struct inode *inode, struct dentry *dentry) in tracefs_syscall_rmdir()
164 static void change_gid(struct dentry *dentry, kgid_t gid) in change_gid()
192 struct dentry *dentry = list_entry(tmp, struct dentry, d_child); in set_gid() local
388 struct dentry *dentry; in start_creating() local
424 static struct dentry *failed_creating(struct dentry *dentry) in failed_creating()
432 static struct dentry *end_creating(struct dentry *dentry) in end_creating()
468 struct dentry *dentry; in tracefs_create_file() local
499 struct dentry *dentry = start_creating(name, parent); in __create_dir() local
568 struct dentry *dentry; in tracefs_create_instance_dir() local
597 void tracefs_remove(struct dentry *dentry) in tracefs_remove()