Home
last modified time | relevance | path

Searched full:fsblock (Results 1 – 15 of 15) sorted by relevance

/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``.
/linux/fs/omfs/
H A Domfs.h52 u64 fsblock);
/linux/fs/xfs/scrub/
H A Drtbitmap.h59 * For repairs, we want a full fsblock worth of space so that we can memcpy a
H A Drtbitmap.c226 /* The bitmap file length must be aligned to an fsblock. */ in xchk_rtbitmap()
H A Drtsummary.c333 /* The summary file length must be aligned to an fsblock. */ in xchk_rtsummary()
/linux/fs/xfs/
H A Dxfs_ioctl32.h157 __u64 logstart; /* starting fsblock of the log */
H A Dxfs_fsmap.c386 * user's query spans less than 1 fsblock, then info->high and in xfs_getfsmap_group_helper()
735 * user's query spans less than 1 fsblock, then info->high and in xfs_getfsmap_rtdev_rtbitmap_helper()
H A Dxfs_mount.c753 "max atomic write size of %llu bytes not aligned with fsblock", in xfs_set_max_atomic_write_opt()
H A Dxfs_trace.h19 * segmented fsblock for data device mappings, or a rfsblock
/linux/fs/xfs/libxfs/
H A Dxfs_rtgroup.c39 /* Find the first usable fsblock in this rtgroup. */
H A Dxfs_dir2.c674 /* Unmap the fsblock(s). */ in xfs_dir2_shrink_inode()
/linux/fs/ext4/
H A Dfsmap.c46 ext4_fsblk_t gfi_next_fsblk; /* next fsblock we expect */
H A Dextents.c4955 * to meet the requirements of multi-fsblock atomic writes.
H A Dsuper.c3429 * in the vfs. ext4 inode has 48 bits of i_block in fsblock units,