Home
last modified time | relevance | path

Searched refs:tail_blk (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log_recover.c766 xfs_daddr_t tail_blk, in xlog_rseek_logrec_hdr()
785 end_blk = head_blk > tail_blk ? tail_blk : 0; in xlog_rseek_logrec_hdr()
804 if (tail_blk >= head_blk && found != count) { in xlog_rseek_logrec_hdr()
805 for (i = log->l_logBBsize - 1; i >= (int) tail_blk; i--) { in xlog_rseek_logrec_hdr()
840 xfs_daddr_t tail_blk, in xlog_seek_logrec_hdr()
859 end_blk = head_blk > tail_blk ? head_blk : log->l_logBBsize - 1; in xlog_seek_logrec_hdr()
860 for (i = (int) tail_blk; i <= end_blk; i++) { in xlog_seek_logrec_hdr()
877 if (tail_blk > head_blk && found != count) { in xlog_seek_logrec_hdr()
907 xfs_daddr_t tail_blk) in xlog_tail_distance()
763 xlog_rseek_logrec_hdr( struct xlog *log, xfs_daddr_t head_blk, xfs_daddr_t tail_blk, int count, char *buffer, xfs_daddr_t *rblk, struct xlog_rec_header **rhead, bool *wrapped) xlog_rseek_logrec_hdr() argument
837 xlog_seek_logrec_hdr( struct xlog *log, xfs_daddr_t head_blk, xfs_daddr_t tail_blk, int count, char *buffer, xfs_daddr_t *rblk, struct xlog_rec_header **rhead, bool *wrapped) xlog_seek_logrec_hdr() argument
904 xlog_tail_distance( struct xlog *log, xfs_daddr_t head_blk, xfs_daddr_t tail_blk) xlog_tail_distance() argument
935 xlog_verify_tail( struct xlog *log, xfs_daddr_t head_blk, xfs_daddr_t *tail_blk, int hsize) xlog_verify_tail() argument
1020 xlog_verify_head( struct xlog *log, xfs_daddr_t *head_blk, xfs_daddr_t *tail_blk, char *buffer, xfs_daddr_t *rhead_blk, struct xlog_rec_header **rhead, bool *wrapped) xlog_verify_head() argument
1133 xlog_check_unmount_rec( struct xlog *log, xfs_daddr_t *head_blk, xfs_daddr_t *tail_blk, struct xlog_rec_header *rhead, xfs_daddr_t rhead_blk, char *buffer, bool *clean) xlog_check_unmount_rec() argument
1239 xlog_find_tail( struct xlog *log, xfs_daddr_t *head_blk, xfs_daddr_t *tail_blk) xlog_find_tail() argument
2947 xlog_do_recovery_pass( struct xlog *log, xfs_daddr_t head_blk, xfs_daddr_t tail_blk, int pass, xfs_daddr_t *first_bad) xlog_do_recovery_pass() argument
3239 xlog_do_log_recovery( struct xlog *log, xfs_daddr_t head_blk, xfs_daddr_t tail_blk) xlog_do_log_recovery() argument
3278 xlog_do_recover( struct xlog *log, xfs_daddr_t head_blk, xfs_daddr_t tail_blk) xlog_do_recover() argument
3356 xfs_daddr_t head_blk, tail_blk; xlog_recover() local
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log_recover.c772 xfs_daddr_t tail_blk, in xlog_rseek_logrec_hdr()
791 end_blk = head_blk > tail_blk ? tail_blk : 0; in xlog_rseek_logrec_hdr()
810 if (tail_blk >= head_blk && found != count) { in xlog_rseek_logrec_hdr()
811 for (i = log->l_logBBsize - 1; i >= (int) tail_blk; i--) { in xlog_rseek_logrec_hdr()
846 xfs_daddr_t tail_blk, in xlog_seek_logrec_hdr()
865 end_blk = head_blk > tail_blk ? head_blk : log->l_logBBsize - 1; in xlog_seek_logrec_hdr()
866 for (i = (int) tail_blk; i <= end_blk; i++) { in xlog_seek_logrec_hdr()
883 if (tail_blk > head_blk && found != count) { in xlog_seek_logrec_hdr()
913 xfs_daddr_t tail_blk) in xlog_tail_distance()
769 xlog_rseek_logrec_hdr( struct xlog *log, xfs_daddr_t head_blk, xfs_daddr_t tail_blk, int count, char *buffer, xfs_daddr_t *rblk, struct xlog_rec_header **rhead, bool *wrapped) xlog_rseek_logrec_hdr() argument
843 xlog_seek_logrec_hdr( struct xlog *log, xfs_daddr_t head_blk, xfs_daddr_t tail_blk, int count, char *buffer, xfs_daddr_t *rblk, struct xlog_rec_header **rhead, bool *wrapped) xlog_seek_logrec_hdr() argument
910 xlog_tail_distance( struct xlog *log, xfs_daddr_t head_blk, xfs_daddr_t tail_blk) xlog_tail_distance() argument
941 xlog_verify_tail( struct xlog *log, xfs_daddr_t head_blk, xfs_daddr_t *tail_blk, int hsize) xlog_verify_tail() argument
1026 xlog_verify_head( struct xlog *log, xfs_daddr_t *head_blk, xfs_daddr_t *tail_blk, char *buffer, xfs_daddr_t *rhead_blk, struct xlog_rec_header **rhead, bool *wrapped) xlog_verify_head() argument
1139 xlog_check_unmount_rec( struct xlog *log, xfs_daddr_t *head_blk, xfs_daddr_t *tail_blk, struct xlog_rec_header *rhead, xfs_daddr_t rhead_blk, char *buffer, bool *clean) xlog_check_unmount_rec() argument
1245 xlog_find_tail( struct xlog *log, xfs_daddr_t *head_blk, xfs_daddr_t *tail_blk) xlog_find_tail() argument
2928 xlog_do_recovery_pass( struct xlog *log, xfs_daddr_t head_blk, xfs_daddr_t tail_blk, int pass, xfs_daddr_t *first_bad) xlog_do_recovery_pass() argument
3228 xlog_do_log_recovery( struct xlog *log, xfs_daddr_t head_blk, xfs_daddr_t tail_blk) xlog_do_log_recovery() argument
3279 xlog_do_recover( struct xlog *log, xfs_daddr_t head_blk, xfs_daddr_t tail_blk) xlog_do_recover() argument
3360 xfs_daddr_t head_blk, tail_blk; xlog_recover() local
[all...]

Completed in 5 milliseconds