want_write       1609 fs/locks.c     	int want_write = (mode & O_ACCMODE) != O_RDONLY;
want_write       1612 fs/locks.c     	new_fl = lease_alloc(NULL, want_write ? F_WRLCK : F_RDLCK);
want_write       1642 fs/locks.c     		if (want_write) {