Lines Matching refs:F_WRLCK
60 {F_WRLCK, OP_OPEN_RDONLY,
61 "open(O_RDONLY) conflicts with fcntl(F_SETLEASE, F_WRLCK)"},
62 {F_WRLCK, OP_OPEN_WRONLY,
63 "open(O_WRONLY) conflicts with fcntl(F_SETLEASE, F_WRLCK)"},
64 {F_WRLCK, OP_OPEN_RDWR,
65 "open(O_RDWR) conflicts with fcntl(F_SETLEASE, F_WRLCK)"},
66 {F_WRLCK, OP_TRUNCATE,
67 "truncate() conflicts with fcntl(F_SETLEASE, F_WRLCK)"},
109 "fcntl(F_SETLEASE, F_WRLCK) failed on overlayfs as expected");
132 case F_WRLCK: