![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-or-later */ 0002 /* 0003 * locks.h 0004 * 0005 * Function prototypes for Userspace file locking support 0006 * 0007 * Copyright (C) 2002, 2004 Oracle. All rights reserved. 0008 */ 0009 0010 #ifndef OCFS2_LOCKS_H 0011 #define OCFS2_LOCKS_H 0012 0013 int ocfs2_flock(struct file *file, int cmd, struct file_lock *fl); 0014 int ocfs2_lock(struct file *file, int cmd, struct file_lock *fl); 0015 0016 #endif /* OCFS2_LOCKS_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |