Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dusbnet.h173 void (*indication)(struct usbnet *dev, void *ind, int indlen);
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_bmap.c3943 xfs_extlen_t indlen; in xfs_bmapi_reserve_delalloc() local
3995 indlen = (xfs_extlen_t)xfs_bmap_worst_indlen(ip, alen); in xfs_bmapi_reserve_delalloc()
3996 ASSERT(indlen > 0); in xfs_bmapi_reserve_delalloc()
4002 error = xfs_mod_fdblocks(mp, -((int64_t)indlen), false); in xfs_bmapi_reserve_delalloc()
4008 xfs_mod_delalloc(ip->i_mount, alen + indlen); in xfs_bmapi_reserve_delalloc()
4011 got->br_startblock = nullstartblock(indlen); in xfs_bmapi_reserve_delalloc()