Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_log.c1961 int dumplen = min(vec->i_len, 32); in xlog_print_trans() local
1966 xfs_warn(mp, " first %d bytes of iovec[%d]:", dumplen, i); in xlog_print_trans()
1967 xfs_hex_dump(vec->i_addr, dumplen); in xlog_print_trans()