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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Djournal.c2000 unsigned long *newest_mount_id)
2023 if (newest_mount_id
2024 && *newest_mount_id > get_desc_mount_id(desc)) {
2028 "newest_mount_id %lu",
2030 *newest_mount_id);
2101 unsigned long newest_mount_id)
2132 if (get_desc_mount_id(desc) != newest_mount_id) {
2135 "newest_mount_id %lu", get_desc_mount_id(desc),
2136 newest_mount_id);
2336 unsigned long newest_mount_id local
1997 journal_transaction_is_valid(struct super_block *p_s_sb, struct buffer_head *d_bh, unsigned long *oldest_invalid_trans_id, unsigned long *newest_mount_id) argument
2097 journal_read_transaction(struct super_block *p_s_sb, unsigned long cur_dblock, unsigned long oldest_start, unsigned long oldest_trans_id, unsigned long newest_mount_id) argument
[all...]

Completed in 49 milliseconds