Searched refs:xfs_dsb (Results 1 – 13 of 13) sorted by relevance
| /fs/xfs/libxfs/ |
| A D | xfs_sb.h | 11 struct xfs_dsb; 23 extern void xfs_sb_from_disk(struct xfs_sb *to, struct xfs_dsb *from); 24 extern void xfs_sb_to_disk(struct xfs_dsb *to, struct xfs_sb *from);
|
| A D | xfs_sb.c | 484 struct xfs_dsb *dsb = bp->b_addr; in xfs_validate_sb_common() 797 struct xfs_dsb *from, in __xfs_sb_from_disk() 895 struct xfs_dsb *from) in xfs_sb_from_disk() 902 struct xfs_dsb *to, in xfs_sb_quota_to_disk() 975 struct xfs_dsb *to, in xfs_sb_to_disk() 1081 struct xfs_dsb *dsb = bp->b_addr; in xfs_sb_read_verify() 1130 struct xfs_dsb *dsb = bp->b_addr; in xfs_sb_quiet_read_verify() 1148 struct xfs_dsb *dsb = bp->b_addr; in xfs_sb_write_verify() 1345 xfs_trans_log_buf(tp, bp, 0, sizeof(struct xfs_dsb) - 1); in xfs_log_sb()
|
| A D | xfs_ondisk.h | 23 XFS_CHECK_OFFSET(struct xfs_dsb, field, offset); \ 236 XFS_CHECK_STRUCT_SIZE(struct xfs_dsb, 304); in xfs_check_ondisk_structs()
|
| A D | xfs_format.h | 193 struct xfs_dsb { struct 287 #define XFS_SB_CRC_OFF offsetof(struct xfs_dsb, sb_crc) argument
|
| A D | xfs_rtgroup.c | 698 const struct xfs_dsb *dsb = sb_bp->b_addr; in xfs_update_rtsb()
|
| A D | xfs_ag.c | 482 struct xfs_dsb *dsb = bp->b_addr; in xfs_sbblock_init()
|
| /fs/xfs/scrub/ |
| A D | agheader.c | 73 return offsetofend(struct xfs_dsb, sb_rtreserved); in xchk_superblock_ondisk_size() 75 return offsetofend(struct xfs_dsb, sb_pad); in xchk_superblock_ondisk_size() 77 return offsetofend(struct xfs_dsb, sb_meta_uuid); in xchk_superblock_ondisk_size() 79 return offsetofend(struct xfs_dsb, sb_lsn); in xchk_superblock_ondisk_size() 81 return offsetofend(struct xfs_dsb, sb_bad_features2); in xchk_superblock_ondisk_size() 83 return offsetofend(struct xfs_dsb, sb_logsunit); in xchk_superblock_ondisk_size() 85 return offsetofend(struct xfs_dsb, sb_logsectsize); in xchk_superblock_ondisk_size() 87 return offsetofend(struct xfs_dsb, sb_dirblklog); in xchk_superblock_ondisk_size() 104 struct xfs_dsb *sb; in xchk_superblock() 344 sizeof(struct xfs_dsb) - in xchk_superblock() [all …]
|
| A D | repair.c | 772 xfs_trans_log_buf(sc->tp, bp, 0, sizeof(struct xfs_dsb) - 1); in xrep_update_qflags()
|
| A D | agheader_repair.c | 71 struct xfs_dsb *sb = bp->b_addr; in xrep_superblock()
|
| /fs/xfs/ |
| A D | xfs_buf_item_recover.c | 722 struct xfs_dsb *dsb = bp->b_addr; in xlog_recover_do_primary_sb_buffer() 913 lsn = be64_to_cpu(((struct xfs_dsb *)blk)->sb_lsn); in xlog_recover_get_buf_lsn() 915 uuid = &((struct xfs_dsb *)blk)->sb_meta_uuid; in xlog_recover_get_buf_lsn() 917 uuid = &((struct xfs_dsb *)blk)->sb_uuid; in xlog_recover_get_buf_lsn()
|
| A D | xfs_trans.c | 457 struct xfs_dsb *sbp; in xfs_trans_apply_sb_deltas() 560 xfs_trans_log_buf(tp, bp, 0, sizeof(struct xfs_dsb) - 1); in xfs_trans_apply_sb_deltas() 566 xfs_trans_log_buf(tp, bp, offsetof(struct xfs_dsb, sb_icount), in xfs_trans_apply_sb_deltas() 567 offsetof(struct xfs_dsb, sb_frextents) + in xfs_trans_apply_sb_deltas()
|
| A D | xfs_pnfs.c | 66 *offset = offsetof(struct xfs_dsb, sb_uuid); in xfs_fs_get_uuid()
|
| A D | xfs_mount.c | 1570 struct xfs_dsb *dsb; in xfs_add_incompat_log_feature()
|
Completed in 39 milliseconds