Searched refs:bmv_count (Results 1 – 3 of 3) sorted by relevance
38 __s32 bmv_count; /* # of entries in array incl. 1st */ member57 __s32 bmv_count; /* # of entries in array incl. 1st */ member
1549 put_user(0, &u->bmv_count) || in xfs_getbmap_format()1593 if (bmx.bmv_count < 2) in xfs_ioc_getbmap()1595 if (bmx.bmv_count > ULONG_MAX / recsize) in xfs_ioc_getbmap()1598 buf = kmem_zalloc_large(bmx.bmv_count * sizeof(*buf), 0); in xfs_ioc_getbmap()
478 return bmv->bmv_length == 0 || bmv->bmv_entries >= bmv->bmv_count - 1; in xfs_getbmap_full()