Home
last modified time | relevance | path

Searched refs:orangefs_sb (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/orangefs/
H A Ddevorangefs-req.c87 struct orangefs_sb_info_s *orangefs_sb = NULL; in mark_all_pending_mounts() local
90 list_for_each_entry(orangefs_sb, &orangefs_superblocks, list) { in mark_all_pending_mounts()
92 orangefs_sb->mount_pending = 1; in mark_all_pending_mounts()
108 struct orangefs_sb_info_s *orangefs_sb = NULL; in fs_mount_pending() local
112 if (orangefs_sb->fs_id == fsid) { in fs_mount_pending()
113 mount_pending = orangefs_sb->mount_pending; in fs_mount_pending()
599 struct orangefs_sb_info_s *orangefs_sb; in dispatch_ioctl_command() local
653 if (!orangefs_sb->list.prev) in dispatch_ioctl_command()
658 orangefs_sb); in dispatch_ioctl_command()
661 ret = orangefs_remount(orangefs_sb); in dispatch_ioctl_command()
[all …]
H A Dsuper.c47 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()
281 orangefs_sb->id = new_op->downcall.resp.fs_mount.id; in orangefs_remount()
[all …]