Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/
Dxfs_log.c2198 int dumplen = min(vec->i_len, 32); in xlog_print_trans() local
2203 xfs_warn(mp, " first %d bytes of iovec[%d]:", dumplen, i); in xlog_print_trans()
2204 xfs_hex_dump(vec->i_addr, dumplen); in xlog_print_trans()