Home
last modified time | relevance | path

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

/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.c253 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()
A Dxfs_trans_space.h117 unsigned int fsblocks);
/fs/xfs/scrub/
A Dsymlink_repair.c102 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()
A Dreap.h43 xfs_extlen_t fsblocks);
A Dreap.c225 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()

Completed in 12 milliseconds