Searched refs:fsblocks (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_trans_space.c | 72 unsigned int fsblocks) in xfs_symlink_space_res() argument 77 fsblocks; in xfs_symlink_space_res()
|
| H A D | xfs_symlink_remote.c | 253 int fsblocks = 0; in xfs_symlink_remote_read() local 258 fsblocks = xfs_symlink_blocks(mp, pathlen); in xfs_symlink_remote_read() 259 error = xfs_bmapi_read(ip, 0, fsblocks, mval, &nmaps, 0); in xfs_symlink_remote_read()
|
| H A D | xfs_trans_space.h | 117 unsigned int fsblocks);
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | symlink_repair.c | 102 xfs_filblks_t fsblocks; in xrep_symlink_salvage_remote() local 115 fsblocks = xfs_symlink_blocks(sc->mp, len); in xrep_symlink_salvage_remote() 116 error = xfs_bmapi_read(ip, 0, fsblocks, mval, &nmaps, 0); in xrep_symlink_salvage_remote()
|
| H A D | reap.h | 43 xfs_extlen_t fsblocks);
|
| H A D | reap.c | 225 xfs_extlen_t fsblocks) in xrep_bufscan_max_sectors() argument 232 return XFS_FSB_TO_BB(mp, min_t(xfs_extlen_t, fsblocks, max_fsbs)); in xrep_bufscan_max_sectors()
|
| /linux-6.15/Documentation/filesystems/iomap/ |
| H A D | operations.rst | 154 If there are read(ahead) errors, those fsblocks will not be marked 156 The folio itself will be marked uptodate when all fsblocks within the 299 for runs of contiguous dirty fsblocks within a folio. 685 Regions of the pagecache with a folio mapped and uptodate fsblocks
|