Lines Matching refs:ORANGEFS_SB
43 struct orangefs_sb_info_s *orangefs_sb = ORANGEFS_SB(root->d_sb);
57 struct orangefs_sb_info_s *orangefs_sb = ORANGEFS_SB(sb);
177 (int)(ORANGEFS_SB(sb)->fs_id));
182 new_op->upcall.req.statfs.fs_id = ORANGEFS_SB(sb)->fs_id;
184 if (ORANGEFS_SB(sb)->flags & ORANGEFS_OPT_INTR)
204 memcpy(&buf->f_fsid, &ORANGEFS_SB(sb)->fs_id, sizeof(buf->f_fsid));
422 ORANGEFS_SB(sb)->sb = sb;
424 ORANGEFS_SB(sb)->root_khandle = fs_mount->root_khandle;
425 ORANGEFS_SB(sb)->fs_id = fs_mount->fs_id;
426 ORANGEFS_SB(sb)->id = fs_mount->id;
448 root_object.khandle = ORANGEFS_SB(sb)->root_khandle;
449 root_object.fs_id = ORANGEFS_SB(sb)->fs_id;
528 if (!ORANGEFS_SB(sb)) {
546 strncpy(ORANGEFS_SB(sb)->devname,
551 ORANGEFS_SB(sb)->mount_pending = 0;
559 ORANGEFS_SB(sb));
561 list_add_tail(&ORANGEFS_SB(sb)->list, &orangefs_superblocks);
566 ORANGEFS_SB(sb)->no_list = 0;
584 ORANGEFS_SB(sb)->no_list = 1;
607 if (!ORANGEFS_SB(sb)) {
616 r = orangefs_unmount(ORANGEFS_SB(sb)->id, ORANGEFS_SB(sb)->fs_id,
617 ORANGEFS_SB(sb)->devname);
619 ORANGEFS_SB(sb)->mount_pending = 1;
621 if (!ORANGEFS_SB(sb)->no_list) {
625 __list_del_entry(&ORANGEFS_SB(sb)->list);
626 ORANGEFS_SB(sb)->list.prev = NULL;
638 kfree(ORANGEFS_SB(sb));