Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dioctl.c492 if ((offset + ffg->iff_chunksize) > max_bits) in ocfs2_info_freefrag_scan_chain()
495 num_clusters = ffg->iff_chunksize; in ocfs2_info_freefrag_scan_chain()
520 if (chunk_free == ffg->iff_chunksize) in ocfs2_info_freefrag_scan_chain()
575 if (ffg->iff_chunksize > le16_to_cpu(cl->cl_cpg)) { in ocfs2_info_freefrag_scan_bitmap()
588 chunks_in_group = le16_to_cpu(cl->cl_cpg) / ffg->iff_chunksize + 1; in ocfs2_info_freefrag_scan_bitmap()
641 if ((oiff->iff_chunksize & (oiff->iff_chunksize - 1)) || in ocfs2_info_handle_freefrag()
642 (!oiff->iff_chunksize)) { in ocfs2_info_handle_freefrag()
Docfs2_ioctl.h173 __u32 iff_chunksize; /* chunksize in clusters(in) */ member