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

/linux-4.1.27/include/linux/usb/
H A Dusbnet.h161 void (*indication)(struct usbnet *dev, void *ind, int indlen);
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_bmap.c4104 xfs_extlen_t indlen; xfs_bmapi_reserve_delalloc() local
4135 * Split changing sb for alen and indlen since they could be coming xfs_bmapi_reserve_delalloc()
4138 indlen = (xfs_extlen_t)xfs_bmap_worst_indlen(ip, alen); xfs_bmapi_reserve_delalloc()
4139 ASSERT(indlen > 0); xfs_bmapi_reserve_delalloc()
4150 error = xfs_mod_fdblocks(mp, -((int64_t)indlen), false); xfs_bmapi_reserve_delalloc()
4158 got->br_startblock = nullstartblock(indlen); xfs_bmapi_reserve_delalloc()

Completed in 111 milliseconds