gvisor/pkg/sentry/fsimpl/kernfs
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 Add BoundEndpointAt filesystem operation. 2020-03-26 21:52:24 -07:00
dynamic_bytes_file.go Enforce file size rlimits in VFS2 2020-03-16 16:00:49 -07:00
fd_impl_util.go Combine file mode and isDir arguments 2020-03-26 08:48:04 -07:00
filesystem.go Add BoundEndpointAt filesystem operation. 2020-03-26 21:52:24 -07:00
inode_impl_util.go Combine file mode and isDir arguments 2020-03-26 08:48:04 -07:00
kernfs.go Add FilesystemType.Name method, and FilesystemType field to Filesystem struct. 2020-03-27 16:56:16 -07:00
kernfs_test.go Add FilesystemType.Name method, and FilesystemType field to Filesystem struct. 2020-03-27 16:56:16 -07:00
symlink.go Enforce file size rlimits in VFS2 2020-03-16 16:00:49 -07:00