SMB_F_SETLK       490 source3/include/includes.h #ifndef SMB_F_SETLK
SMB_F_SETLK        70 source3/lib/pidfile.c 	if (fcntl_lock(fd,SMB_F_SETLK,0,1,F_RDLCK)) {
SMB_F_SETLK       133 source3/lib/pidfile.c 	if (fcntl_lock(fd,SMB_F_SETLK,0,1,F_WRLCK)==False) {
SMB_F_SETLK      1029 source3/locking/posix.c 		if (!posix_fcntl_lock(fsp,SMB_F_SETLK,offset,count,posix_lock_type)) {
SMB_F_SETLK      1051 source3/locking/posix.c 			posix_fcntl_lock(fsp,SMB_F_SETLK,offset,count,F_UNLCK);
SMB_F_SETLK      1149 source3/locking/posix.c 		if (!posix_fcntl_lock(fsp,SMB_F_SETLK,offset,count,F_RDLCK)) {
SMB_F_SETLK      1167 source3/locking/posix.c 		if (!posix_fcntl_lock(fsp,SMB_F_SETLK,offset,count,F_UNLCK)) {
SMB_F_SETLK      1212 source3/locking/posix.c 	if (!posix_fcntl_lock(fsp,SMB_F_SETLK,offset,count,posix_lock_type)) {
SMB_F_SETLK      1301 source3/locking/posix.c 		if (!posix_fcntl_lock(fsp,SMB_F_SETLK,offset,count,F_UNLCK)) {