Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_log_rlimit.c47 struct xfs_trans_res *max_resp) in xfs_log_get_max_trans_res() argument
64 *max_resp = *resp; /* struct copy */ in xfs_log_get_max_trans_res()
69 *max_resp = M_RES(mp)->tr_attrsetm; /* struct copy */ in xfs_log_get_max_trans_res()
70 max_resp->tr_logres = attr_space; in xfs_log_get_max_trans_res()
Dxfs_shared.h56 struct xfs_trans_res *max_resp);