Lines Matching refs:orangefs_sb
43 struct orangefs_sb_info_s *orangefs_sb = ORANGEFS_SB(root->d_sb); in orangefs_show_options() local
47 if (orangefs_sb->flags & ORANGEFS_OPT_INTR) in orangefs_show_options()
49 if (orangefs_sb->flags & ORANGEFS_OPT_LOCAL_LOCK) in orangefs_show_options()
57 struct orangefs_sb_info_s *orangefs_sb = ORANGEFS_SB(sb); in parse_mount_options() local
66 orangefs_sb->flags &= ~ORANGEFS_OPT_INTR; in parse_mount_options()
67 orangefs_sb->flags &= ~ORANGEFS_OPT_LOCAL_LOCK; in parse_mount_options()
81 orangefs_sb->flags |= ORANGEFS_OPT_INTR; in parse_mount_options()
84 orangefs_sb->flags |= ORANGEFS_OPT_LOCAL_LOCK; in parse_mount_options()
247 int orangefs_remount(struct orangefs_sb_info_s *orangefs_sb) in orangefs_remount() argument
258 orangefs_sb->devname); in orangefs_remount()
280 orangefs_sb->id = new_op->downcall.resp.fs_mount.id; in orangefs_remount()
281 orangefs_sb->mount_pending = 0; in orangefs_remount()