Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_ioctl.c807 put_user(0, &u->bmv_count) || in xfs_getbmap_format()
849 if (bmx.bmv_count < 2) in xfs_ioc_getbmap()
851 if (bmx.bmv_count >= INT_MAX / recsize) in xfs_ioc_getbmap()
854 buf = kvcalloc(bmx.bmv_count, sizeof(*buf), GFP_KERNEL); in xfs_ioc_getbmap()
Dxfs_bmap_util.c227 return bmv->bmv_length == 0 || bmv->bmv_entries >= bmv->bmv_count - 1; in xfs_getbmap_full()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_fs.h39 __s32 bmv_count; /* # of entries in array incl. 1st */ member
58 __s32 bmv_count; /* # of entries in array incl. 1st */ member