Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dreiserfs_fs.h372 struct offset_v2 { struct
386 struct offset_v2 offset_v2; argument
390 static inline __u16 offset_v2_k_type( const struct offset_v2 *v2 ) in offset_v2_k_type()
394 return (tmp.offset_v2.k_type <= TYPE_MAXTYPE)?tmp.offset_v2.k_type:TYPE_ANY; in offset_v2_k_type()
397 static inline void set_offset_v2_k_type( struct offset_v2 *v2, int type ) in set_offset_v2_k_type()
401 tmp->offset_v2.k_type = type; in set_offset_v2_k_type()
405 static inline loff_t offset_v2_k_offset( const struct offset_v2 *v2 ) in offset_v2_k_offset()
409 return tmp.offset_v2.k_offset; in offset_v2_k_offset()
412 static inline void set_offset_v2_k_offset( struct offset_v2 *v2, loff_t offset ){ in set_offset_v2_k_offset()
415 tmp->offset_v2.k_offset = offset; in set_offset_v2_k_offset()
[all …]