Symbol: xlog_calc_iovec_len
fs/xfs/libxfs/xfs_trans_resv.c
572
xlog_calc_iovec_len(sizeof(struct xfs_parent_rec)) +
fs/xfs/libxfs/xfs_trans_resv.c
573
xlog_calc_iovec_len(MAXNAMELEN - 1);
fs/xfs/libxfs/xfs_trans_resv.c
578
xlog_calc_iovec_len(sizeof(struct xfs_parent_rec)) +
fs/xfs/libxfs/xfs_trans_resv.c
579
xlog_calc_iovec_len(MAXNAMELEN - 1);
fs/xfs/libxfs/xfs_trans_resv.c
584
xlog_calc_iovec_len(sizeof(struct xfs_parent_rec)) +
fs/xfs/libxfs/xfs_trans_resv.c
585
xlog_calc_iovec_len(MAXNAMELEN - 1) +
fs/xfs/libxfs/xfs_trans_resv.c
586
xlog_calc_iovec_len(sizeof(struct xfs_parent_rec)) +
fs/xfs/libxfs/xfs_trans_resv.c
587
xlog_calc_iovec_len(MAXNAMELEN - 1);
fs/xfs/xfs_attr_item.c
169
xlog_calc_iovec_len(nv->name.iov_len);
fs/xfs/xfs_attr_item.c
173
*nbytes += xlog_calc_iovec_len(nv->new_name.iov_len);
fs/xfs/xfs_attr_item.c
178
*nbytes += xlog_calc_iovec_len(nv->value.iov_len);
fs/xfs/xfs_attr_item.c
183
*nbytes += xlog_calc_iovec_len(nv->new_value.iov_len);
fs/xfs/xfs_attr_item.c
953
if (iovec->iov_len != xlog_calc_iovec_len(name_len)) {
fs/xfs/xfs_attr_item.c
978
if (iovec->iov_len != xlog_calc_iovec_len(value_len)) {
fs/xfs/xfs_inode_item.c
259
*nbytes += xlog_calc_iovec_len(ip->i_df.if_bytes);
fs/xfs/xfs_inode_item.c
300
*nbytes += xlog_calc_iovec_len(ip->i_af.if_bytes);
fs/xfs/xfs_inode_item_recover.c
508
(len == xlog_calc_iovec_len(in_f->ilf_dsize)));
fs/xfs/xfs_inode_item_recover.c
543
ASSERT(len == xlog_calc_iovec_len(in_f->ilf_asize));
fs/xfs/xfs_log_cil.c
483
len = xlog_calc_iovec_len(data_len);