Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:refcount

195  * Define the extended attribute refcount structure
246 ext2_refcount_t refcount;
418 extern void ea_refcount_free(ext2_refcount_t refcount);
419 extern errcode_t ea_refcount_fetch(ext2_refcount_t refcount, blk_t blk,
421 extern errcode_t ea_refcount_increment(ext2_refcount_t refcount,
423 extern errcode_t ea_refcount_decrement(ext2_refcount_t refcount,
425 extern errcode_t ea_refcount_store(ext2_refcount_t refcount,
427 extern blk_t ext2fs_get_refcount_size(ext2_refcount_t refcount);
428 extern void ea_refcount_intr_begin(ext2_refcount_t refcount);
429 extern blk_t ea_refcount_intr_next(ext2_refcount_t refcount, int *ret);