Home
last modified time | relevance | path

Searched refs:bmv_count (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_fs.h38 __s32 bmv_count; /* # of entries in array incl. 1st */ member
57 __s32 bmv_count; /* # of entries in array incl. 1st */ member
/linux-4.19.296/fs/xfs/
Dxfs_ioctl.c1549 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()
Dxfs_bmap_util.c478 return bmv->bmv_length == 0 || bmv->bmv_entries >= bmv->bmv_count - 1; in xfs_getbmap_full()