Home
last modified time | relevance | path

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

/linux-4.19.296/fs/lockd/
Dsvcshare.c36 if (share->s_host == host && nlm_cmp_owner(share, oh)) in nlmsvc_share_file()
53 share->s_host = host; in nlmsvc_share_file()
77 if (share->s_host == host && nlm_cmp_owner(share, oh)) { in nlmsvc_unshare_file()
100 if (match(share->s_host, host)) { in nlmsvc_traverse_shares()
/linux-4.19.296/include/linux/lockd/
Dshare.h18 struct nlm_host * s_host; /* client host */ member