Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_log.c2075 int dumplen = min(vec->i_len, 32); in xlog_print_trans() local
2080 xfs_warn(mp, " first %d bytes of iovec[%d]:", dumplen, i); in xlog_print_trans()
2081 xfs_hex_dump(vec->i_addr, dumplen); in xlog_print_trans()