Lines Matching refs:dentry
62 extern struct dentry *kern_path_create(int, const char *, struct path *, unsigned int);
63 extern struct dentry *user_path_create(int, const char __user *, struct path *, unsigned int);
64 extern void done_path_create(struct path *, struct dentry *);
65 extern struct dentry *kern_path_locked(const char *, struct path *);
67 extern struct dentry *try_lookup_one_len(const char *, struct dentry *, int);
68 extern struct dentry *lookup_one_len(const char *, struct dentry *, int);
69 extern struct dentry *lookup_one_len_unlocked(const char *, struct dentry *, int);
70 extern struct dentry *lookup_positive_unlocked(const char *, struct dentry *, int);
71 struct dentry *lookup_one(struct user_namespace *, const char *, struct dentry *, int);
72 struct dentry *lookup_one_unlocked(struct user_namespace *mnt_userns,
73 const char *name, struct dentry *base,
75 struct dentry *lookup_one_positive_unlocked(struct user_namespace *mnt_userns,
77 struct dentry *base, int len);
83 extern struct dentry *lock_rename(struct dentry *, struct dentry *);
84 extern void unlock_rename(struct dentry *, struct dentry *);