Searched defs:blk_t (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/reiserfs/
H A Dgeom_dal.h29 typedef unsigned long blk_t; typedef
39 blk_t len;
45 blk_t (*len)(dal_t *);
46 int (*read)(dal_t *, void *, blk_t, blk_t);
47 int (*write)(dal_t *, void *, blk_t, blk_t);
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2.h49 typedef uint32_t blk_t; typedef
51 typedef u_int32_t blk_t; typedef
81 blk_t block;
93 blk_t (*get_size)(void *cookie);
94 int (*read)(void *cookie, void *ptr, blk_t block, blk_t num);
97 int (*write)(void *cookie, void *ptr, blk_t block, blk_t num);
124 blk_t adminblocks;
125 blk_t gdblock
[all...]

Completed in 27 milliseconds