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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dreiserfs_fs.h618 __u16 blk_free_space; /* Block free space in bytes. */ member in struct:block_head
627 #define blkh_free_space(p_blkh) (le16_to_cpu((p_blkh)->blk_free_space))
631 #define set_blkh_free_space(p_blkh,val) ((p_blkh)->blk_free_space = cpu_to_le16(val))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dreiserfs_fs.h618 __u16 blk_free_space; /* Block free space in bytes. */ member in struct:block_head
627 #define blkh_free_space(p_blkh) (le16_to_cpu((p_blkh)->blk_free_space))
631 #define set_blkh_free_space(p_blkh,val) ((p_blkh)->blk_free_space = cpu_to_le16(val))

Completed in 97 milliseconds