Lines Matching refs:F_UNLCK

191 		return F_UNLCK;  in target_leasetype()
255 if (likely(ctx) || type == F_UNLCK) in locks_get_lock_context()
472 return F_UNLCK; in flock_translate_cmd()
509 case F_UNLCK: in assign_type()
937 fl->fl_type = F_UNLCK; in posix_test_lock()
948 fl->fl_type = F_UNLCK; in posix_test_lock()
1047 if (request->fl_type != F_UNLCK) in flock_lock_inode()
1052 if (!(request->fl_flags & FL_ACCESS) && (request->fl_type != F_UNLCK)) { in flock_lock_inode()
1073 if (request->fl_type == F_UNLCK) { in flock_lock_inode()
1123 return (request->fl_type == F_UNLCK) ? 0 : -ENOMEM; in posix_lock_inode()
1132 (request->fl_type != F_UNLCK || in posix_lock_inode()
1145 if (request->fl_type != F_UNLCK) { in posix_lock_inode()
1232 if (request->fl_type == F_UNLCK) in posix_lock_inode()
1282 if (request->fl_type == F_UNLCK) { in posix_lock_inode()
1474 case F_UNLCK: in lease_clear_pending()
1491 if (arg == F_UNLCK) { in lease_modify()
1527 lease_modify(fl, F_UNLCK, dispose); in time_out_leases()
1740 int type = F_UNLCK; in fcntl_getlease()
1946 error = fl->fl_lmops->lm_change(victim, F_UNLCK, &dispose); in generic_delete_lease()
1979 case F_UNLCK: in generic_setlease()
2013 if (arg != F_UNLCK) in setlease_notifier()
2119 if (arg == F_UNLCK) in fcntl_setlease()
2120 return vfs_setlease(filp, F_UNLCK, NULL, (void **)&filp); in fcntl_setlease()
2351 if (fl->fl_type != F_UNLCK) { in fcntl_getlk()
2505 if (!error && file_lock->fl_type != F_UNLCK && in fcntl_setlk()
2516 file_lock->fl_type = F_UNLCK; in fcntl_setlk()
2564 if (fl->fl_type != F_UNLCK) in fcntl_getlk64()
2636 if (!error && file_lock->fl_type != F_UNLCK && in fcntl_setlk64()
2647 file_lock->fl_type = F_UNLCK; in fcntl_setlk64()
2681 lock.fl_type = F_UNLCK; in locks_remove_posix()
2735 lease_modify(fl, F_UNLCK, &dispose); in locks_remove_lease()