Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/llite/
Dllite_lib.c435 fid_zero(&sbi->ll_root_fid); in client_common_fill_super()
436 err = md_getstatus(sbi->ll_md_exp, &sbi->ll_root_fid); in client_common_fill_super()
441 if (!fid_is_sane(&sbi->ll_root_fid)) { in client_common_fill_super()
444 PFID(&sbi->ll_root_fid)); in client_common_fill_super()
448 CDEBUG(D_SUPER, "rootfid "DFID"\n", PFID(&sbi->ll_root_fid)); in client_common_fill_super()
469 op_data->op_fid1 = sbi->ll_root_fid; in client_common_fill_super()
489 LASSERT(fid_is_sane(&sbi->ll_root_fid)); in client_common_fill_super()
490 root = ll_iget(sb, cl_fid_build_ino(&sbi->ll_root_fid, in client_common_fill_super()
Dllite_internal.h466 struct lu_fid ll_root_fid; /* root object fid */ member