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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Drefcounttree.h22 u64 rf_blkno; member in struct:ocfs2_refcount_tree
H A Drefcounttree.c112 if (le64_to_cpu(rb->rf_blkno) != bh->b_blocknr) {
114 "Refcount block #%llu has an invalid rf_blkno "
117 (unsigned long long)le64_to_cpu(rb->rf_blkno));
154 return rf->rf_blkno;
211 if (blkno < tree->rf_blkno)
213 else if (blkno > tree->rf_blkno)
226 u64 rf_blkno = new->rf_blkno; local
237 if (rf_blkno < tmp->rf_blkno)
307 ocfs2_init_refcount_tree_lock(struct ocfs2_super *osb, struct ocfs2_refcount_tree *new, u64 rf_blkno, u32 generation) argument
317 ocfs2_allocate_refcount_tree(struct ocfs2_super *osb, u64 rf_blkno) argument
332 ocfs2_get_refcount_tree(struct ocfs2_super *osb, u64 rf_blkno, struct ocfs2_refcount_tree **ret_tree) argument
[all...]
H A Docfs2_fs.h944 /*10*/ __le64 rf_blkno; /* Offset on disk, in blocks */ member in struct:ocfs2_refcount_block

Completed in 43 milliseconds