Home
last modified time | relevance | path

Searched refs:nfs_fl (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/lockd/
Dclntlock.c152 if (fl->fl_u.nfs_fl.host != host) in nlmclnt_mark_reclaim()
154 if (!(fl->fl_u.nfs_fl.flags & NFS_LCK_GRANTED)) in nlmclnt_mark_reclaim()
156 fl->fl_u.nfs_fl.flags |= NFS_LCK_RECLAIM; in nlmclnt_mark_reclaim()
224 if (fl->fl_u.nfs_fl.host != host) in reclaimer()
226 if (!(fl->fl_u.nfs_fl.flags & NFS_LCK_RECLAIM)) in reclaimer()
229 fl->fl_u.nfs_fl.flags &= ~NFS_LCK_RECLAIM; in reclaimer()
Dclntproc.c411 nlm_get_host(fl->fl_u.nfs_fl.host); in nlmclnt_insert_lock_callback()
416 if (fl->fl_u.nfs_fl.host) { in nlmclnt_remove_lock_callback()
417 nlm_release_host(fl->fl_u.nfs_fl.host); in nlmclnt_remove_lock_callback()
418 fl->fl_u.nfs_fl.host = NULL; in nlmclnt_remove_lock_callback()
466 fl->fl_u.nfs_fl.state = host->h_state; in nlmclnt_lock()
467 fl->fl_u.nfs_fl.flags |= NFS_LCK_GRANTED; in nlmclnt_lock()
468 fl->fl_u.nfs_fl.host = host; in nlmclnt_lock()
530 fl->fl_u.nfs_fl.flags &= ~NFS_LCK_GRANTED; in nlmclnt_unlock()
/linux-2.4.37.9/include/linux/
Dfs.h645 struct nfs_lock_info nfs_fl; member