Searched refs:F_UNLCK (Results 26 - 33 of 33) sorted by relevance

12

/linux-master/include/trace/events/
H A Dafs.h389 E_(F_UNLCK, "UNLCK")
/linux-master/fs/smb/client/
H A Dcifsfs.c1100 if (arg == F_UNLCK ||
H A Dfile.c1391 * properties. Otherwise, set the flock type to F_UNLCK if we can cache brlocks
1421 flock->c.flc_type = F_UNLCK;
1488 * properties. Otherwise, set the flock type to F_UNLCK if we can cache brlocks
1785 cifs_dbg(FYI, "F_UNLCK\n");
1846 flock->c.flc_type = F_UNLCK;
H A Dcifssmb.c2069 pLockData->c.flc_type = F_UNLCK;
/linux-master/fs/fuse/
H A Dfile.c2598 case F_UNLCK:
2677 struct pid *pid = fl->c.flc_type != F_UNLCK ? task_tgid(current) : NULL;
/linux-master/fs/nfsd/
H A Dnfs4state.c1260 kernel_setlease(nf->nf_file, F_UNLCK, NULL, (void **)&dp);
5262 if (arg & F_UNLCK) {
5858 kernel_setlease(fp->fi_deleg_file->nf_file, F_UNLCK, NULL, (void **)&dp);
8175 if (file_lock->c.flc_type != F_UNLCK) {
8231 file_lock->c.flc_type = F_UNLCK;
/linux-master/fs/nfs/
H A Dnfs4proc.c6798 request->c.flc_type = F_UNLCK;
7016 fl->c.flc_type = F_UNLCK;
7599 return generic_setlease(file, F_UNLCK, NULL, priv);
7627 case F_UNLCK:
/linux-master/fs/smb/server/
H A Dsmb2pdu.c7105 flock->c.flc_type = F_UNLCK;
7240 if (cmp_lock->fl->c.flc_type != F_UNLCK &&
7241 flock->c.flc_type != F_UNLCK) {
7477 rlock->c.flc_type = F_UNLCK;

Completed in 635 milliseconds

12