Lines Matching defs:dentry
75 static char *get_dname(struct dentry *dentry) in get_dname()
91 struct inode *inode, struct dentry *dentry, in tracefs_syscall_mkdir()
115 static int tracefs_syscall_rmdir(struct inode *inode, struct dentry *dentry) in tracefs_syscall_rmdir()
186 static void change_gid(struct dentry *dentry, kgid_t gid) in change_gid()
214 struct dentry *dentry = list_entry(tmp, struct dentry, d_child); in set_gid() local
379 static void tracefs_dentry_iput(struct dentry *dentry, struct inode *inode) in tracefs_dentry_iput()
447 struct dentry *dentry; in tracefs_start_creating() local
483 struct dentry *tracefs_failed_creating(struct dentry *dentry) in tracefs_failed_creating()
491 struct dentry *tracefs_end_creating(struct dentry *dentry) in tracefs_end_creating()
509 struct dentry *dentry; in eventfs_start_creating() local
550 struct dentry *eventfs_failed_creating(struct dentry *dentry) in eventfs_failed_creating()
566 struct dentry *eventfs_end_creating(struct dentry *dentry) in eventfs_end_creating()
601 struct dentry *dentry; in tracefs_create_file() local
632 struct dentry *dentry = tracefs_start_creating(name, parent); in __create_dir() local
704 struct dentry *dentry; in tracefs_create_instance_dir() local
733 void tracefs_remove(struct dentry *dentry) in tracefs_remove()