ORANGEFS_SB 606 fs/orangefs/file.c if (ORANGEFS_SB(file_inode(filp)->i_sb)->flags & ORANGEFS_OPT_LOCAL_LOCK) { ORANGEFS_SB 292 fs/orangefs/orangefs-kernel.h &ORANGEFS_SB(inode->i_sb)->root_khandle, ORANGEFS_SB 295 fs/orangefs/orangefs-kernel.h if (ORANGEFS_khandle_cmp(&(ORANGEFS_SB(inode->i_sb)->root_khandle), ORANGEFS_SB 471 fs/orangefs/orangefs-kernel.h ((ORANGEFS_SB(inode->i_sb)->flags & ORANGEFS_OPT_INTR) ? \ ORANGEFS_SB 42 fs/orangefs/super.c struct orangefs_sb_info_s *orangefs_sb = ORANGEFS_SB(root->d_sb); ORANGEFS_SB 56 fs/orangefs/super.c struct orangefs_sb_info_s *orangefs_sb = ORANGEFS_SB(sb); ORANGEFS_SB 176 fs/orangefs/super.c (int)(ORANGEFS_SB(sb)->fs_id)); ORANGEFS_SB 181 fs/orangefs/super.c new_op->upcall.req.statfs.fs_id = ORANGEFS_SB(sb)->fs_id; ORANGEFS_SB 183 fs/orangefs/super.c if (ORANGEFS_SB(sb)->flags & ORANGEFS_OPT_INTR) ORANGEFS_SB 203 fs/orangefs/super.c memcpy(&buf->f_fsid, &ORANGEFS_SB(sb)->fs_id, sizeof(buf->f_fsid)); ORANGEFS_SB 421 fs/orangefs/super.c ORANGEFS_SB(sb)->sb = sb; ORANGEFS_SB 423 fs/orangefs/super.c ORANGEFS_SB(sb)->root_khandle = fs_mount->root_khandle; ORANGEFS_SB 424 fs/orangefs/super.c ORANGEFS_SB(sb)->fs_id = fs_mount->fs_id; ORANGEFS_SB 425 fs/orangefs/super.c ORANGEFS_SB(sb)->id = fs_mount->id; ORANGEFS_SB 447 fs/orangefs/super.c root_object.khandle = ORANGEFS_SB(sb)->root_khandle; ORANGEFS_SB 448 fs/orangefs/super.c root_object.fs_id = ORANGEFS_SB(sb)->fs_id; ORANGEFS_SB 527 fs/orangefs/super.c if (!ORANGEFS_SB(sb)) { ORANGEFS_SB 545 fs/orangefs/super.c strncpy(ORANGEFS_SB(sb)->devname, ORANGEFS_SB 550 fs/orangefs/super.c ORANGEFS_SB(sb)->mount_pending = 0; ORANGEFS_SB 558 fs/orangefs/super.c ORANGEFS_SB(sb)); ORANGEFS_SB 560 fs/orangefs/super.c list_add_tail(&ORANGEFS_SB(sb)->list, &orangefs_superblocks); ORANGEFS_SB 565 fs/orangefs/super.c ORANGEFS_SB(sb)->no_list = 0; ORANGEFS_SB 583 fs/orangefs/super.c ORANGEFS_SB(sb)->no_list = 1; ORANGEFS_SB 606 fs/orangefs/super.c if (!ORANGEFS_SB(sb)) { ORANGEFS_SB 615 fs/orangefs/super.c r = orangefs_unmount(ORANGEFS_SB(sb)->id, ORANGEFS_SB(sb)->fs_id, ORANGEFS_SB 616 fs/orangefs/super.c ORANGEFS_SB(sb)->devname); ORANGEFS_SB 618 fs/orangefs/super.c ORANGEFS_SB(sb)->mount_pending = 1; ORANGEFS_SB 620 fs/orangefs/super.c if (!ORANGEFS_SB(sb)->no_list) { ORANGEFS_SB 624 fs/orangefs/super.c __list_del_entry(&ORANGEFS_SB(sb)->list); ORANGEFS_SB 625 fs/orangefs/super.c ORANGEFS_SB(sb)->list.prev = NULL; ORANGEFS_SB 637 fs/orangefs/super.c kfree(ORANGEFS_SB(sb));