Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/
Dlustre_fid.h536 res->name[LUSTRE_RES_ID_QUOTA_SEQ_OFF] = fid_seq(&qid->qid_fid); in fid_build_quota_res_name()
537 res->name[LUSTRE_RES_ID_QUOTA_VER_OID_OFF] = fid_ver_oid(&qid->qid_fid); in fid_build_quota_res_name()
550 qid->qid_fid.f_seq = res->name[LUSTRE_RES_ID_QUOTA_SEQ_OFF]; in fid_extract_from_quota_res()
551 qid->qid_fid.f_oid = (__u32)res->name[LUSTRE_RES_ID_QUOTA_VER_OID_OFF]; in fid_extract_from_quota_res()
552 qid->qid_fid.f_ver = in fid_extract_from_quota_res()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1846 struct lu_fid qid_fid; /* FID for per-directory quota */ member
/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1814 lustre_swab_lu_fid(&desc->lquota_desc.gl_id.qid_fid); in lustre_swab_gl_desc()