Lines Matching refs:F_UNLCK
139 if (__mandatory_lock(inode) && fl->fl_type != F_UNLCK) in v9fs_file_lock()
142 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) { in v9fs_file_lock()
178 case F_UNLCK: in v9fs_file_do_lock()
231 if (res < 0 && fl->fl_type != F_UNLCK) { in v9fs_file_do_lock()
233 fl->fl_type = F_UNLCK; in v9fs_file_do_lock()
255 if (fl->fl_type != F_UNLCK) in v9fs_file_getlock()
281 fl->fl_type = F_UNLCK; in v9fs_file_getlock()
313 if (__mandatory_lock(inode) && fl->fl_type != F_UNLCK) in v9fs_file_lock_dotl()
316 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) { in v9fs_file_lock_dotl()
349 if (__mandatory_lock(inode) && fl->fl_type != F_UNLCK) in v9fs_file_flock_dotl()
355 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) { in v9fs_file_flock_dotl()