Searched refs:conflock (Results 1 – 3 of 3) sorted by relevance
/fs/lockd/ |
D | svclock.c | 467 struct nlm_lock *conflock, struct nlm_cookie *cookie) in nlmsvc_testlock() argument 540 conflock->caller = "somehost"; /* FIXME */ in nlmsvc_testlock() 541 conflock->len = strlen(conflock->caller); in nlmsvc_testlock() 542 conflock->oh.len = 0; /* don't return OH info */ in nlmsvc_testlock() 543 conflock->svid = lock->fl.fl_pid; in nlmsvc_testlock() 544 conflock->fl.fl_type = lock->fl.fl_type; in nlmsvc_testlock() 545 conflock->fl.fl_start = lock->fl.fl_start; in nlmsvc_testlock() 546 conflock->fl.fl_end = lock->fl.fl_end; in nlmsvc_testlock()
|
/fs/ |
D | locks.c | 802 …c int __posix_lock_file(struct inode *inode, struct file_lock *request, struct file_lock *conflock) in __posix_lock_file() argument 833 if (conflock) in __posix_lock_file() 834 __locks_copy_lock(conflock, fl); in __posix_lock_file() 1019 struct file_lock *conflock) in posix_lock_file() argument 1021 return __posix_lock_file(filp->f_path.dentry->d_inode, fl, conflock); in posix_lock_file()
|
/fs/nfsd/ |
D | nfs4state.c | 2656 struct file_lock conflock; in nfsd4_lock() local 2768 err = vfs_lock_file(filp, cmd, &file_lock, &conflock); in nfsd4_lock() 2779 nfs4_set_lock_denied(&conflock, &lock->lk_denied); in nfsd4_lock()
|