Searched refs:conflock (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dsvclock.c473 struct nlm_lock *conflock, struct nlm_cookie *cookie)
546 conflock->caller = "somehost";
547 conflock->len = strlen(conflock->caller);
548 conflock->oh.len = 0; /* don't return OH info */
549 conflock->svid = lock->fl.fl_pid;
550 conflock->fl.fl_type = lock->fl.fl_type;
551 conflock->fl.fl_start = lock->fl.fl_start;
552 conflock->fl.fl_end = lock->fl.fl_end;
471 nlmsvc_testlock(struct svc_rqst *rqstp, struct nlm_file *file, struct nlm_host *host, struct nlm_lock *lock, struct nlm_lock *conflock, struct nlm_cookie *cookie) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dlocks.c689 static int __posix_lock_file(struct inode *inode, struct file_lock *request, struct file_lock *conflock) argument
720 if (conflock)
721 __locks_copy_lock(conflock, fl);
895 * @conflock: Place to return a copy of the conflicting lock, if found.
906 struct file_lock *conflock)
908 return __posix_lock_file(filp->f_path.dentry->d_inode, fl, conflock);
905 posix_lock_file(struct file *filp, struct file_lock *fl, struct file_lock *conflock) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4state.c3518 struct file_lock conflock; local
3639 err = vfs_lock_file(filp, cmd, &file_lock, &conflock);
3647 case (EAGAIN): /* conflock holds conflicting lock */
3650 nfs4_set_lock_denied(&conflock, &lock->lk_denied);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfs.h1193 struct file_lock *conflock)
1192 posix_lock_file(struct file *filp, struct file_lock *fl, struct file_lock *conflock) argument

Completed in 94 milliseconds