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()
256 if (fl->fl_type != F_UNLCK) in v9fs_file_getlock()
282 fl->fl_type = F_UNLCK; in v9fs_file_getlock()
314 if (__mandatory_lock(inode) && fl->fl_type != F_UNLCK) in v9fs_file_lock_dotl()
317 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) { in v9fs_file_lock_dotl()
350 if (__mandatory_lock(inode) && fl->fl_type != F_UNLCK) in v9fs_file_flock_dotl()
356 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) { in v9fs_file_flock_dotl()