Searched refs:conflock (Results 1 – 4 of 4) sorted by relevance
586 struct nlm_lock *conflock, struct nlm_cookie *cookie) in nlmsvc_testlock() argument627 conflock->caller = "somehost"; /* FIXME */ in nlmsvc_testlock()628 conflock->len = strlen(conflock->caller); in nlmsvc_testlock()629 conflock->oh.len = 0; /* don't return OH info */ in nlmsvc_testlock()630 conflock->svid = lock->fl.fl_pid; in nlmsvc_testlock()631 conflock->fl.fl_type = lock->fl.fl_type; in nlmsvc_testlock()632 conflock->fl.fl_start = lock->fl.fl_start; in nlmsvc_testlock()633 conflock->fl.fl_end = lock->fl.fl_end; in nlmsvc_testlock()
1022 struct file_lock *conflock) in posix_lock_inode() argument1062 if (conflock) in posix_lock_inode()1063 locks_copy_conflock(conflock, fl); in posix_lock_inode()1260 struct file_lock *conflock) in posix_lock_file() argument1262 return posix_lock_inode(locks_inode(filp), fl, conflock); in posix_lock_file()
6838 struct file_lock *conflock = NULL; in nfsd4_lock() local6966 conflock = locks_alloc_lock(); in nfsd4_lock()6967 if (!conflock) { in nfsd4_lock()6981 err = vfs_lock_file(nf->nf_file, F_SETLK, file_lock, conflock); in nfsd4_lock()6995 nfs4_set_lock_denied(conflock, &lock->lk_denied); in nfsd4_lock()7039 if (conflock) in nfsd4_lock()7040 locks_free_lock(conflock); in nfsd4_lock()
1280 struct file_lock *conflock) in posix_lock_file() argument
Completed in 30 milliseconds