F_UNLCK           114 fs/9p/vfs_file.c 	if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) {
F_UNLCK           485 fs/afs/flock.c 	fl->fl_type = F_UNLCK;
F_UNLCK           492 fs/afs/flock.c 	if (fl->fl_type == F_UNLCK) {
F_UNLCK           527 fs/afs/flock.c 	if (__mandatory_lock(&vnode->vfs_inode) && fl->fl_type != F_UNLCK)
F_UNLCK           532 fs/afs/flock.c 	if (fl->fl_type == F_UNLCK)
F_UNLCK           563 fs/afs/flock.c 	if (fl->fl_type == F_UNLCK)
F_UNLCK          1899 fs/cifs/cifssmb.c 			pLockData->fl_type = F_UNLCK;
F_UNLCK           674 fs/cifs/file.c 	} else if (pfLock->fl_type == F_UNLCK) {
F_UNLCK           730 fs/cifs/file.c 			pfLock->fl_type = F_UNLCK;
F_UNLCK           303 fs/dlm/plock.c 	fl->fl_type = F_UNLCK;
F_UNLCK          1265 fs/fuse/file.c 	case F_UNLCK:
F_UNLCK          1341 fs/fuse/file.c 	pid_t pid = fl->fl_type != F_UNLCK ? current->tgid : 0;
F_UNLCK           643 fs/gfs2/ops_file.c 		fl->fl_type = F_UNLCK;
F_UNLCK           647 fs/gfs2/ops_file.c 	else if (fl->fl_type == F_UNLCK)
F_UNLCK           673 fs/gfs2/ops_file.c 				     &(struct file_lock){.fl_type = F_UNLCK});
F_UNLCK           729 fs/gfs2/ops_file.c 	if (fl->fl_type == F_UNLCK) {
F_UNLCK           170 fs/lockd/clntproc.c 		if (fl->fl_type != F_UNLCK) {
F_UNLCK           428 fs/lockd/clntproc.c 			fl->fl_type = F_UNLCK;
F_UNLCK           605 fs/lockd/clntproc.c 	fl->fl_type = F_UNLCK;
F_UNLCK           502 fs/lockd/svclock.c 					&& block->b_fl->fl_type != F_UNLCK) {
F_UNLCK           527 fs/lockd/svclock.c 	if (lock->fl.fl_type == F_UNLCK) {
F_UNLCK           572 fs/lockd/svclock.c 	lock->fl.fl_type = F_UNLCK;
F_UNLCK           184 fs/lockd/svcsubs.c 			lock.fl_type  = F_UNLCK;
F_UNLCK           290 fs/lockd/xdr.c 	argp->lock.fl.fl_type = F_UNLCK;
F_UNLCK           297 fs/lockd/xdr4.c 	argp->lock.fl.fl_type = F_UNLCK;
F_UNLCK           265 fs/locks.c     		return F_UNLCK;
F_UNLCK           298 fs/locks.c     	case F_UNLCK:
F_UNLCK           405 fs/locks.c     	case F_UNLCK:
F_UNLCK           658 fs/locks.c     		fl->fl_type = F_UNLCK;
F_UNLCK           736 fs/locks.c     	if (request->fl_type != F_UNLCK) {
F_UNLCK           759 fs/locks.c     	if (request->fl_type == F_UNLCK) {
F_UNLCK           819 fs/locks.c     	    (request->fl_type != F_UNLCK ||
F_UNLCK           826 fs/locks.c     	if (request->fl_type != F_UNLCK) {
F_UNLCK           909 fs/locks.c     			if (request->fl_type == F_UNLCK)
F_UNLCK           961 fs/locks.c     		if (request->fl_type == F_UNLCK) {
F_UNLCK          1142 fs/locks.c     	if (arg == F_UNLCK)
F_UNLCK          1201 fs/locks.c     		future = F_UNLCK | F_INPROGRESS;
F_UNLCK          1318 fs/locks.c     	int type = F_UNLCK;
F_UNLCK          1366 fs/locks.c     	if (arg != F_UNLCK) {
F_UNLCK          1394 fs/locks.c     		else if (fl->fl_type == (F_INPROGRESS | F_UNLCK))
F_UNLCK          1417 fs/locks.c     	if (arg == F_UNLCK)
F_UNLCK          1503 fs/locks.c     	if (error || arg == F_UNLCK)
F_UNLCK          1509 fs/locks.c     		flp->fl_type = F_UNLCK | F_INPROGRESS;
F_UNLCK          1687 fs/locks.c     	if (file_lock.fl_type != F_UNLCK) {
F_UNLCK          1815 fs/locks.c     	case F_UNLCK:
F_UNLCK          1836 fs/locks.c     	if (!error && f != filp && flock.l_type != F_UNLCK) {
F_UNLCK          1837 fs/locks.c     		flock.l_type = F_UNLCK;
F_UNLCK          1872 fs/locks.c     	if (file_lock.fl_type != F_UNLCK)
F_UNLCK          1933 fs/locks.c     	case F_UNLCK:
F_UNLCK          1949 fs/locks.c     	if (!error && f != filp && flock.l_type != F_UNLCK) {
F_UNLCK          1950 fs/locks.c     		flock.l_type = F_UNLCK;
F_UNLCK          1977 fs/locks.c     	lock.fl_type = F_UNLCK;
F_UNLCK          2012 fs/locks.c     			.fl_type = F_UNLCK,
F_UNLCK          2030 fs/locks.c     				lease_modify(before, F_UNLCK);
F_UNLCK          2128 fs/locks.c     			       ? (fl->fl_type & F_UNLCK) ? "UNLCK" : "READ "
F_UNLCK           558 fs/nfs/file.c  	if (fl->fl_type != F_UNLCK) {
F_UNLCK           574 fs/nfs/file.c  	fl->fl_type = F_UNLCK;
F_UNLCK           673 fs/nfs/file.c  	if (__mandatory_lock(inode) && fl->fl_type != F_UNLCK)
F_UNLCK           684 fs/nfs/file.c  	else if (fl->fl_type == F_UNLCK)
F_UNLCK           717 fs/nfs/file.c  	if (fl->fl_type == F_UNLCK)
F_UNLCK          3085 fs/nfs/nfs4proc.c 			request->fl_type = F_UNLCK;
F_UNLCK          3233 fs/nfs/nfs4proc.c 	fl->fl_type = F_UNLCK;
F_UNLCK          3559 fs/nfs/nfs4proc.c 	if (request->fl_type == F_UNLCK)
F_UNLCK           865 fs/nfs/nfs4xdr.c 	if ((fl->fl_type & (F_RDLCK|F_WRLCK|F_UNLCK)) == F_RDLCK)
F_UNLCK           258 fs/nfsd/nfs4state.c 		vfs_setlease(filp, F_UNLCK, &dp->dl_flock);
F_UNLCK          1384 fs/nfsd/nfs4state.c 	if (arg & F_UNLCK)
F_UNLCK          2851 fs/nfsd/nfs4state.c 	if (file_lock.fl_type != F_UNLCK) {
F_UNLCK          2889 fs/nfsd/nfs4state.c 	file_lock.fl_type = F_UNLCK;
F_UNLCK            71 fs/ocfs2/locks.c 				     &(struct file_lock){.fl_type = F_UNLCK});
F_UNLCK           123 fs/ocfs2/locks.c 	if (fl->fl_type == F_UNLCK)
F_UNLCK           770 fs/ocfs2/stack_user.c 		fl->fl_type = F_UNLCK;
F_UNLCK           775 fs/ocfs2/stack_user.c 	else if (fl->fl_type == F_UNLCK)
F_UNLCK           367 include/linux/lockd/lockd.h 	     &&(fl1->fl_type  == fl2->fl_type || fl2->fl_type == F_UNLCK);