Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/
H A D0001-add-missing-FTW_-macros-when-not-available-in-libc.patch23 return rounddown_64(x + y - 1, y);
/openbmc/linux/fs/xfs/
H A Dxfs_linux.h181 static inline uint64_t rounddown_64(uint64_t x, uint32_t y) in rounddown_64() function
H A Dxfs_bmap_util.c1009 endoffset_fsb = rounddown_64(endoffset_fsb, in xfs_free_file_space()