Home
last modified time | relevance | path

Searched refs:reiserfs_journal_cnode (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/reiserfs/
Djournal.c97 static int can_dirty(struct reiserfs_journal_cnode *cn);
122 JOURNAL_HASH_SIZE * sizeof(struct reiserfs_journal_cnode *)); in init_journal_hash()
347 static struct reiserfs_journal_cnode *allocate_cnodes(int num_cnodes) in allocate_cnodes()
349 struct reiserfs_journal_cnode *head; in allocate_cnodes()
354 head = vzalloc(num_cnodes * sizeof(struct reiserfs_journal_cnode)); in allocate_cnodes()
371 static struct reiserfs_journal_cnode *get_cnode(struct super_block *sb) in get_cnode()
373 struct reiserfs_journal_cnode *cn; in get_cnode()
391 memset(cn, 0, sizeof(struct reiserfs_journal_cnode)); in get_cnode()
399 struct reiserfs_journal_cnode *cn) in free_cnode()
423 static inline struct reiserfs_journal_cnode *get_journal_hash_dev(struct in get_journal_hash_dev()
[all …]
Dreiserfs.h191 struct reiserfs_journal_cnode { struct
197 struct reiserfs_journal_cnode *next; /* next in transaction list */ argument
198 struct reiserfs_journal_cnode *prev; /* prev in transaction list */ argument
199 struct reiserfs_journal_cnode *hprev; /* prev in hash list */ argument
200 struct reiserfs_journal_cnode *hnext; /* next in hash list */ argument
232 struct reiserfs_journal_cnode *j_realblock;
233 …struct reiserfs_journal_cnode *j_freedlist; /* list of buffers that were freed during this trans. …
249 struct reiserfs_journal_cnode *j_last; /* newest journal block */
250 struct reiserfs_journal_cnode *j_first; /* oldest journal block. start here for traverse */
287 struct reiserfs_journal_cnode *j_cnode_free_list;
[all …]