Searched refs:reiserfs_journal_cnode (Results 1 – 2 of 2) sorted by relevance
92 static int can_dirty(struct reiserfs_journal_cnode *cn);119 JOURNAL_HASH_SIZE * sizeof(struct reiserfs_journal_cnode *)); in init_journal_hash()346 static struct reiserfs_journal_cnode *allocate_cnodes(int num_cnodes) in allocate_cnodes()348 struct reiserfs_journal_cnode *head; in allocate_cnodes()354 sizeof(struct reiserfs_journal_cnode))); in allocate_cnodes()369 static struct reiserfs_journal_cnode *get_cnode(struct super_block *sb) in get_cnode()371 struct reiserfs_journal_cnode *cn; in get_cnode()389 memset(cn, 0, sizeof(struct reiserfs_journal_cnode)); in get_cnode()397 struct reiserfs_journal_cnode *cn) in free_cnode()424 static inline struct reiserfs_journal_cnode *get_journal_hash_dev(struct in get_journal_hash_dev()[all …]
226 struct reiserfs_journal_cnode { struct238 struct reiserfs_journal_cnode *next; /* next in transaction list */ argument239 struct reiserfs_journal_cnode *prev; /* prev in transaction list */ argument240 struct reiserfs_journal_cnode *hprev; /* prev in hash list */ argument241 struct reiserfs_journal_cnode *hnext; /* next in hash list */ argument277 struct reiserfs_journal_cnode *j_realblock;278 …struct reiserfs_journal_cnode *j_freedlist; /* list of buffers that were freed during this trans. …299 struct reiserfs_journal_cnode *j_last;302 struct reiserfs_journal_cnode *j_first;371 struct reiserfs_journal_cnode *j_cnode_free_list;[all …]