ext4/306: Add -b blocksize parameter too to avoid failure with DAX config
[xfstests-dev.git] / include / file_lock.h
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Copyright (c) 2000 Silicon Graphics, Inc.
4  * All Rights Reserved.
5  */
6 #ifndef _FILE_LOCK_H_
7 #define _FILE_LOCK_H_
8
9 extern char Fl_syscall_str[128];
10
11 int file_lock( int , int, char ** );
12 int record_lock( int , int , int , int , char ** );
13
14 #endif /* _FILE_LOCK_H_ */