Lines Matching refs:ORANGEFS_SB
42 struct orangefs_sb_info_s *orangefs_sb = ORANGEFS_SB(root->d_sb);
56 struct orangefs_sb_info_s *orangefs_sb = ORANGEFS_SB(sb);
176 (int)(ORANGEFS_SB(sb)->fs_id));
181 new_op->upcall.req.statfs.fs_id = ORANGEFS_SB(sb)->fs_id;
183 if (ORANGEFS_SB(sb)->flags & ORANGEFS_OPT_INTR)
203 memcpy(&buf->f_fsid, &ORANGEFS_SB(sb)->fs_id, sizeof(buf->f_fsid));
421 ORANGEFS_SB(sb)->sb = sb;
423 ORANGEFS_SB(sb)->root_khandle = fs_mount->root_khandle;
424 ORANGEFS_SB(sb)->fs_id = fs_mount->fs_id;
425 ORANGEFS_SB(sb)->id = fs_mount->id;
447 root_object.khandle = ORANGEFS_SB(sb)->root_khandle;
448 root_object.fs_id = ORANGEFS_SB(sb)->fs_id;
527 if (!ORANGEFS_SB(sb)) {
545 strncpy(ORANGEFS_SB(sb)->devname,
550 ORANGEFS_SB(sb)->mount_pending = 0;
558 ORANGEFS_SB(sb));
560 list_add_tail(&ORANGEFS_SB(sb)->list, &orangefs_superblocks);
565 ORANGEFS_SB(sb)->no_list = 0;
583 ORANGEFS_SB(sb)->no_list = 1;
606 if (!ORANGEFS_SB(sb)) {
615 r = orangefs_unmount(ORANGEFS_SB(sb)->id, ORANGEFS_SB(sb)->fs_id,
616 ORANGEFS_SB(sb)->devname);
618 ORANGEFS_SB(sb)->mount_pending = 1;
620 if (!ORANGEFS_SB(sb)->no_list) {
624 __list_del_entry(&ORANGEFS_SB(sb)->list);
625 ORANGEFS_SB(sb)->list.prev = NULL;
637 kfree(ORANGEFS_SB(sb));