Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:F_SETLK

363 		if (!probe && lck_type != F_SETLK) {
490 return _tdb_lock(tdb, list, ltype, F_SETLK);
716 return _tdb_lockall(tdb, F_WRLCK, F_SETLK);
734 return _tdb_lockall(tdb, F_RDLCK, F_SETLK);
795 Note this is meant to be F_SETLK, *not* F_SETLKW, as it's not
804 return tdb->methods->tdb_brlock(tdb, off, F_WRLCK, F_SETLK, 1, 1);
808 Note this is meant to be F_SETLK, *not* F_SETLKW, as it's not
813 return tdb->methods->tdb_brlock(tdb, off, F_UNLCK, F_SETLK, 0, 1);
3888 (locked = (tdb->methods->tdb_brlock(tdb, ACTIVE_LOCK, F_WRLCK, F_SETLK, 0, 1) == 0))) {
3947 if (tdb->methods->tdb_brlock(tdb, ACTIVE_LOCK, F_UNLCK, F_SETLK, 0, 1) == -1) {