freebsd-src/sys/fs/tmpfs
Konstantin Belousov 4d903a1a74 tmpfs_getattr(): Only take vm_object lock on 32bit machines
Torn reads are only possible for 32bit arches.

Requested by:	mjg
Reviewed by:	mjg, markj
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D37725
2022-12-17 19:01:56 +02:00
..
tmpfs.h tmpfs: for used pages, account really allocated pages, instead of file sizes 2022-12-09 14:17:12 +02:00
tmpfs_fifoops.c tmpfs: add vop_stdadd_writecount_nomsync to fifo vnode ops 2021-11-26 19:32:35 +00:00
tmpfs_fifoops.h sys/fs: further adoption of SPDX licensing ID tags. 2017-11-27 15:15:37 +00:00
tmpfs_subr.c tmpfs: for used pages, account really allocated pages, instead of file sizes 2022-12-09 14:17:12 +02:00
tmpfs_vfsops.c tmpfs: for used pages, account really allocated pages, instead of file sizes 2022-12-09 14:17:12 +02:00
tmpfs_vnops.c tmpfs_getattr(): Only take vm_object lock on 32bit machines 2022-12-17 19:01:56 +02:00
tmpfs_vnops.h tmpfs: add VOP_STAT handler 2020-08-07 23:07:47 +00:00