HomeSort by relevance Sort by last modified time
    Searched defs:handle_t (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/ext2fs/
kernel-jbd.h 77 typedef struct handle_s handle_t; /* Atomic operation type */ typedef in typeref:struct:handle_s
302 /* The handle_t type represents a single atomic update being performed
671 static inline handle_t *journal_current_handle(void)
682 extern handle_t *journal_start(journal_t *, int nblocks);
683 extern handle_t *journal_try_start(journal_t *, int nblocks);
684 extern int journal_restart (handle_t *, int nblocks);
685 extern int journal_extend (handle_t *, int nblocks);
686 extern int journal_get_write_access (handle_t *, struct buffer_head *);
687 extern int journal_get_create_access (handle_t *, struct buffer_head *);
688 extern int journal_get_undo_access (handle_t *, struct buffer_head *)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcdce.h 36 typedef RPC_BINDING_HANDLE handle_t; typedef

Completed in 839 milliseconds