Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/usb/
Dusbnet.h167 void (*indication)(struct usbnet *dev, void *ind, int indlen);
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_bmap.c3940 xfs_extlen_t indlen; in xfs_bmapi_reserve_delalloc() local
3981 indlen = (xfs_extlen_t)xfs_bmap_worst_indlen(ip, alen); in xfs_bmapi_reserve_delalloc()
3982 ASSERT(indlen > 0); in xfs_bmapi_reserve_delalloc()
3988 error = xfs_mod_fdblocks(mp, -((int64_t)indlen), false); in xfs_bmapi_reserve_delalloc()
3996 got->br_startblock = nullstartblock(indlen); in xfs_bmapi_reserve_delalloc()