Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ocfs2/
Drefcounttree.c112 if (le64_to_cpu(rb->rf_blkno) != bh->b_blocknr) { in ocfs2_validate_refcount_block()
117 (unsigned long long)le64_to_cpu(rb->rf_blkno)); in ocfs2_validate_refcount_block()
154 return rf->rf_blkno; in ocfs2_refcount_cache_owner()
211 if (blkno < tree->rf_blkno) in ocfs2_find_refcount_tree()
213 else if (blkno > tree->rf_blkno) in ocfs2_find_refcount_tree()
226 u64 rf_blkno = new->rf_blkno; in ocfs2_insert_refcount_tree() local
237 if (rf_blkno < tmp->rf_blkno) in ocfs2_insert_refcount_tree()
239 else if (rf_blkno > tmp->rf_blkno) in ocfs2_insert_refcount_tree()
244 (unsigned long long)rf_blkno); in ocfs2_insert_refcount_tree()
309 u64 rf_blkno, u32 generation) in ocfs2_init_refcount_tree_lock() argument
[all …]
Drefcounttree.h22 u64 rf_blkno; member
Docfs2_fs.h978 /*10*/ __le64 rf_blkno; /* Offset on disk, in blocks */ member