Home
last modified time | relevance | path

Searched refs:reiserfs_journal_cnode (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/reiserfs/
H A 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()
403 /* memset(cn, 0, sizeof(struct reiserfs_journal_cnode)) ; */ in free_cnode()
[all...]
H A Dreiserfs.h226 struct reiserfs_journal_cnode { struct
238 struct reiserfs_journal_cnode *next; /* next in transaction list */
239 struct reiserfs_journal_cnode *prev; /* prev in transaction list */
240 struct reiserfs_journal_cnode *hprev; /* prev in hash list */
241 struct reiserfs_journal_cnode *hnext; /* next in hash list */
277 struct reiserfs_journal_cnode *j_realblock;
278 struct reiserfs_journal_cnode *j_freedlist; /* list of buffers that were freed during this trans. free each of these on flush */
299 struct reiserfs_journal_cnode *j_last;
302 struct reiserfs_journal_cnode *j_first;
371 struct reiserfs_journal_cnode *j_cnode_free_lis
[all...]
/kernel/linux/linux-6.6/fs/reiserfs/
H A 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()
403 /* memset(cn, 0, sizeof(struct reiserfs_journal_cnode)) ; */ in free_cnode()
[all...]
H A Dreiserfs.h224 struct reiserfs_journal_cnode { struct
236 struct reiserfs_journal_cnode *next; /* next in transaction list */
237 struct reiserfs_journal_cnode *prev; /* prev in transaction list */
238 struct reiserfs_journal_cnode *hprev; /* prev in hash list */
239 struct reiserfs_journal_cnode *hnext; /* next in hash list */
275 struct reiserfs_journal_cnode *j_realblock;
276 struct reiserfs_journal_cnode *j_freedlist; /* list of buffers that were freed during this trans. free each of these on flush */
297 struct reiserfs_journal_cnode *j_last;
300 struct reiserfs_journal_cnode *j_first;
368 struct reiserfs_journal_cnode *j_cnode_free_lis
[all...]

Completed in 13 milliseconds