Page MenuHomeFreeBSD

vfs: add vn_getsize
ClosedPublic

Authored by mjg on Dec 27 2022, 9:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 4, 3:08 AM
Unknown Object (File)
Mon, Nov 4, 3:08 AM
Unknown Object (File)
Mon, Nov 4, 3:07 AM
Unknown Object (File)
Mon, Nov 4, 2:45 AM
Unknown Object (File)
Fri, Oct 25, 6:24 AM
Unknown Object (File)
Sep 17 2024, 9:23 AM
Unknown Object (File)
Sep 16 2024, 12:01 PM
Unknown Object (File)
Sep 10 2024, 10:40 AM
Subscribers

Details

Summary

getattr is very expensive and in important cases only gets called to get the size. This can be optimized with a dedicated routine which obtains that statistic.

As a step towards there make size-only consumers use a dedicated routine.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable