Home
last modified time | relevance | path

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

/linux-6.1.9/fs/reiserfs/ !
Djournal.c90 static int can_dirty(struct reiserfs_journal_cnode *cn);
117 JOURNAL_HASH_SIZE * sizeof(struct reiserfs_journal_cnode *)); in init_journal_hash()
344 static struct reiserfs_journal_cnode *allocate_cnodes(int num_cnodes) in allocate_cnodes()
346 struct reiserfs_journal_cnode *head; in allocate_cnodes()
352 sizeof(struct reiserfs_journal_cnode))); in allocate_cnodes()
367 static struct reiserfs_journal_cnode *get_cnode(struct super_block *sb) in get_cnode()
369 struct reiserfs_journal_cnode *cn; in get_cnode()
387 memset(cn, 0, sizeof(struct reiserfs_journal_cnode)); in get_cnode()
395 struct reiserfs_journal_cnode *cn) in free_cnode()
422 static inline struct reiserfs_journal_cnode *get_journal_hash_dev(struct in get_journal_hash_dev()
[all …]
Dreiserfs.h224 struct reiserfs_journal_cnode { struct
236 struct reiserfs_journal_cnode *next; /* next in transaction list */ argument
237 struct reiserfs_journal_cnode *prev; /* prev in transaction list */ argument
238 struct reiserfs_journal_cnode *hprev; /* prev in hash list */ argument
239 struct reiserfs_journal_cnode *hnext; /* next in hash list */ argument
275 struct reiserfs_journal_cnode *j_realblock;
276 …struct reiserfs_journal_cnode *j_freedlist; /* list of buffers that were freed during this trans. …
297 struct reiserfs_journal_cnode *j_last;
300 struct reiserfs_journal_cnode *j_first;
369 struct reiserfs_journal_cnode *j_cnode_free_list;
[all …]