Searched refs:client_fill_super (Results 1 – 1 of 1) sorted by relevance
55 static int (*client_fill_super)(struct super_block *sb, variable1112 if (client_fill_super == NULL) in lustre_fill_super()1114 if (client_fill_super == NULL) { in lustre_fill_super()1126 rc = (*client_fill_super)(sb, lmd2->lmd2_mnt); in lustre_fill_super()1154 client_fill_super = cfs; in lustre_register_client_fill_super()