Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c56 static int (*client_fill_super)(struct super_block *sb, variable
1224 if (client_fill_super == NULL) in lustre_fill_super()
1226 if (client_fill_super == NULL) { in lustre_fill_super()
1238 rc = (*client_fill_super)(sb, lmd2->lmd2_mnt); in lustre_fill_super()
1267 client_fill_super = cfs; in lustre_register_client_fill_super()