Lines Matching refs:dentry
60 struct dentry *lookup_one_qstr_excl(const struct qstr *name,
61 struct dentry *base,
65 extern struct dentry *kern_path_create(int, const char *, struct path *, unsigned int);
66 extern struct dentry *user_path_create(int, const char __user *, struct path *, unsigned int);
67 extern void done_path_create(struct path *, struct dentry *);
68 extern struct dentry *kern_path_locked(const char *, struct path *);
72 int vfs_path_lookup(struct dentry *, struct vfsmount *, const char *,
75 extern struct dentry *try_lookup_one_len(const char *, struct dentry *, int);
76 extern struct dentry *lookup_one_len(const char *, struct dentry *, int);
77 extern struct dentry *lookup_one_len_unlocked(const char *, struct dentry *, int);
78 extern struct dentry *lookup_positive_unlocked(const char *, struct dentry *, int);
79 struct dentry *lookup_one(struct mnt_idmap *, const char *, struct dentry *, int);
80 struct dentry *lookup_one_unlocked(struct mnt_idmap *idmap,
81 const char *name, struct dentry *base,
83 struct dentry *lookup_one_positive_unlocked(struct mnt_idmap *idmap,
85 struct dentry *base, int len);
91 extern struct dentry *lock_rename(struct dentry *, struct dentry *);
92 extern struct dentry *lock_rename_child(struct dentry *, struct dentry *);
93 extern void unlock_rename(struct dentry *, struct dentry *);