Lines Matching defs:name
251 void putname(struct filename *name) in putname()
518 const char *name; member
521 struct filename *name; member
529 static void set_nameidata(struct nameidata *p, int dfd, struct filename *name) in set_nameidata()
1499 static struct dentry *lookup_dcache(const struct qstr *name, in lookup_dcache()
1523 static struct dentry *__lookup_hash(const struct qstr *name, in __lookup_hash()
1613 static struct dentry *__lookup_slow(const struct qstr *name, in __lookup_slow()
1650 static struct dentry *lookup_slow(const struct qstr *name, in lookup_slow()
2067 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash()
2088 u64 hashlen_string(const void *salt, const char *name) in hashlen_string()
2116 static inline u64 hash_name(const void *salt, const char *name) in hash_name()
2144 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len) in full_name_hash()
2154 u64 hashlen_string(const void *salt, const char *name) in hashlen_string()
2173 static inline u64 hash_name(const void *salt, const char *name) in hash_name()
2197 static int link_path_walk(const char *name, struct nameidata *nd) in link_path_walk()
2448 int filename_lookup(int dfd, struct filename *name, unsigned flags, in filename_lookup()
2491 static struct filename *filename_parentat(int dfd, struct filename *name, in filename_parentat()
2519 struct dentry *kern_path_locked(const char *name, struct path *path) in kern_path_locked()
2545 int kern_path(const char *name, unsigned int flags, struct path *path) in kern_path()
2561 const char *name, unsigned int flags, in vfs_path_lookup()
2571 static int lookup_one_len_common(const char *name, struct dentry *base, in lookup_one_len_common()
2617 struct dentry *try_lookup_one_len(const char *name, struct dentry *base, int len) in try_lookup_one_len()
2643 struct dentry *lookup_one_len(const char *name, struct dentry *base, int len) in lookup_one_len()
2672 struct dentry *lookup_one_len_unlocked(const char *name, in lookup_one_len_unlocked()
2698 struct dentry *lookup_positive_unlocked(const char *name, in lookup_positive_unlocked()
2737 int user_path_at_empty(int dfd, const char __user *name, unsigned flags, in user_path_at_empty()
3497 const char *name, const struct open_flags *op) in do_file_open_root()
3525 static struct dentry *filename_create(int dfd, struct filename *name, in filename_create()
3822 long do_rmdir(int dfd, struct filename *name) in do_rmdir()
3951 long do_unlinkat(int dfd, struct filename *name) in do_unlinkat()