Lines Matching defs:unsigned
441 unsigned int mode = inode->i_mode;
733 unsigned int flags, state;
734 unsigned seq, next_seq, m_seq, r_seq;
736 unsigned depth;
742 unsigned seq;
747 unsigned root_seq;
865 static bool __legitimize_path(struct path *path, unsigned seq, unsigned mseq)
882 struct path *path, unsigned seq)
1032 struct dentry *dentry, unsigned int flags)
1118 unsigned seq;
1489 struct path *path, unsigned *seqp)
1515 unsigned seq, mseq = read_seqbegin(&mount_lock);
1538 static int follow_automount(struct path *path, int *count, unsigned lookup_flags)
1574 static int __traverse_mounts(struct path *path, unsigned flags, bool *jumped,
1575 int *count, unsigned lookup_flags)
1636 int *count, unsigned lookup_flags)
1638 unsigned flags = smp_load_acquire(&path->dentry->d_flags);
1671 int follow_down(struct path *path, unsigned int flags)
1690 unsigned int flags = dentry->d_flags;
1737 unsigned int seq = nd->next_seq;
1766 unsigned int flags)
1791 struct dentry *base, unsigned int flags)
1895 unsigned int flags)
1931 unsigned int flags)
1943 unsigned int flags)
2163 unsigned seq;
2357 static inline unsigned int fold_hash(unsigned long x, unsigned long y)
2382 static inline unsigned int fold_hash(unsigned long x, unsigned long y)
2397 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len)
2399 unsigned long a, x = 0, y = (unsigned long)salt;
2405 if (len < sizeof(unsigned long))
2408 name += sizeof(unsigned long);
2409 len -= sizeof(unsigned long);
2420 unsigned long a = 0, x = 0, y = (unsigned long)salt;
2421 unsigned long adata, mask, len;
2429 len += sizeof(unsigned long);
2454 unsigned long *lastword)
2456 unsigned long a, b, x, y = (unsigned long)nd->path.dentry;
2457 unsigned long adata, bdata, mask, len;
2482 len += sizeof(unsigned long);
2512 unsigned int full_name_hash(const void *salt, const char *name, unsigned int len)
2514 unsigned long hash = init_name_hash(salt);
2516 hash = partial_name_hash((unsigned char)*name++, hash);
2524 unsigned long hash = init_name_hash(salt);
2525 unsigned long len = 0, c;
2527 c = (unsigned char)*name;
2531 c = (unsigned char)name[len];
2541 static inline const char *hash_name(struct nameidata *nd, const char *name, unsigned long *lastword)
2543 unsigned long hash = init_name_hash(nd->path.dentry);
2544 unsigned long len = 0, c, last = 0;
2546 c = (unsigned char)*name;
2551 c = (unsigned char)name[len];
2601 unsigned long lastword;
2677 static const char *path_init(struct nameidata *nd, unsigned flags)
2730 unsigned seq;
2801 static int path_lookupat(struct nameidata *nd, unsigned flags, struct path *path)
2834 int filename_lookup(int dfd, struct filename *name, unsigned flags,
2856 static int path_parentat(struct nameidata *nd, unsigned flags,
2874 unsigned int flags, struct path *parent,
2899 unsigned int flags, struct path *parent,
2906 unsigned int lookup_flags,
2907 unsigned int state)
2940 unsigned int lookup_flags)
3033 int kern_path(const char *name, unsigned int flags, struct path *path)
3048 int vfs_path_parent_lookup(struct filename *filename, unsigned int flags,
3074 const char *name, unsigned int flags,
3098 unsigned int c = *(const unsigned char *)name++;
3637 int user_path_at(int dfd, const char __user *name, unsigned flags,
4804 static int do_tmpfile(struct nameidata *nd, unsigned flags,
4827 static int do_o_path(struct nameidata *nd, unsigned flags, struct file *file)
4840 const struct open_flags *op, unsigned flags)
4922 struct path *path, unsigned int lookup_flags)
4927 unsigned int reval_flag = lookup_flags & LOOKUP_REVAL;
4928 unsigned int create_flags = LOOKUP_CREATE | LOOKUP_EXCL;
4971 struct path *path, unsigned int lookup_flags)
4999 struct path *path, unsigned int lookup_flags)
5156 unsigned int dev)
5163 unsigned int lookup_flags = 0;
5209 unsigned int, dev)
5215 SYSCALL_DEFINE3(mknod, const char __user *, filename, umode_t, mode, unsigned, dev)
5248 unsigned max_links = dir->i_sb->s_max_links;
5294 unsigned int lookup_flags = LOOKUP_DIRECTORY;
5402 unsigned int lookup_flags = 0;
5548 unsigned int lookup_flags = 0;
5668 unsigned int lookup_flags = 0;
5742 unsigned max_links = dir->i_sb->s_max_links;
5945 unsigned int flags = rd->flags;
5950 unsigned max_links = new_dir->i_sb->s_max_links;
6110 int newdfd, struct filename *to, unsigned int flags)
6117 unsigned int lookup_flags = 0;
6213 int, newdfd, const char __user *, newname, unsigned int, flags)
6240 if (unlikely(copylen > (unsigned) buflen))
6413 unsigned int flags;