Home
last modified time | relevance | path

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

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