Searched refs:conflock (Results 1 – 3 of 3) sorted by relevance
611 struct nlm_lock *conflock) in nlmsvc_testlock() argument648 conflock->caller = "somehost"; /* FIXME */ in nlmsvc_testlock()649 conflock->len = strlen(conflock->caller); in nlmsvc_testlock()650 conflock->oh.len = 0; /* don't return OH info */ in nlmsvc_testlock()651 conflock->svid = lock->fl.c.flc_pid; in nlmsvc_testlock()652 conflock->fl.c.flc_type = lock->fl.c.flc_type; in nlmsvc_testlock()653 conflock->fl.fl_start = lock->fl.fl_start; in nlmsvc_testlock()654 conflock->fl.fl_end = lock->fl.fl_end; in nlmsvc_testlock()
1147 struct file_lock *conflock) in posix_lock_inode() argument1201 if (conflock) in posix_lock_inode()1202 locks_copy_conflock(conflock, fl); in posix_lock_inode()1400 struct file_lock *conflock) in posix_lock_file() argument1402 return posix_lock_inode(file_inode(filp), fl, conflock); in posix_lock_file()
8193 struct file_lock *conflock = NULL; in nfsd4_lock() local8321 conflock = locks_alloc_lock(); in nfsd4_lock()8322 if (!conflock) { in nfsd4_lock()8337 err = vfs_lock_file(nf->nf_file, F_SETLK, file_lock, conflock); in nfsd4_lock()8352 nfs4_set_lock_denied(conflock, &lock->lk_denied); in nfsd4_lock()8401 if (conflock) in nfsd4_lock()8402 locks_free_lock(conflock); in nfsd4_lock()
Completed in 27 milliseconds