Searched defs:block_context (Results 1 – 2 of 2) sorted by relevance
21 struct block_context { struct22 ext2_filsys fs;23 int (*func)(ext2_filsys fs,29 e2_blkcnt_t bcount;30 int bsize;31 int flags;32 errcode_t errcode;33 char *ind_buf;34 char *dind_buf;35 char *tind_buf;[all …]
68 def _IsFunctionLiteralBlock(block_context): argument