Home
last modified time | relevance | path

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

/fs/orangefs/
Dorangefs-kernel.h242 struct orangefs_sb_info_s { struct
313 static inline struct orangefs_sb_info_s *ORANGEFS_SB(struct super_block *sb) in ORANGEFS_SB()
315 return (struct orangefs_sb_info_s *) sb->s_fs_info; in ORANGEFS_SB()
426 int orangefs_remount(struct orangefs_sb_info_s *);
Dsuper.c41 struct orangefs_sb_info_s *orangefs_sb = ORANGEFS_SB(sb); in parse_mount_options()
221 int orangefs_remount(struct orangefs_sb_info_s *orangefs_sb) in orangefs_remount()
389 sb->s_fs_info = kzalloc(sizeof(struct orangefs_sb_info_s), GFP_KERNEL); in orangefs_fill_sb()
Ddevorangefs-req.c86 struct orangefs_sb_info_s *orangefs_sb = NULL; in mark_all_pending_mounts()
107 struct orangefs_sb_info_s *orangefs_sb = NULL; in fs_mount_pending()
600 struct orangefs_sb_info_s *orangefs_sb; in dispatch_ioctl_command()