Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_bmap.c4722 xfs_bmalloca_t bma; /* args for xfs_bmap_alloc */ in xfs_bmapi() local
4828 bma.ip = NULL; in xfs_bmapi()
4972 if (bma.ip == NULL) { in xfs_bmapi()
4973 bma.tp = tp; in xfs_bmapi()
4974 bma.ip = ip; in xfs_bmapi()
4975 bma.prevp = &prev; in xfs_bmapi()
4976 bma.gotp = &got; in xfs_bmapi()
4977 bma.total = total; in xfs_bmapi()
4978 bma.userdata = 0; in xfs_bmapi()
4984 bma.userdata = (aoff == 0) ? in xfs_bmapi()
[all …]