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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/reiserfs/
H A Dgeom_dal.h42 typedef struct _dal dal_t; typedef in typeref:struct:_dal
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);
48 int (*sync)(dal_t *);
49 int (*flags)(dal_t *);
50 int (*equals)(dal_t *, dal_t *);
51 int (*stat)(dal_t *, struct stat *);
52 dev_t (*dev)(dal_t *);
[all...]

Completed in 14 milliseconds