Searched refs:O_PATH (Results 1 – 7 of 7) sorted by relevance
50 int fd = openat(dirfd, pathname, O_PATH | O_NOFOLLOW | O_CLOEXEC); in fchmodat()
50 if ((fd_flag == -1) || ((fd_flag & O_PATH) == 0)) { in flistxattr()
55 if ((fd_flag == -1) || ((fd_flag & O_PATH) == 0)) { in fchmod()
50 if ((fd_flag == -1) || ((fd_flag & O_PATH) == 0)) { in fgetxattr()
50 if ((fd_flag == -1) || ((fd_flag & O_PATH) == 0)) { in fsetxattr()
70 int fd = open(tf.filename, O_PATH); in TEST()88 int fd = open(tf.filename, O_PATH); in TEST()117 int fd = open(tf.filename, O_PATH); in TEST()
85 #ifndef O_PATH86 #define O_PATH 010000000 macro