Searched refs:lookup_flags (Results 1 – 2 of 2) sorted by relevance
156 int lookup_flags = 0; in do_utimes() local159 lookup_flags |= LOOKUP_FOLLOW; in do_utimes()161 error = user_path_at(dfd, filename, lookup_flags, &path); in do_utimes()
831 unsigned int lookup_flags = nd->flags; in __link_path_walk() local840 lookup_flags = LOOKUP_FOLLOW | (nd->flags & LOOKUP_CONTINUE); in __link_path_walk()929 lookup_flags |= LOOKUP_FOLLOW | LOOKUP_DIRECTORY; in __link_path_walk()932 nd->flags &= lookup_flags | ~LOOKUP_CONTINUE; in __link_path_walk()933 if (lookup_flags & LOOKUP_PARENT) in __link_path_walk()957 if ((lookup_flags & LOOKUP_FOLLOW) in __link_path_walk()968 if (lookup_flags & LOOKUP_DIRECTORY) { in __link_path_walk()1129 int path_lookup_open(int dfd, const char *name, unsigned int lookup_flags, in path_lookup_open() argument1140 err = do_path_lookup(dfd, name, lookup_flags|LOOKUP_OPEN, nd); in path_lookup_open()1403 static inline int lookup_flags(unsigned int f) in lookup_flags() function[all …]