Home
last modified time | relevance | path

Searched refs:s_host (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/lockd/
Dsvcshare.c35 if (share->s_host == host && nlm_cmp_owner(share, oh)) in nlmsvc_share_file()
52 share->s_host = host; in nlmsvc_share_file()
75 if (share->s_host == host && nlm_cmp_owner(share, oh)) { in nlmsvc_unshare_file()
99 share->s_host->h_inuse = 1; in nlmsvc_traverse_shares()
101 if (host == NULL || host == share->s_host) { in nlmsvc_traverse_shares()
/linux-2.4.37.9/include/linux/lockd/
Dshare.h17 struct nlm_host * s_host; /* client host */ member