Home
last modified time | relevance | path

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

/linux/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/Documentation/filesystems/ext4/
H A Datomic_writes.rst16 1. **Single-fsblock Atomic Writes**:
23 2. **Multi-fsblock Atomic Writes with Bigalloc**:
36 3. For single-fsblock atomic writes:
39 4. For multi-fsblock atomic writes:
48 Multi-fsblock Implementation Details
55 EXT4 supports multi-fsblock atomic writes with bigalloc, subject to the
138 To support multi-fsblock atomic writes, we ensure enough journal credits are
159 For single-fsblock atomic writes with a larger block size
168 For multi-fsblock atomic writes with bigalloc:
/linux/Documentation/filesystems/iomap/
H A Doperations.rst162 If the fsblock size matches the size of a pagecache folio, it is assumed
168 If the fsblock size is less than the size of a pagecache folio, iomap
169 tracks the per-fsblock uptodate and dirty state itself.
174 iomap internally tracks two state bits per fsblock:
184 The folio itself will be marked dirty when any fsblock within the
190 because there is only one per folio, and the per-fsblock overhead is two
275 the fsblock size.
296 pagecache from EOF to the end of the fsblock during a file truncation
741 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``.