Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dreiserfs_fs.h704 __le16 blk_free_space; /* Block free space in bytes. */ member
713 #define blkh_free_space(p_blkh) (le16_to_cpu((p_blkh)->blk_free_space))
717 #define set_blkh_free_space(p_blkh,val) ((p_blkh)->blk_free_space = cpu_to_le16(val))