Home
last modified time | relevance | path

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

/linux-6.15/fs/omfs/
H A Ddir.c317 u64 fsblock) in omfs_is_bad() argument
321 is_bad = ((ino != fsblock) || (ino < sbi->s_root_ino) || in omfs_is_bad()
331 u64 fsblock, int hindex) in omfs_fill_chain() argument
334 while (fsblock != ~0) { in omfs_fill_chain()
335 struct buffer_head *bh = omfs_bread(dir->i_sb, fsblock); in omfs_fill_chain()
344 if (omfs_is_bad(OMFS_SB(dir->i_sb), &oi->i_head, fsblock)) { in omfs_fill_chain()
349 self = fsblock; in omfs_fill_chain()
350 fsblock = be64_to_cpu(oi->i_sibling); in omfs_fill_chain()
438 __u64 fsblock = be64_to_cpu(*p++); in omfs_readdir() local
439 if (!omfs_fill_chain(dir, ctx, fsblock, hindex)) in omfs_readdir()
H A Domfs.h52 u64 fsblock);
/linux-6.15/Documentation/filesystems/iomap/
H A Doperations.rst139 If the fsblock size matches the size of a pagecache folio, it is assumed
145 If the fsblock size is less than the size of a pagecache folio, iomap
146 tracks the per-fsblock uptodate and dirty state itself.
151 iomap internally tracks two state bits per fsblock:
161 The folio itself will be marked dirty when any fsblock within the
167 because there is only one per folio, and the per-fsblock overhead is two
230 the fsblock size.
251 pagecache from EOF to the end of the fsblock during a file truncation
700 Regions of the pagecache with no folio mapped, or a !uptodate fsblock
H A Ddesign.rst109 * ``fsblock``: The block size of a file, also known as ``i_blocksize``.