Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/reiserfs/
H A Dreiserfs_private.h134 struct offset_v2 { struct
165 struct offset_v2 offset_v2; argument
169 static inline __u16 offset_v2_k_type( const struct offset_v2 *v2 ) in offset_v2_k_type()
173 return (tmp.offset_v2.k_type <= TYPE_MAXTYPE)?tmp.offset_v2.k_type:TYPE_ANY; in offset_v2_k_type()
176 static inline loff_t offset_v2_k_offset( const struct offset_v2 *v2 ) in offset_v2_k_offset()
180 return tmp.offset_v2.k_offset; in offset_v2_k_offset()
199 struct offset_v2 v2;
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dreiserfs.h1258 struct offset_v2 { struct
1262 static inline __u16 offset_v2_k_type(const struct offset_v2 *v2) in offset_v2_k_type() argument
1268 static inline void set_offset_v2_k_type(struct offset_v2 *v2, int type) in set_offset_v2_k_type()
1274 static inline loff_t offset_v2_k_offset(const struct offset_v2 *v2) in offset_v2_k_offset()
1279 static inline void set_offset_v2_k_offset(struct offset_v2 *v2, loff_t offset) in set_offset_v2_k_offset()
1296 struct offset_v2 k_offset_v2;