Home
last modified time | relevance | path

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

/linux-5.19.10/fs/xfs/
Dxfs_log.c2195 int dumplen = min(vec->i_len, 32); in xlog_print_trans() local
2200 xfs_warn(mp, " first %d bytes of iovec[%d]:", dumplen, i); in xlog_print_trans()
2201 xfs_hex_dump(vec->i_addr, dumplen); in xlog_print_trans()