Home
last modified time | relevance | path

Searched refs:orangefs_sb_info_s (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/orangefs/
Dorangefs-kernel.h199 struct orangefs_sb_info_s { struct
231 static inline struct orangefs_sb_info_s *ORANGEFS_SB(struct super_block *sb) in ORANGEFS_SB() argument
233 return (struct orangefs_sb_info_s *) sb->s_fs_info; in ORANGEFS_SB()
324 int orangefs_remount(struct orangefs_sb_info_s *);
Dsuper.c41 struct orangefs_sb_info_s *orangefs_sb = ORANGEFS_SB(root->d_sb); in orangefs_show_options()
55 struct orangefs_sb_info_s *orangefs_sb = ORANGEFS_SB(sb); in parse_mount_options()
231 int orangefs_remount(struct orangefs_sb_info_s *orangefs_sb) in orangefs_remount()
406 sb->s_fs_info = kzalloc(sizeof(struct orangefs_sb_info_s), GFP_KERNEL); in orangefs_fill_sb()
Ddevorangefs-req.c87 struct orangefs_sb_info_s *orangefs_sb = NULL; in mark_all_pending_mounts()
108 struct orangefs_sb_info_s *orangefs_sb = NULL; in fs_mount_pending()
599 struct orangefs_sb_info_s *orangefs_sb; in dispatch_ioctl_command()