Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_log_rlimit.c129 min_logblks = roundup_64(BTOBB(max_logres), lsunit) + in xfs_log_calc_minimum_size()
/linux-4.19.296/fs/xfs/
Dxfs_linux.h210 static inline uint64_t roundup_64(uint64_t x, uint32_t y) in roundup_64() function
Dxfs_iomap.c97 align = roundup_64(align, extsize); in xfs_eof_alignment()
114 xfs_fileoff_t new_last_fsb = roundup_64(*last_fsb, align); in xfs_iomap_eof_align_last_fsb()
588 p_end_fsb = roundup_64(p_end_fsb, align); in xfs_file_iomap_begin_delay()