Lines Matching refs:F_UNLCK
151 return F_UNLCK; in target_leasetype()
210 if (likely(inode->i_flctx) || type == F_UNLCK) in locks_get_lock_context()
363 return F_UNLCK; in flock_translate_cmd()
397 case F_UNLCK: in assign_type()
767 fl->fl_type = F_UNLCK; in posix_test_lock()
780 fl->fl_type = F_UNLCK; in posix_test_lock()
876 if (request->fl_type != F_UNLCK) in flock_lock_inode()
881 if (!(request->fl_flags & FL_ACCESS) && (request->fl_type != F_UNLCK)) { in flock_lock_inode()
901 if (request->fl_type == F_UNLCK) { in flock_lock_inode()
947 return (request->fl_type == F_UNLCK) ? 0 : -ENOMEM; in __posix_lock_file()
956 (request->fl_type != F_UNLCK || in __posix_lock_file()
968 if (request->fl_type != F_UNLCK) { in __posix_lock_file()
1049 if (request->fl_type == F_UNLCK) in __posix_lock_file()
1099 if (request->fl_type == F_UNLCK) { in __posix_lock_file()
1294 case F_UNLCK: in lease_clear_pending()
1311 if (arg == F_UNLCK) { in lease_modify()
1347 lease_modify(fl, F_UNLCK, dispose); in time_out_leases()
1547 int type = F_UNLCK; in fcntl_getlease()
1733 error = fl->fl_lmops->lm_change(victim, F_UNLCK, &dispose); in generic_delete_lease()
1766 case F_UNLCK: in generic_setlease()
1846 if (arg == F_UNLCK) in fcntl_setlease()
1847 return vfs_setlease(filp, F_UNLCK, NULL, (void **)&filp); in fcntl_setlease()
2029 if (file_lock.fl_type != F_UNLCK) { in fcntl_getlk()
2198 if (!error && file_lock->fl_type != F_UNLCK) { in fcntl_setlk()
2208 file_lock->fl_type = F_UNLCK; in fcntl_setlk()
2255 if (file_lock.fl_type != F_UNLCK) in fcntl_getlk64()
2340 if (!error && file_lock->fl_type != F_UNLCK) { in fcntl_setlk64()
2350 file_lock->fl_type = F_UNLCK; in fcntl_setlk64()
2380 lock.fl_type = F_UNLCK; in locks_remove_posix()
2407 .fl_type = F_UNLCK, in locks_remove_flock()
2440 lease_modify(fl, F_UNLCK, &dispose); in locks_remove_lease()
2564 ? (fl->fl_type == F_UNLCK) ? "UNLCK" : "READ " in lock_get_status()