O_NOFOLLOW        181 fs/9p/vfs_inode_dotl.c 		{ O_NOFOLLOW,	P9_DOTL_NOFOLLOW },
O_NOFOLLOW         44 fs/ceph/file.c 	ceph_sys2wire(O_NOFOLLOW);
O_NOFOLLOW         92 fs/cifs/file.c 	if (flags & O_NOFOLLOW)
O_NOFOLLOW        698 fs/coredump.c  		int open_flags = O_CREAT | O_RDWR | O_NOFOLLOW |
O_NOFOLLOW       1605 fs/nfs/dir.c   			if (!(open_flags & O_NOFOLLOW))
O_NOFOLLOW        343 fs/nfs/nfstrace.h TRACE_DEFINE_ENUM(O_NOFOLLOW);
O_NOFOLLOW        361 fs/nfs/nfstrace.h 		{ O_NOFOLLOW, "O_NOFOLLOW" }, \
O_NOFOLLOW        993 fs/open.c      		flags &= O_DIRECTORY | O_NOFOLLOW | O_PATH;
O_NOFOLLOW       1020 fs/open.c      	if (!(flags & O_NOFOLLOW))
O_NOFOLLOW         11 include/linux/fcntl.h 	 FASYNC	| O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
O_NOFOLLOW         56 include/uapi/asm-generic/fcntl.h #ifndef O_NOFOLLOW
O_NOFOLLOW         55 tools/include/uapi/asm-generic/fcntl.h #ifndef O_NOFOLLOW
O_NOFOLLOW        981 tools/vm/page-types.c 	fd = checked_open(name, O_RDONLY|O_NOATIME|O_NOFOLLOW);