SYMBOL INDEX (226 symbols across 19 files) FILE: filesystems.go function findMounts (line 9) | func findMounts(mounts []Mount, path string) ([]Mount, error) { function deviceType (line 53) | func deviceType(m Mount) string { FILE: filesystems_darwin.go function isFuseFs (line 6) | func isFuseFs(m Mount) bool { function isNetworkFs (line 11) | func isNetworkFs(m Mount) bool { function isSpecialFs (line 16) | func isSpecialFs(m Mount) bool { function isHiddenFs (line 20) | func isHiddenFs(m Mount) bool { FILE: filesystems_freebsd.go function isFuseFs (line 6) | func isFuseFs(m Mount) bool { function isNetworkFs (line 11) | func isNetworkFs(m Mount) bool { function isSpecialFs (line 23) | func isSpecialFs(m Mount) bool { function isHiddenFs (line 35) | func isHiddenFs(m Mount) bool { FILE: filesystems_linux.go constant ADFS_SUPER_MAGIC (line 11) | ADFS_SUPER_MAGIC = 0xadf5 constant AFFS_SUPER_MAGIC (line 12) | AFFS_SUPER_MAGIC = 0xADFF constant AUTOFS_SUPER_MAGIC (line 13) | AUTOFS_SUPER_MAGIC = 0x0187 constant BDEVFS_MAGIC (line 14) | BDEVFS_MAGIC = 0x62646576 constant BEFS_SUPER_MAGIC (line 15) | BEFS_SUPER_MAGIC = 0x42465331 constant BFS_MAGIC (line 16) | BFS_MAGIC = 0x1BADFACE constant BINFMTFS_MAGIC (line 17) | BINFMTFS_MAGIC = 0x42494e4d constant BPF_FS_MAGIC (line 18) | BPF_FS_MAGIC = 0xcafe4a11 constant BTRFS_SUPER_MAGIC (line 19) | BTRFS_SUPER_MAGIC = 0x9123683E constant CGROUP_SUPER_MAGIC (line 20) | CGROUP_SUPER_MAGIC = 0x27e0eb constant CGROUP2_SUPER_MAGIC (line 21) | CGROUP2_SUPER_MAGIC = 0x63677270 constant CIFS_MAGIC_NUMBER (line 22) | CIFS_MAGIC_NUMBER = 0xFF534D42 constant CODA_SUPER_MAGIC (line 23) | CODA_SUPER_MAGIC = 0x73757245 constant COH_SUPER_MAGIC (line 24) | COH_SUPER_MAGIC = 0x012FF7B7 constant CONFIGFS_MAGIC (line 25) | CONFIGFS_MAGIC = 0x62656570 constant CRAMFS_MAGIC (line 26) | CRAMFS_MAGIC = 0x28cd3d45 constant DEBUGFS_MAGIC (line 27) | DEBUGFS_MAGIC = 0x64626720 constant DEVFS_SUPER_MAGIC (line 28) | DEVFS_SUPER_MAGIC = 0x1373 constant DEVPTS_SUPER_MAGIC (line 29) | DEVPTS_SUPER_MAGIC = 0x1cd1 constant EFIVARFS_MAGIC (line 30) | EFIVARFS_MAGIC = 0xde5e81e4 constant EFS_SUPER_MAGIC (line 31) | EFS_SUPER_MAGIC = 0x00414A53 constant EXT_SUPER_MAGIC (line 32) | EXT_SUPER_MAGIC = 0x137D constant EXT2_OLD_SUPER_MAGIC (line 33) | EXT2_OLD_SUPER_MAGIC = 0xEF51 constant EXT2_SUPER_MAGIC (line 34) | EXT2_SUPER_MAGIC = 0xEF53 constant EXT3_SUPER_MAGIC (line 35) | EXT3_SUPER_MAGIC = 0xEF53 constant EXT4_SUPER_MAGIC (line 36) | EXT4_SUPER_MAGIC = 0xEF53 constant FUSE_SUPER_MAGIC (line 37) | FUSE_SUPER_MAGIC = 0x65735546 constant FUTEXFS_SUPER_MAGIC (line 38) | FUTEXFS_SUPER_MAGIC = 0xBAD1DEA constant HFS_SUPER_MAGIC (line 39) | HFS_SUPER_MAGIC = 0x4244 constant HFSPLUS_SUPER_MAGIC (line 40) | HFSPLUS_SUPER_MAGIC = 0x482b constant HOSTFS_SUPER_MAGIC (line 41) | HOSTFS_SUPER_MAGIC = 0x00c0ffee constant HPFS_SUPER_MAGIC (line 42) | HPFS_SUPER_MAGIC = 0xF995E849 constant HUGETLBFS_MAGIC (line 43) | HUGETLBFS_MAGIC = 0x958458f6 constant ISOFS_SUPER_MAGIC (line 44) | ISOFS_SUPER_MAGIC = 0x9660 constant JFFS2_SUPER_MAGIC (line 45) | JFFS2_SUPER_MAGIC = 0x72b6 constant JFS_SUPER_MAGIC (line 46) | JFS_SUPER_MAGIC = 0x3153464a constant MINIX_SUPER_MAGIC (line 47) | MINIX_SUPER_MAGIC = 0x137F constant MINIX_SUPER_MAGIC2 (line 48) | MINIX_SUPER_MAGIC2 = 0x138F constant MINIX2_SUPER_MAGIC (line 49) | MINIX2_SUPER_MAGIC = 0x2468 constant MINIX2_SUPER_MAGIC2 (line 50) | MINIX2_SUPER_MAGIC2 = 0x2478 constant MINIX3_SUPER_MAGIC (line 51) | MINIX3_SUPER_MAGIC = 0x4d5a constant MQUEUE_MAGIC (line 52) | MQUEUE_MAGIC = 0x19800202 constant MSDOS_SUPER_MAGIC (line 53) | MSDOS_SUPER_MAGIC = 0x4d44 constant NCP_SUPER_MAGIC (line 54) | NCP_SUPER_MAGIC = 0x564c constant NFS_SUPER_MAGIC (line 55) | NFS_SUPER_MAGIC = 0x6969 constant NILFS_SUPER_MAGIC (line 56) | NILFS_SUPER_MAGIC = 0x3434 constant NTFS_SB_MAGIC (line 57) | NTFS_SB_MAGIC = 0x5346544e constant OCFS2_SUPER_MAGIC (line 58) | OCFS2_SUPER_MAGIC = 0x7461636f constant OPENPROM_SUPER_MAGIC (line 59) | OPENPROM_SUPER_MAGIC = 0x9fa1 constant PIPEFS_MAGIC (line 60) | PIPEFS_MAGIC = 0x50495045 constant PROC_SUPER_MAGIC (line 61) | PROC_SUPER_MAGIC = 0x9fa0 constant PSTOREFS_MAGIC (line 62) | PSTOREFS_MAGIC = 0x6165676C constant QNX4_SUPER_MAGIC (line 63) | QNX4_SUPER_MAGIC = 0x002f constant QNX6_SUPER_MAGIC (line 64) | QNX6_SUPER_MAGIC = 0x68191122 constant RAMFS_MAGIC (line 65) | RAMFS_MAGIC = 0x858458f6 constant REISERFS_SUPER_MAGIC (line 66) | REISERFS_SUPER_MAGIC = 0x52654973 constant ROMFS_MAGIC (line 67) | ROMFS_MAGIC = 0x7275 constant SELINUX_MAGIC (line 68) | SELINUX_MAGIC = 0xf97cff8c constant SMACK_MAGIC (line 69) | SMACK_MAGIC = 0x43415d53 constant SMB_SUPER_MAGIC (line 70) | SMB_SUPER_MAGIC = 0x517B constant SMB2_MAGIC_NUMBER (line 71) | SMB2_MAGIC_NUMBER = 0xfe534d42 constant SOCKFS_MAGIC (line 72) | SOCKFS_MAGIC = 0x534F434B constant SQUASHFS_MAGIC (line 73) | SQUASHFS_MAGIC = 0x73717368 constant SYSFS_MAGIC (line 74) | SYSFS_MAGIC = 0x62656572 constant SYSV2_SUPER_MAGIC (line 75) | SYSV2_SUPER_MAGIC = 0x012FF7B6 constant SYSV4_SUPER_MAGIC (line 76) | SYSV4_SUPER_MAGIC = 0x012FF7B5 constant TMPFS_MAGIC (line 77) | TMPFS_MAGIC = 0x01021994 constant TRACEFS_MAGIC (line 78) | TRACEFS_MAGIC = 0x74726163 constant UDF_SUPER_MAGIC (line 79) | UDF_SUPER_MAGIC = 0x15013346 constant UFS_MAGIC (line 80) | UFS_MAGIC = 0x00011954 constant USBDEVICE_SUPER_MAGIC (line 81) | USBDEVICE_SUPER_MAGIC = 0x9fa2 constant V9FS_MAGIC (line 82) | V9FS_MAGIC = 0x01021997 constant VXFS_SUPER_MAGIC (line 83) | VXFS_SUPER_MAGIC = 0xa501FCF5 constant XENFS_SUPER_MAGIC (line 84) | XENFS_SUPER_MAGIC = 0xabba1974 constant XENIX_SUPER_MAGIC (line 85) | XENIX_SUPER_MAGIC = 0x012FF7B4 constant XFS_SUPER_MAGIC (line 86) | XFS_SUPER_MAGIC = 0x58465342 constant _XIAFS_SUPER_MAGIC (line 87) | _XIAFS_SUPER_MAGIC = 0x012FD16D constant AFS_SUPER_MAGIC (line 89) | AFS_SUPER_MAGIC = 0x5346414F constant AUFS_SUPER_MAGIC (line 90) | AUFS_SUPER_MAGIC = 0x61756673 constant ANON_INODE_FS_SUPER_MAGIC (line 91) | ANON_INODE_FS_SUPER_MAGIC = 0x09041934 constant CEPH_SUPER_MAGIC (line 92) | CEPH_SUPER_MAGIC = 0x00C36400 constant ECRYPTFS_SUPER_MAGIC (line 93) | ECRYPTFS_SUPER_MAGIC = 0xF15F constant FAT_SUPER_MAGIC (line 94) | FAT_SUPER_MAGIC = 0x4006 constant FHGFS_SUPER_MAGIC (line 95) | FHGFS_SUPER_MAGIC = 0x19830326 constant FUSEBLK_SUPER_MAGIC (line 96) | FUSEBLK_SUPER_MAGIC = 0x65735546 constant FUSECTL_SUPER_MAGIC (line 97) | FUSECTL_SUPER_MAGIC = 0x65735543 constant GFS_SUPER_MAGIC (line 98) | GFS_SUPER_MAGIC = 0x1161970 constant GPFS_SUPER_MAGIC (line 99) | GPFS_SUPER_MAGIC = 0x47504653 constant MTD_INODE_FS_SUPER_MAGIC (line 100) | MTD_INODE_FS_SUPER_MAGIC = 0x11307854 constant INOTIFYFS_SUPER_MAGIC (line 101) | INOTIFYFS_SUPER_MAGIC = 0x2BAD1DEA constant ISOFS_R_WIN_SUPER_MAGIC (line 102) | ISOFS_R_WIN_SUPER_MAGIC = 0x4004 constant ISOFS_WIN_SUPER_MAGIC (line 103) | ISOFS_WIN_SUPER_MAGIC = 0x4000 constant JFFS_SUPER_MAGIC (line 104) | JFFS_SUPER_MAGIC = 0x07C0 constant KAFS_SUPER_MAGIC (line 105) | KAFS_SUPER_MAGIC = 0x6B414653 constant LUSTRE_SUPER_MAGIC (line 106) | LUSTRE_SUPER_MAGIC = 0x0BD00BD0 constant NFSD_SUPER_MAGIC (line 107) | NFSD_SUPER_MAGIC = 0x6E667364 constant PANFS_SUPER_MAGIC (line 108) | PANFS_SUPER_MAGIC = 0xAAD7AAEA constant RPC_PIPEFS_SUPER_MAGIC (line 109) | RPC_PIPEFS_SUPER_MAGIC = 0x67596969 constant SECURITYFS_SUPER_MAGIC (line 110) | SECURITYFS_SUPER_MAGIC = 0x73636673 constant UFS_BYTESWAPPED_SUPER_MAGIC (line 111) | UFS_BYTESWAPPED_SUPER_MAGIC = 0x54190100 constant VMHGFS_SUPER_MAGIC (line 112) | VMHGFS_SUPER_MAGIC = 0xBACBACBC constant VZFS_SUPER_MAGIC (line 113) | VZFS_SUPER_MAGIC = 0x565A4653 constant ZFS_SUPER_MAGIC (line 114) | ZFS_SUPER_MAGIC = 0x2FC12FC1 function isFuseFs (line 266) | func isFuseFs(m Mount) bool { function isNetworkFs (line 271) | func isNetworkFs(m Mount) bool { function isSpecialFs (line 275) | func isSpecialFs(m Mount) bool { function isHiddenFs (line 283) | func isHiddenFs(m Mount) bool { FILE: filesystems_openbsd.go function isFuseFs (line 6) | func isFuseFs(m Mount) bool { function isNetworkFs (line 11) | func isNetworkFs(m Mount) bool { function isSpecialFs (line 16) | func isSpecialFs(m Mount) bool { function isHiddenFs (line 20) | func isHiddenFs(m Mount) bool { FILE: filesystems_windows.go constant WindowsSandboxMountPointRegistryPath (line 11) | WindowsSandboxMountPointRegistryPath = `Software\Microsoft\Windows\Curre... function loadRegisteredWindowsSandboxMountPoints (line 16) | func loadRegisteredWindowsSandboxMountPoints() (ret map[string]struct{}) { function isFuseFs (line 39) | func isFuseFs(m Mount) bool { function isNetworkFs (line 44) | func isNetworkFs(m Mount) bool { function isSpecialFs (line 49) | func isSpecialFs(m Mount) bool { function isHiddenFs (line 54) | func isHiddenFs(m Mount) bool { FILE: groups.go constant localDevice (line 8) | localDevice = "local" constant networkDevice (line 9) | networkDevice = "network" constant fuseDevice (line 10) | fuseDevice = "fuse" constant specialDevice (line 11) | specialDevice = "special" constant loopsDevice (line 12) | loopsDevice = "loops" constant bindsMount (line 13) | bindsMount = "binds" type FilterOptions (line 17) | type FilterOptions struct function renderTables (line 29) | func renderTables(m []Mount, filters FilterOptions, opts TableOptions) { FILE: main.go function renderJSON (line 59) | func renderJSON(m []Mount) error { function parseColumns (line 70) | func parseColumns(cols string) ([]int, error) { function parseStyle (line 92) | func parseStyle(styleOpt string) (table.Style, error) { function parseCommaSeparatedValues (line 104) | func parseCommaSeparatedValues(values string) map[string]struct{} { function validateGroups (line 119) | func validateGroups(m map[string]struct{}) error { function findInKey (line 138) | func findInKey(str string, km map[string]struct{}) bool { function printVersion (line 148) | func printVersion() { function main (line 195) | func main() { FILE: man.go function init (line 16) | func init() { FILE: mounts.go type Mount (line 10) | type Mount struct function readLines (line 28) | func readLines(filename string) ([]string, error) { function unescapeFstab (line 44) | func unescapeFstab(path string) string { function byteToString (line 53) | func byteToString(orig []byte) string { function intToString (line 77) | func intToString(orig []int8) string { FILE: mounts_darwin.go method Stat (line 10) | func (m *Mount) Stat() unix.Statfs_t { function mounts (line 14) | func mounts() ([]Mount, []string, error) { FILE: mounts_freebsd.go method Stat (line 10) | func (m *Mount) Stat() unix.Statfs_t { function mounts (line 14) | func mounts() ([]Mount, []string, error) { FILE: mounts_linux.go constant mountinfoMountPoint (line 31) | mountinfoMountPoint = 4 constant mountinfoMountOpts (line 33) | mountinfoMountOpts = 5 constant mountinfoOptionalFields (line 35) | mountinfoOptionalFields = 6 constant mountinfoFsType (line 39) | mountinfoFsType = 8 constant mountinfoMountSource (line 41) | mountinfoMountSource = 9 constant mountinfoSuperOptions (line 43) | mountinfoSuperOptions = 10 method Stat (line 47) | func (m *Mount) Stat() unix.Statfs_t { function mounts (line 51) | func mounts() ([]Mount, []string, error) { function splitMountInfoFields (line 127) | func splitMountInfoFields(line string) []string { function parseMountInfoLine (line 172) | func parseMountInfoLine(line string) (int, [11]string) { FILE: mounts_linux_test.go function TestGetFields (line 11) | func TestGetFields(t *testing.T) { FILE: mounts_openbsd.go method Stat (line 10) | func (m *Mount) Stat() unix.Statfs_t { function mounts (line 14) | func mounts() ([]Mount, []string, error) { FILE: mounts_windows.go constant guidBufLen (line 18) | guidBufLen = windows.MAX_PATH + 1 constant volumeNameBufLen (line 19) | volumeNameBufLen = windows.MAX_PATH + 1 constant rootPathBufLen (line 20) | rootPathBufLen = windows.MAX_PATH + 1 constant fileSystemBufLen (line 21) | fileSystemBufLen = windows.MAX_PATH + 1 function getMountPoint (line 24) | func getMountPoint(guidBuf []uint16) (mountPoint string, err error) { function getVolumeInfo (line 38) | func getVolumeInfo(guidOrMountPointBuf []uint16) (volumeName string, fsT... function getSpaceInfo (line 49) | func getSpaceInfo(guidOrMountPointBuf []uint16) (totalBytes uint64, free... function getClusterInfo (line 54) | func getClusterInfo(guidOrMountPointBuf []uint16) (totalClusters uint32,... function getMount (line 62) | func getMount(guidOrMountPointBuf []uint16, isGUID bool) (m Mount, skip ... function getMountFromGUID (line 113) | func getMountFromGUID(guidBuf []uint16) (m Mount, skip bool, warnings []... function getMountFromMountPoint (line 124) | func getMountFromMountPoint(mountPointBuf []uint16) (m Mount, warnings [... function appendLocalMounts (line 135) | func appendLocalMounts(mounts []Mount, warnings []string) ([]Mount, []st... function getMountFromNetResource (line 168) | func getMountFromNetResource(netResource NetResource) (m Mount, warnings... function appendNetworkMounts (line 185) | func appendNetworkMounts(mounts []Mount, warnings []string) ([]Mount, []... function mountPointAlreadyPresent (line 221) | func mountPointAlreadyPresent(mounts []Mount, mountPoint string) bool { function appendLogicalDrives (line 231) | func appendLogicalDrives(mounts []Mount, warnings []string) ([]Mount, []... function mounts (line 257) | func mounts() (ret []Mount, warnings []string, err error) { constant RESOURCE_CONNECTED (line 281) | RESOURCE_CONNECTED = 0x00000001 constant RESOURCE_GLOBALNET (line 282) | RESOURCE_GLOBALNET = 0x00000002 constant RESOURCE_REMEMBERED (line 283) | RESOURCE_REMEMBERED = 0x00000003 constant RESOURCE_RECENT (line 284) | RESOURCE_RECENT = 0x00000004 constant RESOURCE_CONTEXT (line 285) | RESOURCE_CONTEXT = 0x00000005 constant RESOURCETYPE_ANY (line 287) | RESOURCETYPE_ANY = 0x00000000 constant RESOURCETYPE_DISK (line 288) | RESOURCETYPE_DISK = 0x00000001 constant RESOURCETYPE_PRINT (line 289) | RESOURCETYPE_PRINT = 0x00000002 constant RESOURCETYPE_RESERVED (line 290) | RESOURCETYPE_RESERVED = 0x00000008 constant RESOURCETYPE_UNKNOWN (line 291) | RESOURCETYPE_UNKNOWN = 0xFFFFFFFF constant RESOURCEUSAGE_CONNECTABLE (line 293) | RESOURCEUSAGE_CONNECTABLE = 0x00000001 constant RESOURCEUSAGE_CONTAINER (line 294) | RESOURCEUSAGE_CONTAINER = 0x00000002 constant RESOURCEUSAGE_NOLOCALDEVICE (line 295) | RESOURCEUSAGE_NOLOCALDEVICE = 0x00000004 constant RESOURCEUSAGE_SIBLING (line 296) | RESOURCEUSAGE_SIBLING = 0x00000008 constant RESOURCEUSAGE_ATTACHED (line 297) | RESOURCEUSAGE_ATTACHED = 0x00000010 constant RESOURCEUSAGE_ALL (line 298) | RESOURCEUSAGE_ALL = RESOURCEUSAGE_CONNECTABLE | RESOURCEUSAGE_... constant RESOURCEUSAGE_RESERVED (line 299) | RESOURCEUSAGE_RESERVED = 0x80000000 type NetResource (line 316) | type NetResource struct function WNetOpenEnum (line 328) | func WNetOpenEnum(scope uint32, resourceType uint32, usage uint32, resou... function WNetEnumResource (line 341) | func WNetEnumResource(enumResource windows.Handle, count *uint32, buffer... function WNetCloseEnum (line 354) | func WNetCloseEnum(enumResource windows.Handle) (err error) { function GetDiskFreeSpace (line 367) | func GetDiskFreeSpace(directoryName *uint16, sectorsPerCluster *uint32, ... FILE: style.go function defaultStyleName (line 5) | func defaultStyleName() string { FILE: table.go type TableOptions (line 17) | type TableOptions struct type Column (line 25) | type Column struct function initializeTable (line 49) | func initializeTable(tab table.Writer, opts TableOptions) { function appendHeaders (line 57) | func appendHeaders(tab table.Writer) { function appendRows (line 66) | func appendRows(tab table.Writer, m []Mount) { function computeMaxContentWidths (line 107) | func computeMaxContentWidths(m []Mount, opts TableOptions) map[int]int { function computeAssignedWidths (line 191) | func computeAssignedWidths(maxColContent map[int]int, opts TableOptions)... function setColumnConfigs (line 272) | func setColumnConfigs(tab table.Writer, maxColContent map[int]int, assig... function printTable (line 298) | func printTable(title string, m []Mount, opts TableOptions) { function sizeTransformer (line 444) | func sizeTransformer(val interface{}) string { function spaceTransformer (line 449) | func spaceTransformer(val interface{}) string { function inColumns (line 469) | func inColumns(cols []int, i int) bool { function sizeToString (line 480) | func sizeToString(size uint64) (str string) { function stringToSize (line 504) | func stringToSize(s string) (size uint64, err error) { function stringToColumn (line 541) | func stringToColumn(s string) (int, error) { function stringToSortIndex (line 554) | func stringToSortIndex(s string) (int, error) { function columnIDs (line 567) | func columnIDs() []string { FILE: themes.go type Theme (line 10) | type Theme struct function defaultThemeName (line 24) | func defaultThemeName() string { function loadTheme (line 31) | func loadTheme(theme string) (Theme, error) {