OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:journal_t
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/lib/ext2fs/
jfs_compat.h
22
typedef struct journal_s
journal_t
;
typedef in typeref:struct:journal_s
kernel-jbd.h
78
typedef struct journal_s
journal_t
; /* Journal control structure */
typedef in typeref:struct:journal_s
355
journal_t
* t_journal;
451
/* The
journal_t
maintains all of the journaling state information for a
454
* We use the
journal_t
to keep track of all outstanding transaction
616
extern struct journal_head * journal_get_descriptor_buffer(
journal_t
*);
617
extern unsigned long journal_next_log_block(
journal_t
*);
620
extern void journal_commit_transaction(
journal_t
*);
623
int __journal_clean_checkpoint_list(
journal_t
*journal);
637
extern void __wait_on_journal (
journal_t
*);
653
static inline void lock_journal(
journal_t
*journal
[
all
...]
/external/kernel-headers/original/linux/
jbd.h
108
* typedef
journal_t
- The
journal_t
maintains all of the journaling state information for a single filesystem.
110
*
journal_t
is linked to from the fs superblock structure.
112
* We use the
journal_t
to keep track of all outstanding transaction
118
typedef struct journal_s
journal_t
; /* Journal control structure */
typedef in typeref:struct:journal_s
441
journal_t
*t_journal;
569
*
journal_t
.
843
extern void journal_unfile_buffer(
journal_t
*, struct journal_head *);
846
extern void journal_refile_buffer(
journal_t
*, struct journal_head *);
853
extern struct journal_head * journal_get_descriptor_buffer(
journal_t
*);
[
all
...]
Completed in 801 milliseconds