Home
last modified time | relevance | path

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

/linux/fs/bfs/
H A Dfile.c76 if (phys <= bi->i_eblock) { in bfs_get_block()
88 if (bi->i_sblock && (phys <= bi->i_eblock)) { in bfs_get_block()
107 if (bi->i_eblock == info->si_lf_eblk) { in bfs_get_block()
111 info->si_freeb -= phys - bi->i_eblock; in bfs_get_block()
112 info->si_lf_eblk = bi->i_eblock = phys; in bfs_get_block()
127 bi->i_eblock, phys); in bfs_get_block()
140 info->si_lf_eblk = bi->i_eblock = phys; in bfs_get_block()
146 info->si_freeb -= bi->i_eblock - bi->i_sblock + 1 - inode->i_blocks; in bfs_get_block()
/linux/include/uapi/linux/
H A Dbfs_fs.h28 __le32 i_eblock; member
77 ((ip)->i_sblock == 0 ? 0 : (le32_to_cpu((ip)->i_eblock) + 1) - le32_to_cpu((ip)->i_sblock))