1CHECK_CONFLICTING_OP(9) The Linux VFS CHECK_CONFLICTING_OP(9)
2
3
4
6 check_conflicting_open - see if the given dentry points to a file that
7 has an existing open that would conflict with the desired lease.
8
10 int check_conflicting_open(const struct dentry * dentry,
11 const long arg, int flags);
12
14 dentry
15 dentry to check
16
17 arg
18 type of lease that we're trying to acquire
19
20 flags
21 -- undescribed --
22
24 Check to see if there's an existing open fd on this file that would
25 conflict with the lease we're trying to set.
26
28Kernel Hackers Manual 3.10 June 2019 CHECK_CONFLICTING_OP(9)