Lines Matching refs:F_UNLCK
191 return F_UNLCK;
255 if (likely(ctx) || type == F_UNLCK)
472 return F_UNLCK;
509 case F_UNLCK:
960 fl->fl_type = F_UNLCK;
971 fl->fl_type = F_UNLCK;
1070 if (request->fl_type != F_UNLCK)
1075 if (!(request->fl_flags & FL_ACCESS) && (request->fl_type != F_UNLCK)) {
1096 if (request->fl_type == F_UNLCK) {
1146 return (request->fl_type == F_UNLCK) ? 0 : -ENOMEM;
1155 (request->fl_type != F_UNLCK ||
1168 if (request->fl_type != F_UNLCK) {
1255 if (request->fl_type == F_UNLCK)
1306 if (request->fl_type == F_UNLCK) {
1500 case F_UNLCK:
1517 if (arg == F_UNLCK) {
1553 lease_modify(fl, F_UNLCK, dispose);
1753 * %F_UNLCK to indicate no lease is held.
1760 * %F_UNLCK to indicate the lease needs to be removed.
1770 int type = F_UNLCK;
1848 /* Note that arg is never F_UNLCK here */
1976 error = fl->fl_lmops->lm_change(victim, F_UNLCK, &dispose);
2009 case F_UNLCK:
2043 if (arg != F_UNLCK)
2092 * used for F_UNLCK requests and may be NULL. For commands that set or alter
2149 if (arg == F_UNLCK)
2150 return vfs_setlease(filp, F_UNLCK, NULL, (void **)&filp);
2273 * setting conf->fl_type to something other than F_UNLCK.
2382 if (fl->fl_type != F_UNLCK) {
2538 if (!error && file_lock->fl_type != F_UNLCK &&
2596 if (fl->fl_type != F_UNLCK)
2669 if (!error && file_lock->fl_type != F_UNLCK &&
2713 lock.fl_type = F_UNLCK;
2767 lease_modify(fl, F_UNLCK, &dispose);