F_UNLCK           124 fs/9p/vfs_file.c 	if (__mandatory_lock(inode) && fl->fl_type != F_UNLCK)
F_UNLCK           127 fs/9p/vfs_file.c 	if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) {
F_UNLCK           164 fs/9p/vfs_file.c 	case F_UNLCK:
F_UNLCK           228 fs/9p/vfs_file.c 	if (res < 0 && fl->fl_type != F_UNLCK) {
F_UNLCK           230 fs/9p/vfs_file.c 		fl->fl_type = F_UNLCK;
F_UNLCK           255 fs/9p/vfs_file.c 	if (fl->fl_type != F_UNLCK)
F_UNLCK           281 fs/9p/vfs_file.c 		fl->fl_type = F_UNLCK;
F_UNLCK           315 fs/9p/vfs_file.c 	if (__mandatory_lock(inode) && fl->fl_type != F_UNLCK)
F_UNLCK           318 fs/9p/vfs_file.c 	if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) {
F_UNLCK           351 fs/9p/vfs_file.c 	if (__mandatory_lock(inode) && fl->fl_type != F_UNLCK)
F_UNLCK           357 fs/9p/vfs_file.c 	if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) {
F_UNLCK           744 fs/afs/flock.c 	fl->fl_type = F_UNLCK;
F_UNLCK           748 fs/afs/flock.c 	if (fl->fl_type == F_UNLCK) {
F_UNLCK           787 fs/afs/flock.c 	if (__mandatory_lock(&vnode->vfs_inode) && fl->fl_type != F_UNLCK)
F_UNLCK           796 fs/afs/flock.c 	if (fl->fl_type == F_UNLCK)
F_UNLCK           838 fs/afs/flock.c 	if (fl->fl_type == F_UNLCK)
F_UNLCK           125 fs/ceph/locks.c 			fl->fl_type = F_UNLCK;
F_UNLCK           229 fs/ceph/locks.c 	if (__mandatory_lock(file->f_mapping->host) && fl->fl_type != F_UNLCK)
F_UNLCK           246 fs/ceph/locks.c 		if (op == CEPH_MDS_OP_SETFILELOCK && F_UNLCK == fl->fl_type)
F_UNLCK           299 fs/ceph/locks.c 		if (F_UNLCK == fl->fl_type)
F_UNLCK           373 fs/ceph/locks.c 	case F_UNLCK:
F_UNLCK           998 fs/cifs/cifsfs.c 	if (arg == F_UNLCK ||
F_UNLCK          2680 fs/cifs/cifssmb.c 			pLockData->fl_type = F_UNLCK;
F_UNLCK          1059 fs/cifs/file.c 		flock->fl_type = F_UNLCK;
F_UNLCK          1142 fs/cifs/file.c 	if (flock->fl_type == F_UNLCK && !cinode->can_cache_brlcks) {
F_UNLCK          1418 fs/cifs/file.c 	} else if (flock->fl_type == F_UNLCK) {
F_UNLCK          1478 fs/cifs/file.c 		flock->fl_type = F_UNLCK;
F_UNLCK           360 fs/dlm/plock.c 	fl->fl_type = F_UNLCK;
F_UNLCK          2326 fs/fuse/file.c 	case F_UNLCK:
F_UNLCK          2405 fs/fuse/file.c 	struct pid *pid = fl->fl_type != F_UNLCK ? task_tgid(current) : NULL;
F_UNLCK          1192 fs/gfs2/file.c 	if (__mandatory_lock(&ip->i_inode) && fl->fl_type != F_UNLCK)
F_UNLCK          1198 fs/gfs2/file.c 		fl->fl_type = F_UNLCK;
F_UNLCK          1201 fs/gfs2/file.c 		if (fl->fl_type == F_UNLCK)
F_UNLCK          1207 fs/gfs2/file.c 	else if (fl->fl_type == F_UNLCK)
F_UNLCK          1234 fs/gfs2/file.c 		request.fl_type = F_UNLCK;
F_UNLCK          1299 fs/gfs2/file.c 	if (fl->fl_type == F_UNLCK) {
F_UNLCK           182 fs/lockd/clntproc.c 		if (fl->fl_type != F_UNLCK) {
F_UNLCK           438 fs/lockd/clntproc.c 			fl->fl_type = F_UNLCK;
F_UNLCK           606 fs/lockd/clntproc.c 	fl->fl_type = F_UNLCK;
F_UNLCK           626 fs/lockd/svclock.c 	if (lock->fl.fl_type == F_UNLCK) {
F_UNLCK           674 fs/lockd/svclock.c 	lock->fl.fl_type = F_UNLCK;
F_UNLCK           188 fs/lockd/svcsubs.c 			lock.fl_type  = F_UNLCK;
F_UNLCK           257 fs/lockd/xdr.c 	argp->lock.fl.fl_type = F_UNLCK;
F_UNLCK           254 fs/lockd/xdr4.c 	argp->lock.fl.fl_type = F_UNLCK;
F_UNLCK           191 fs/locks.c     		return F_UNLCK;
F_UNLCK           255 fs/locks.c     	if (likely(ctx) || type == F_UNLCK)
F_UNLCK           472 fs/locks.c     		return F_UNLCK;
F_UNLCK           509 fs/locks.c     	case F_UNLCK:
F_UNLCK           960 fs/locks.c     		fl->fl_type = F_UNLCK;
F_UNLCK           971 fs/locks.c     	fl->fl_type = F_UNLCK;
F_UNLCK          1070 fs/locks.c     		if (request->fl_type != F_UNLCK)
F_UNLCK          1075 fs/locks.c     	if (!(request->fl_flags & FL_ACCESS) && (request->fl_type != F_UNLCK)) {
F_UNLCK          1096 fs/locks.c     	if (request->fl_type == F_UNLCK) {
F_UNLCK          1146 fs/locks.c     		return (request->fl_type == F_UNLCK) ? 0 : -ENOMEM;
F_UNLCK          1155 fs/locks.c     	    (request->fl_type != F_UNLCK ||
F_UNLCK          1168 fs/locks.c     	if (request->fl_type != F_UNLCK) {
F_UNLCK          1255 fs/locks.c     			if (request->fl_type == F_UNLCK)
F_UNLCK          1305 fs/locks.c     		if (request->fl_type == F_UNLCK) {
F_UNLCK          1499 fs/locks.c     	case F_UNLCK:
F_UNLCK          1516 fs/locks.c     	if (arg == F_UNLCK) {
F_UNLCK          1552 fs/locks.c     			lease_modify(fl, F_UNLCK, dispose);
F_UNLCK          1766 fs/locks.c     	int type = F_UNLCK;
F_UNLCK          1972 fs/locks.c     		error = fl->fl_lmops->lm_change(victim, F_UNLCK, &dispose);
F_UNLCK          2005 fs/locks.c     	case F_UNLCK:
F_UNLCK          2039 fs/locks.c     	if (arg != F_UNLCK)
F_UNLCK          2145 fs/locks.c     	if (arg == F_UNLCK)
F_UNLCK          2146 fs/locks.c     		return vfs_setlease(filp, F_UNLCK, NULL, (void **)&filp);
F_UNLCK          2378 fs/locks.c     	if (fl->fl_type != F_UNLCK) {
F_UNLCK          2533 fs/locks.c     	if (!error && file_lock->fl_type != F_UNLCK &&
F_UNLCK          2544 fs/locks.c     			file_lock->fl_type = F_UNLCK;
F_UNLCK          2592 fs/locks.c     	if (fl->fl_type != F_UNLCK)
F_UNLCK          2664 fs/locks.c     	if (!error && file_lock->fl_type != F_UNLCK &&
F_UNLCK          2675 fs/locks.c     			file_lock->fl_type = F_UNLCK;
F_UNLCK          2709 fs/locks.c     	lock.fl_type = F_UNLCK;
F_UNLCK          2763 fs/locks.c     			lease_modify(fl, F_UNLCK, &dispose);
F_UNLCK           665 fs/nfs/file.c  	if (fl->fl_type != F_UNLCK) {
F_UNLCK           681 fs/nfs/file.c  	fl->fl_type = F_UNLCK;
F_UNLCK           779 fs/nfs/file.c  	if (__mandatory_lock(inode) && fl->fl_type != F_UNLCK)
F_UNLCK           793 fs/nfs/file.c  	else if (fl->fl_type == F_UNLCK)
F_UNLCK           829 fs/nfs/file.c  	if (fl->fl_type == F_UNLCK)
F_UNLCK          6415 fs/nfs/nfs4proc.c 			request->fl_type = F_UNLCK;
F_UNLCK          6630 fs/nfs/nfs4proc.c 	fl->fl_type = F_UNLCK;
F_UNLCK          7179 fs/nfs/nfs4proc.c 	if (request->fl_type == F_UNLCK) {
F_UNLCK           786 fs/nfs/nfs4trace.h TRACE_DEFINE_ENUM(F_UNLCK);
F_UNLCK           797 fs/nfs/nfs4trace.h 		{ F_UNLCK, "UNLCK" })
F_UNLCK           172 fs/nfsd/nfs4layouts.c 		vfs_setlease(ls->ls_file->nf_file, F_UNLCK, NULL, (void **)&ls);
F_UNLCK           741 fs/nfsd/nfs4layouts.c 	BUG_ON(!(arg & F_UNLCK));
F_UNLCK           958 fs/nfsd/nfs4state.c 	vfs_setlease(nf->nf_file, F_UNLCK, NULL, (void **)&dp);
F_UNLCK          4471 fs/nfsd/nfs4state.c 	if (arg & F_UNLCK)
F_UNLCK          4875 fs/nfsd/nfs4state.c 	vfs_setlease(fp->fi_deleg_file->nf_file, F_UNLCK, NULL, (void **)&dp);
F_UNLCK          6707 fs/nfsd/nfs4state.c 	if (file_lock->fl_type != F_UNLCK) {
F_UNLCK          6755 fs/nfsd/nfs4state.c 	file_lock->fl_type = F_UNLCK;
F_UNLCK            57 fs/ocfs2/locks.c 		request.fl_type = F_UNLCK;
F_UNLCK           113 fs/ocfs2/locks.c 	if (fl->fl_type == F_UNLCK)
F_UNLCK           126 fs/ocfs2/locks.c 	if (__mandatory_lock(inode) && fl->fl_type != F_UNLCK)
F_UNLCK           756 fs/ocfs2/stack_user.c 		fl->fl_type = F_UNLCK;
F_UNLCK           761 fs/ocfs2/stack_user.c 	else if (fl->fl_type == F_UNLCK)
F_UNLCK          1213 include/linux/fs.h 	return F_UNLCK;
F_UNLCK           371 include/linux/lockd/lockd.h 	     &&(fl1->fl_type  == fl2->fl_type || fl2->fl_type == F_UNLCK);
F_UNLCK           376 include/trace/events/afs.h 	E_(F_UNLCK,				"UNLCK")
F_UNLCK            36 include/trace/events/filelock.h 			{ F_UNLCK, "F_UNLCK" })
F_UNLCK           135 tools/hv/hv_kvp_daemon.c 	struct flock fl = {F_UNLCK, SEEK_SET, 0, 0, 0};