Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Drgrp.c135 * @use_clone: If true, test the clone bitmap, not the official bitmap.
143 static inline u8 gfs2_testbit(const struct gfs2_rbm *rbm, bool use_clone) in gfs2_testbit() argument
150 if (use_clone && bi->bi_clone) in gfs2_testbit()