Searched refs:infoword (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c446 /* Log rtsummary counter at @infoword. */
450 unsigned int infoword)
455 first = (void *)xfs_rsumblock_infoptr(args, infoword) - bp->b_addr;
474 unsigned int infoword; local
482 infoword = xfs_rtsumoffs_to_infoword(mp, so);
483 val = xfs_suminfo_add(args, infoword, delta);
492 xfs_trans_log_rtsummary(args, infoword);
448 xfs_trans_log_rtsummary( struct xfs_rtalloc_args *args, unsigned int infoword) argument

Completed in 78 milliseconds