Searched refs:conflock (Results 1 – 4 of 4) sorted by relevance
612 struct nlm_lock *conflock, struct nlm_cookie *cookie) in nlmsvc_testlock() argument649 conflock->caller = "somehost"; /* FIXME */ in nlmsvc_testlock()650 conflock->len = strlen(conflock->caller); in nlmsvc_testlock()651 conflock->oh.len = 0; /* don't return OH info */ in nlmsvc_testlock()652 conflock->svid = lock->fl.c.flc_pid; in nlmsvc_testlock()653 conflock->fl.c.flc_type = lock->fl.c.flc_type; in nlmsvc_testlock()654 conflock->fl.fl_start = lock->fl.fl_start; in nlmsvc_testlock()655 conflock->fl.fl_end = lock->fl.fl_end; in nlmsvc_testlock()
324 struct file_lock *conflock) in posix_lock_file() argument
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()
7928 struct file_lock *conflock = NULL; in nfsd4_lock() local8067 conflock = locks_alloc_lock(); in nfsd4_lock()8068 if (!conflock) { in nfsd4_lock()8083 err = vfs_lock_file(nf->nf_file, F_SETLK, file_lock, conflock); in nfsd4_lock()8098 nfs4_set_lock_denied(conflock, &lock->lk_denied); in nfsd4_lock()8147 if (conflock) in nfsd4_lock()8148 locks_free_lock(conflock); in nfsd4_lock()