Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libfsimage/ufs/
A Dfsys_ufs.c168 sbmap(fsi_file_t *ffi, grub_daddr32_t bn) in sbmap() argument
175 if (bn < UFS_NDADDR) { in sbmap()
176 return db[bn]; in sbmap()
181 bn -= UFS_NDADDR; in sbmap()
183 while (bn >= bound) { in sbmap()
185 bn -= bound; in sbmap()
205 index = (bn / bound) % UFS_NINDIR(SUPERBLOCK); in sbmap()
218 index = (bn / bound) % UFS_NINDIR(SUPERBLOCK); in sbmap()

Completed in 2 milliseconds