Home
last modified time | relevance | path

Searched refs:lc_fid (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcapa.c195 struct hlist_head *head = hash + capa_hashfn(&capa->lc_fid); in capa_add()
230 ocapa = find_capa(capa, hash + capa_hashfn(&capa->lc_fid), alive); in capa_lookup()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_capa.h103 return &capa->lc_fid; in capa_fid()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3853 LASSERTF((int)offsetof(struct lustre_capa, lc_fid) == 0, "found %lld\n", in lustre_assert_wire_constants()
3854 (long long)(int)offsetof(struct lustre_capa, lc_fid)); in lustre_assert_wire_constants()
3855 LASSERTF((int)sizeof(((struct lustre_capa *)0)->lc_fid) == 16, "found %lld\n", in lustre_assert_wire_constants()
3856 (long long)(int)sizeof(((struct lustre_capa *)0)->lc_fid)); in lustre_assert_wire_constants()
Dpack_generic.c2421 lustre_swab_lu_fid(&c->lc_fid); in lustre_swab_lustre_capa()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3481 struct lu_fid lc_fid; /** fid */ member
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c2641 mdc_pack_body(req, &oc->c_capa.lc_fid, oc, OBD_MD_FLOSSCAPA, 0, -1, 0); in mdc_renew_capa()
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c2681 tgt = lmv_find_target(lmv, &oc->c_capa.lc_fid); in lmv_renew_capa()