Searched refs:F_UNLCK (Results 1 - 25 of 33) sorted by relevance

12

/linux-master/arch/parisc/include/uapi/asm/
H A Dfcntl.h35 #define F_UNLCK 03 macro
/linux-master/tools/testing/selftests/filelock/
H A Dofdlocks.c66 if (fl.l_type != F_UNLCK) {
77 if (fl.l_type != F_UNLCK) {
86 fl.l_type = F_UNLCK;
92 ("[FAIL] F_OFD_GETLK with F_UNLCK not supported\n");
95 if (fl.l_type != F_UNLCK) {
97 ("[SUCCESS] F_UNLCK test returns: locked, type %i pid %i len %zi\n",
101 ("[FAIL] F_OFD_GETLK with F_UNLCK did not return lock info\n");
105 fl2.l_type = F_UNLCK;
111 ("[FAIL] F_OFD_GETLK with F_UNLCK not supported\n");
116 ("[FAIL] F_UNLCK tes
[all...]
/linux-master/arch/alpha/include/uapi/asm/
H A Dfcntl.h50 #define F_UNLCK 8 macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dfcntl.h50 #define F_UNLCK 3 macro
/linux-master/fs/9p/
H A Dvfs_file.c110 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->c.flc_type != F_UNLCK) {
145 case F_UNLCK:
209 if (res < 0 && fl->c.flc_type != F_UNLCK) {
212 fl->c.flc_type = F_UNLCK;
237 if (fl->c.flc_type != F_UNLCK)
263 fl->c.flc_type = F_UNLCK;
296 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->c.flc_type != F_UNLCK) {
330 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->c.flc_type != F_UNLCK) {
/linux-master/include/trace/misc/
H A Dfs.h100 { F_UNLCK, "UNLCK" })
/linux-master/include/uapi/asm-generic/
H A Dfcntl.h167 #define F_UNLCK 2 macro
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h167 #define F_UNLCK 2 macro
/linux-master/fs/
H A Dlocks.c90 return F_UNLCK;
183 if (likely(ctx) || type == F_UNLCK)
459 return F_UNLCK;
482 case F_UNLCK:
919 * path so checks for additional GETLK-specific things like F_UNLCK.
927 /* F_UNLCK checks any locks on the same fd. */
962 fl->c.flc_type = F_UNLCK;
984 fl->c.flc_type = F_UNLCK;
1085 if (request->c.flc_type != F_UNLCK)
1090 if (!(request->c.flc_flags & FL_ACCESS) && (request->c.flc_type != F_UNLCK)) {
[all...]
/linux-master/fs/ocfs2/
H A Dlocks.c56 request.c.flc_type = F_UNLCK;
/linux-master/fs/ceph/
H A Dlocks.c140 fl->c.flc_type = F_UNLCK;
297 if (op == CEPH_MDS_OP_SETFILELOCK && F_UNLCK != fl->c.flc_type) {
360 if (!err && F_UNLCK != fl->c.flc_type) {
422 case F_UNLCK:
/linux-master/include/linux/
H A Dfilelock.h165 return fl->c.flc_type == F_UNLCK;
261 return F_UNLCK;
/linux-master/include/trace/events/
H A Dfilelock.h36 { F_UNLCK, "F_UNLCK" })
/linux-master/fs/lockd/
H A Dxdr.c226 argp->lock.fl.c.flc_type = F_UNLCK;
H A Dxdr4.c221 argp->lock.fl.c.flc_type = F_UNLCK;
H A Dsvclock.c641 if (lock->fl.c.flc_type == F_UNLCK) {
685 lock->fl.c.flc_type = F_UNLCK;
998 fl->c.flc_type = F_UNLCK;
H A Dclntproc.c186 if (fl->c.flc_type != F_UNLCK) {
443 fl->c.flc_type = F_UNLCK;
629 fl->c.flc_type = F_UNLCK;
H A Dsvcsubs.c184 lock.c.flc_type = F_UNLCK;
/linux-master/include/linux/lockd/
H A Dlockd.h373 * When the second lock is of type F_UNLCK, this acts like a wildcard.
383 &&(fl1->c.flc_type == fl2->c.flc_type || fl2->c.flc_type == F_UNLCK);
/linux-master/tools/hv/
H A Dhv_kvp_daemon.c146 struct flock fl = {F_UNLCK, SEEK_SET, 0, 0, 0};
/linux-master/fs/nfs/
H A Dfile.c727 if (fl->c.flc_type != F_UNLCK) {
743 fl->c.flc_type = F_UNLCK;
/linux-master/fs/nfsd/
H A Dnfs4layouts.c166 kernel_setlease(fl->nf_file, F_UNLCK, NULL,
762 BUG_ON(!(arg & F_UNLCK));
/linux-master/fs/dlm/
H A Dplock.c458 fl->c.flc_type = F_UNLCK;
/linux-master/fs/afs/
H A Dflock.c733 fl->c.flc_type = F_UNLCK;
/linux-master/fs/gfs2/
H A Dfile.c1498 request.c.flc_type = F_UNLCK;

Completed in 204 milliseconds

12