Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c462 fid_zero(&sbi->ll_root_fid); in client_common_fill_super()
463 err = md_getstatus(sbi->ll_md_exp, &sbi->ll_root_fid, &oc); in client_common_fill_super()
468 if (!fid_is_sane(&sbi->ll_root_fid)) { in client_common_fill_super()
471 PFID(&sbi->ll_root_fid)); in client_common_fill_super()
475 CDEBUG(D_SUPER, "rootfid "DFID"\n", PFID(&sbi->ll_root_fid)); in client_common_fill_super()
496 op_data->op_fid1 = sbi->ll_root_fid; in client_common_fill_super()
519 LASSERT(fid_is_sane(&sbi->ll_root_fid)); in client_common_fill_super()
520 root = ll_iget(sb, cl_fid_build_ino(&sbi->ll_root_fid, in client_common_fill_super()
Dllite_internal.h475 struct lu_fid ll_root_fid; /* root object fid */ member