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
1784 put_user(0, &u->bmv_count) || in xfs_getbmap_format()1828 if (bmx.bmv_count < 2) in xfs_ioc_getbmap()1830 if (bmx.bmv_count > ULONG_MAX / recsize) in xfs_ioc_getbmap()1833 buf = kmem_zalloc_large(bmx.bmv_count * sizeof(*buf), 0); in xfs_ioc_getbmap()
473 return bmv->bmv_length == 0 || bmv->bmv_entries >= bmv->bmv_count - 1; in xfs_getbmap_full()