Lines Matching +full:0 +full:x040000
21 #define LOOKUP_FOLLOW 0x0001 /* follow links at the end */
22 #define LOOKUP_DIRECTORY 0x0002 /* require a directory */
23 #define LOOKUP_AUTOMOUNT 0x0004 /* force terminal automount */
24 #define LOOKUP_EMPTY 0x4000 /* accept empty path [user_... only] */
25 #define LOOKUP_DOWN 0x8000 /* follow mounts in the starting point */
26 #define LOOKUP_MOUNTPOINT 0x0080 /* follow mounts in the end */
28 #define LOOKUP_REVAL 0x0020 /* tell ->d_revalidate() to trust no cache */
29 #define LOOKUP_RCU 0x0040 /* RCU pathwalk mode; semi-internal */
32 #define LOOKUP_OPEN 0x0100 /* ... in open */
33 #define LOOKUP_CREATE 0x0200 /* ... in object creation */
34 #define LOOKUP_EXCL 0x0400 /* ... in exclusive creation */
35 #define LOOKUP_RENAME_TARGET 0x0800 /* ... in destination of rename() */
38 #define LOOKUP_PARENT 0x0010
41 #define LOOKUP_NO_SYMLINKS 0x010000 /* No symlink crossing. */
42 #define LOOKUP_NO_MAGICLINKS 0x020000 /* No nd_jump_link() crossing. */
43 #define LOOKUP_NO_XDEV 0x040000 /* No mountpoint crossing. */
44 #define LOOKUP_BENEATH 0x080000 /* No escaping from starting point. */
45 #define LOOKUP_IN_ROOT 0x100000 /* Treat dirfd as fs root. */
46 #define LOOKUP_CACHED 0x200000 /* Only do cached lookup */
47 #define LOOKUP_LINKAT_EMPTY 0x400000 /* Linkat request with empty path. */
119 ((char *) name)[min(len, maxlen)] = '\0'; in nd_terminate_link()