Searched refs:fsblocks (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| A D | xfs_trans_space.c | 72 unsigned int fsblocks) in xfs_symlink_space_res() argument 77 fsblocks; in xfs_symlink_space_res()
|
| A D | xfs_symlink_remote.c | 251 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 D | xfs_trans_space.h | 104 unsigned int fsblocks);
|
| /linux/fs/xfs/scrub/ |
| A D | symlink_repair.c | 101 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 D | reap.h | 34 xfs_extlen_t fsblocks);
|
| A D | reap.c | 221 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 D | operations.rst | 152 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