Searched refs:lc_fid (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | capa.c | 195 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/ |
D | lustre_capa.h | 103 return &capa->lc_fid; in capa_fid()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3853 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()
|
D | pack_generic.c | 2421 lustre_swab_lu_fid(&c->lc_fid); in lustre_swab_lustre_capa()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3481 struct lu_fid lc_fid; /** fid */ member
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 2641 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/ |
D | lmv_obd.c | 2681 tgt = lmv_find_target(lmv, &oc->c_capa.lc_fid); in lmv_renew_capa()
|