Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_trans_space.c72 unsigned int fsblocks) in xfs_symlink_space_res() argument
77 fsblocks; in xfs_symlink_space_res()
A Dxfs_symlink_remote.c251 int fsblocks = 0; in xfs_symlink_remote_read() local
256 fsblocks = xfs_symlink_blocks(mp, pathlen); in xfs_symlink_remote_read()
257 error = xfs_bmapi_read(ip, 0, fsblocks, mval, &nmaps, 0); in xfs_symlink_remote_read()
A Dxfs_trans_space.h104 unsigned int fsblocks);
/linux/fs/xfs/scrub/
A Dsymlink_repair.c101 xfs_filblks_t fsblocks; in xrep_symlink_salvage_remote() local
114 fsblocks = xfs_symlink_blocks(sc->mp, len); in xrep_symlink_salvage_remote()
115 error = xfs_bmapi_read(ip, 0, fsblocks, mval, &nmaps, 0); in xrep_symlink_salvage_remote()
A Dreap.h34 xfs_extlen_t fsblocks);
A Dreap.c221 xfs_extlen_t fsblocks) in xrep_bufscan_max_sectors() argument
228 return XFS_FSB_TO_BB(mp, min_t(xfs_extlen_t, fsblocks, max_fsbs)); in xrep_bufscan_max_sectors()
/linux/Documentation/filesystems/iomap/
A Doperations.rst152 If there are read(ahead) errors, those fsblocks will not be marked
154 The folio itself will be marked uptodate when all fsblocks within the
297 for runs of contiguous dirty fsblocks within a folio.
654 Regions of the pagecache with a folio mapped and uptodate fsblocks

Completed in 15 milliseconds