Searched refs:bytes_reqd_for_file (Results 1 – 1 of 1) sorted by relevance
855 uint64_t bytes_reqd_for_file; in ext4fs_write() local917 bytes_reqd_for_file = 0; in ext4fs_write()919 bytes_reqd_for_file = sizebytes; in ext4fs_write()922 blks_reqd_for_file = lldiv(bytes_reqd_for_file, fs->blksz); in ext4fs_write()923 if (do_div(bytes_reqd_for_file, fs->blksz) != 0) { in ext4fs_write()
Completed in 4 milliseconds