STATMOUNT_BUFSIZE
struct statmount *buf = alloca(STATMOUNT_BUFSIZE);
ret = statmount(mnt_id, mnt_ns_id, mask, buf, STATMOUNT_BUFSIZE, 0);
size_t bufsize = STATMOUNT_BUFSIZE;