Home
last modified time | relevance | path

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

/linux/fs/lockd/
H A Dsvcshare.c67 for (share = file->f_shares; share; share = share->s_next) { in nlmsvc_share_file()
87 share->s_next = file->f_shares; in nlmsvc_share_file()
88 file->f_shares = share; in nlmsvc_share_file()
115 for (shpp = &file->f_shares; (share = *shpp) != NULL; in nlmsvc_unshare_file()
142 shpp = &file->f_shares; in nlmsvc_traverse_shares()
H A Dlockd.h201 struct lockd_share * f_shares; /* DOS shares */ member
H A Dsvcsubs.c336 if (file->f_count || !list_empty(&file->f_blocks) || file->f_shares) in nlm_file_inuse()