gvisor/pkg/sentry/fsimpl/host
Nicolas Lacasse 10f2c8db91 Add FilesystemType.Name method, and FilesystemType field to Filesystem struct.
Both have analogues in Linux:
* struct file_system_type has a char *name field.
* struct super_block keeps a pointer to the file_system_type.

These fields are necessary to support the `filesystem type` field in
/proc/[pid]/mountinfo.

PiperOrigin-RevId: 303434063
2020-03-27 16:56:16 -07:00
..
BUILD Whitelist utimensat(2). 2020-03-19 23:30:21 -07:00
host.go Add FilesystemType.Name method, and FilesystemType field to Filesystem struct. 2020-03-27 16:56:16 -07:00
ioctl_unsafe.go Port imported TTY fds to vfs2. 2020-03-18 19:12:10 -07:00
tty.go Port imported TTY fds to vfs2. 2020-03-18 19:12:10 -07:00
util.go Whitelist utimensat(2). 2020-03-19 23:30:21 -07:00
util_unsafe.go Whitelist utimensat(2). 2020-03-19 23:30:21 -07:00