Lines Matching refs:fl_u
140 (unsigned int)fl->fl_u.nfs_fl.owner->pid, in nlmclnt_setlockargs()
142 lock->svid = fl->fl_u.nfs_fl.owner->pid; in nlmclnt_setlockargs()
175 if (!fl->fl_u.nfs_fl.owner) { in nlmclnt_proc()
465 spin_lock(&fl->fl_u.nfs_fl.owner->host->h_lock); in nlmclnt_locks_copy_lock()
466 new->fl_u.nfs_fl.state = fl->fl_u.nfs_fl.state; in nlmclnt_locks_copy_lock()
467 new->fl_u.nfs_fl.owner = nlmclnt_get_lockowner(fl->fl_u.nfs_fl.owner); in nlmclnt_locks_copy_lock()
468 list_add_tail(&new->fl_u.nfs_fl.list, &fl->fl_u.nfs_fl.owner->host->h_granted); in nlmclnt_locks_copy_lock()
469 spin_unlock(&fl->fl_u.nfs_fl.owner->host->h_lock); in nlmclnt_locks_copy_lock()
474 spin_lock(&fl->fl_u.nfs_fl.owner->host->h_lock); in nlmclnt_locks_release_private()
475 list_del(&fl->fl_u.nfs_fl.list); in nlmclnt_locks_release_private()
476 spin_unlock(&fl->fl_u.nfs_fl.owner->host->h_lock); in nlmclnt_locks_release_private()
477 nlmclnt_put_lockowner(fl->fl_u.nfs_fl.owner); in nlmclnt_locks_release_private()
487 fl->fl_u.nfs_fl.state = 0; in nlmclnt_locks_init_private()
488 fl->fl_u.nfs_fl.owner = nlmclnt_find_lockowner(host, fl->fl_owner); in nlmclnt_locks_init_private()
489 INIT_LIST_HEAD(&fl->fl_u.nfs_fl.list); in nlmclnt_locks_init_private()
556 fl->fl_u.nfs_fl.state = host->h_state; in nlmclnt_lock()
589 if (fl->fl_u.nfs_fl.state != host->h_state) { in nlmclnt_lock()