F_SETLK 81 lib/tdb/common/lock.c if (!probe && lck_type != F_SETLK) { F_SETLK 208 lib/tdb/common/lock.c return _tdb_lock(tdb, list, ltype, F_SETLK); F_SETLK 434 lib/tdb/common/lock.c return _tdb_lockall(tdb, F_WRLCK, F_SETLK); F_SETLK 452 lib/tdb/common/lock.c return _tdb_lockall(tdb, F_RDLCK, F_SETLK); F_SETLK 525 lib/tdb/common/lock.c return tdb->methods->tdb_brlock(tdb, off, F_WRLCK, F_SETLK, 1, 1); F_SETLK 534 lib/tdb/common/lock.c return tdb->methods->tdb_brlock(tdb, off, F_UNLCK, F_SETLK, 0, 1); F_SETLK 231 lib/tdb/common/open.c (locked = (tdb->methods->tdb_brlock(tdb, ACTIVE_LOCK, F_WRLCK, F_SETLK, 0, 1) == 0))) { F_SETLK 292 lib/tdb/common/open.c if (tdb->methods->tdb_brlock(tdb, ACTIVE_LOCK, F_UNLCK, F_SETLK, 0, 1) == -1) { F_SETLK 197 source3/client/mtab.c fcntl (lockfile_fd, F_SETLK, &flock); F_SETLK 494 source3/include/includes.h # define SMB_F_SETLK F_SETLK F_SETLK 906 source3/torture/cmd_vfs.c op = F_SETLK; F_SETLK 116 source3/torture/locktest2.c return fcntl(fd,F_SETLK,&lock) == 0; F_SETLK 137 source3/torture/locktest2.c return fcntl(fd,F_SETLK,&lock) == 0; F_SETLK 75 source4/heimdal_build/replace.c return fcntl(fd, F_SETLK, &lock); F_SETLK 78 source4/heimdal_build/replace.c return fcntl(fd, (op&LOCK_NB)?F_SETLK:F_SETLKW, &lock); F_SETLK 81 source4/heimdal_build/replace.c return fcntl(fd, (op&LOCK_NB)?F_SETLK:F_SETLKW, &lock); F_SETLK 63 source4/smbd/pidfile.c if (fcntl_lock(fd,F_SETLK,0,1,F_RDLCK)) { F_SETLK 105 source4/smbd/pidfile.c if (fcntl_lock(fd,F_SETLK,0,1,F_WRLCK)==false) { F_SETLK 113 source4/torture/locktest2.c return fcntl(fd,F_SETLK,&lock) == 0; F_SETLK 134 source4/torture/locktest2.c return fcntl(fd,F_SETLK,&lock) == 0; F_SETLK 756 source4/torture/raw/samba3misc.c if (fcntl(fd, F_SETLK, &posix_lock) == -1) {