Searched refs:reiserfs_journal_cnode (Results 1 - 2 of 2) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Djournal.c100 static int can_dirty(struct reiserfs_journal_cnode *cn);
125 JOURNAL_HASH_SIZE * sizeof(struct reiserfs_journal_cnode *));
357 static struct reiserfs_journal_cnode *allocate_cnodes(int num_cnodes)
359 struct reiserfs_journal_cnode *head;
364 head = vmalloc(num_cnodes * sizeof(struct reiserfs_journal_cnode));
368 memset(head, 0, num_cnodes * sizeof(struct reiserfs_journal_cnode));
382 static struct reiserfs_journal_cnode *get_cnode(struct super_block *p_s_sb)
384 struct reiserfs_journal_cnode *cn;
402 memset(cn, 0, sizeof(struct reiserfs_journal_cnode));
410 struct reiserfs_journal_cnode *c
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs_sb.h119 struct reiserfs_journal_cnode { struct
125 struct reiserfs_journal_cnode *next; /* next in transaction list */
126 struct reiserfs_journal_cnode *prev; /* prev in transaction list */
127 struct reiserfs_journal_cnode *hprev; /* prev in hash list */
128 struct reiserfs_journal_cnode *hnext; /* next in hash list */
160 struct reiserfs_journal_cnode *j_realblock;
161 struct reiserfs_journal_cnode *j_freedlist; /* list of buffers that were freed during this trans. free each of these on flush */
177 struct reiserfs_journal_cnode *j_last; /* newest journal block */
178 struct reiserfs_journal_cnode *j_first; /* oldest journal block. start here for traverse */
215 struct reiserfs_journal_cnode *j_cnode_free_lis
[all...]

Completed in 49 milliseconds