Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/fs/xfs/
Dxfs_ioctl.c1440 put_user(0, &u->bmv_count) || in xfs_getbmap_format()
1482 if (bmx.bmv_count < 2) in xfs_ioc_getbmap()
1484 if (bmx.bmv_count >= INT_MAX / recsize) in xfs_ioc_getbmap()
1487 buf = kvcalloc(bmx.bmv_count, sizeof(*buf), GFP_KERNEL); in xfs_ioc_getbmap()
Dxfs_bmap_util.c374 return bmv->bmv_length == 0 || bmv->bmv_entries >= bmv->bmv_count - 1; in xfs_getbmap_full()