Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/usb/
H A Dusbnet.h167 void (*indication)(struct usbnet *dev, void *ind, int indlen);
/kernel/linux/linux-6.6/include/linux/usb/
H A Dusbnet.h158 void (*indication)(struct usbnet *dev, void *ind, int indlen);
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_bmap.c3972 xfs_extlen_t indlen; in xfs_bmapi_reserve_delalloc() local
4010 * Split changing sb for alen and indlen since they could be coming in xfs_bmapi_reserve_delalloc()
4013 indlen = (xfs_extlen_t)xfs_bmap_worst_indlen(ip, alen); in xfs_bmapi_reserve_delalloc()
4014 ASSERT(indlen > 0); in xfs_bmapi_reserve_delalloc()
4020 error = xfs_mod_fdblocks(mp, -((int64_t)indlen), false); in xfs_bmapi_reserve_delalloc()
4026 xfs_mod_delalloc(ip->i_mount, alen + indlen); in xfs_bmapi_reserve_delalloc()
4029 got->br_startblock = nullstartblock(indlen); in xfs_bmapi_reserve_delalloc()
4704 * indlen reservation must be shared across the two new extents that are left
4707 * Given the original reservation and the worst case indlen for the two new
4717 xfs_filblks_t *indlen1, /* ext1 worst indlen */ in xfs_bmap_split_indlen()
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_bmap.c3970 xfs_extlen_t indlen; in xfs_bmapi_reserve_delalloc() local
4007 * Split changing sb for alen and indlen since they could be coming in xfs_bmapi_reserve_delalloc()
4010 indlen = (xfs_extlen_t)xfs_bmap_worst_indlen(ip, alen); in xfs_bmapi_reserve_delalloc()
4011 ASSERT(indlen > 0); in xfs_bmapi_reserve_delalloc()
4017 error = xfs_mod_fdblocks(mp, -((int64_t)indlen), false); in xfs_bmapi_reserve_delalloc()
4023 xfs_mod_delalloc(ip->i_mount, alen + indlen); in xfs_bmapi_reserve_delalloc()
4026 got->br_startblock = nullstartblock(indlen); in xfs_bmapi_reserve_delalloc()
4716 * indlen reservation must be shared across the two new extents that are left
4719 * Given the original reservation and the worst case indlen for the two new
4729 xfs_filblks_t *indlen1, /* ext1 worst indlen */ in xfs_bmap_split_indlen()
[all...]

Completed in 14 milliseconds