Searched refs:ipath_super (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_fs.c46 static struct super_block *ipath_super; variable in typeref:struct:super_block
367 ipath_super = mnt->mnt_sb;
374 ipath_super = NULL;
381 if (ipath_super == NULL) {
386 ret = create_device_files(ipath_super, dd);
396 if (ipath_super == NULL) {
401 ret = remove_device_files(ipath_super, dd);

Completed in 120 milliseconds