~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/fs/bcachefs/super.h

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /fs/bcachefs/super.h (Architecture m68k) and /fs/bcachefs/super.h (Architecture i386)


  1 /* SPDX-License-Identifier: GPL-2.0 */              1 /* SPDX-License-Identifier: GPL-2.0 */
  2 #ifndef _BCACHEFS_SUPER_H                           2 #ifndef _BCACHEFS_SUPER_H
  3 #define _BCACHEFS_SUPER_H                           3 #define _BCACHEFS_SUPER_H
  4                                                     4 
  5 #include "extents.h"                                5 #include "extents.h"
  6                                                     6 
  7 #include "bcachefs_ioctl.h"                         7 #include "bcachefs_ioctl.h"
  8                                                     8 
  9 #include <linux/math64.h>                           9 #include <linux/math64.h>
 10                                                    10 
 11 extern const char * const bch2_fs_flag_strs[];     11 extern const char * const bch2_fs_flag_strs[];
 12                                                    12 
 13 struct bch_fs *bch2_dev_to_fs(dev_t);              13 struct bch_fs *bch2_dev_to_fs(dev_t);
 14 struct bch_fs *bch2_uuid_to_fs(__uuid_t);          14 struct bch_fs *bch2_uuid_to_fs(__uuid_t);
 15                                                    15 
 16 bool bch2_dev_state_allowed(struct bch_fs *, s     16 bool bch2_dev_state_allowed(struct bch_fs *, struct bch_dev *,
 17                            enum bch_member_sta     17                            enum bch_member_state, int);
 18 int __bch2_dev_set_state(struct bch_fs *, stru     18 int __bch2_dev_set_state(struct bch_fs *, struct bch_dev *,
 19                         enum bch_member_state,     19                         enum bch_member_state, int);
 20 int bch2_dev_set_state(struct bch_fs *, struct     20 int bch2_dev_set_state(struct bch_fs *, struct bch_dev *,
 21                       enum bch_member_state, i     21                       enum bch_member_state, int);
 22                                                    22 
 23 int bch2_dev_fail(struct bch_dev *, int);          23 int bch2_dev_fail(struct bch_dev *, int);
 24 int bch2_dev_remove(struct bch_fs *, struct bc     24 int bch2_dev_remove(struct bch_fs *, struct bch_dev *, int);
 25 int bch2_dev_add(struct bch_fs *, const char *     25 int bch2_dev_add(struct bch_fs *, const char *);
 26 int bch2_dev_online(struct bch_fs *, const cha     26 int bch2_dev_online(struct bch_fs *, const char *);
 27 int bch2_dev_offline(struct bch_fs *, struct b     27 int bch2_dev_offline(struct bch_fs *, struct bch_dev *, int);
 28 int bch2_dev_resize(struct bch_fs *, struct bc     28 int bch2_dev_resize(struct bch_fs *, struct bch_dev *, u64);
 29 struct bch_dev *bch2_dev_lookup(struct bch_fs      29 struct bch_dev *bch2_dev_lookup(struct bch_fs *, const char *);
 30                                                    30 
 31 bool bch2_fs_emergency_read_only(struct bch_fs     31 bool bch2_fs_emergency_read_only(struct bch_fs *);
 32 void bch2_fs_read_only(struct bch_fs *);           32 void bch2_fs_read_only(struct bch_fs *);
 33                                                    33 
 34 int bch2_fs_read_write(struct bch_fs *);           34 int bch2_fs_read_write(struct bch_fs *);
 35 int bch2_fs_read_write_early(struct bch_fs *);     35 int bch2_fs_read_write_early(struct bch_fs *);
 36                                                    36 
 37 /*                                                 37 /*
 38  * Only for use in the recovery/fsck path:         38  * Only for use in the recovery/fsck path:
 39  */                                                39  */
 40 static inline void bch2_fs_lazy_rw(struct bch_     40 static inline void bch2_fs_lazy_rw(struct bch_fs *c)
 41 {                                                  41 {
 42         if (!test_bit(BCH_FS_rw, &c->flags) &&     42         if (!test_bit(BCH_FS_rw, &c->flags) &&
 43             !test_bit(BCH_FS_was_rw, &c->flags     43             !test_bit(BCH_FS_was_rw, &c->flags))
 44                 bch2_fs_read_write_early(c);       44                 bch2_fs_read_write_early(c);
 45 }                                                  45 }
 46                                                    46 
 47 void __bch2_fs_stop(struct bch_fs *);              47 void __bch2_fs_stop(struct bch_fs *);
 48 void bch2_fs_free(struct bch_fs *);                48 void bch2_fs_free(struct bch_fs *);
 49 void bch2_fs_stop(struct bch_fs *);                49 void bch2_fs_stop(struct bch_fs *);
 50                                                    50 
 51 int bch2_fs_start(struct bch_fs *);                51 int bch2_fs_start(struct bch_fs *);
 52 struct bch_fs *bch2_fs_open(char * const *, un     52 struct bch_fs *bch2_fs_open(char * const *, unsigned, struct bch_opts);
 53                                                    53 
 54 #endif /* _BCACHEFS_SUPER_H */                     54 #endif /* _BCACHEFS_SUPER_H */
 55                                                    55 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php