Lines Matching refs:dentry
55 struct dentry *lookup_one_qstr_excl(const struct qstr *name,
56 struct dentry *base,
60 extern struct dentry *kern_path_create(int, const char *, struct path *, unsigned int);
61 extern struct dentry *user_path_create(int, const char __user *, struct path *, unsigned int);
62 extern void done_path_create(struct path *, struct dentry *);
63 extern struct dentry *kern_path_locked(const char *, struct path *);
64 extern struct dentry *user_path_locked_at(int , const char __user *, struct path *);
68 int vfs_path_lookup(struct dentry *, struct vfsmount *, const char *,
71 extern struct dentry *try_lookup_one_len(const char *, struct dentry *, int);
72 extern struct dentry *lookup_one_len(const char *, struct dentry *, int);
73 extern struct dentry *lookup_one_len_unlocked(const char *, struct dentry *, int);
74 extern struct dentry *lookup_positive_unlocked(const char *, struct dentry *, int);
75 struct dentry *lookup_one(struct mnt_idmap *, const char *, struct dentry *, int);
76 struct dentry *lookup_one_unlocked(struct mnt_idmap *idmap,
77 const char *name, struct dentry *base,
79 struct dentry *lookup_one_positive_unlocked(struct mnt_idmap *idmap,
81 struct dentry *base, int len);
87 extern struct dentry *lock_rename(struct dentry *, struct dentry *);
88 extern struct dentry *lock_rename_child(struct dentry *, struct dentry *);
89 extern void unlock_rename(struct dentry *, struct dentry *);