Home
last modified time | relevance | path

Searched defs:fs_type (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/include/
H A Dfstab.h65 __aconst char *fs_type; /* FSTAB_* from fs_mntops */ member
/netbsd-src/usr.sbin/sysinst/
H A Dmbr.h69 uint fs_type[MBR_PART_COUNT], fs_sub_type[MBR_PART_COUNT]; member
H A Dlabel.c113 unsigned int fs_type, fs_sub_type; in checklabel() local
1968 get_last_mounted(int fd, daddr_t partstart, uint *fs_type, uint *fs_sub_type, in get_last_mounted()
H A Dpartitions.h154 unsigned int fs_type, fs_sub_type, /* FS_* type of filesystem member
H A Ddisklabel.c275 uint fs_type, fs_sub_type; in disklabel_parts_read() local
H A Ddefs.h334 uint fs_type, fs_version; /* e.g. FS_LFS, or FS_BSDFS, member
H A Dgpt.c137 uint fs_type, fs_sub_type, /* FS_* and maybe sub type */ member
H A Dmbr.c1167 mbr_get_fs_part_type(enum part_type pt, unsigned fs_type, unsigned sub_type) in mbr_get_fs_part_type()
/netbsd-src/sys/dev/isa/
H A Dfinsio_isa.c114 u_int fs_type; member
/netbsd-src/usr.sbin/sysinst/arch/mac68k/
H A Dmd.c253 uint fs_type; in md_make_bsd_partitions() local
/netbsd-src/external/gpl2/gmake/dist/
H A Ddir.c430 char fs_type[BUFSIZ]; in find_directory() local
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Damd.h400 char *fs_type; /* type of filesystems e.g. "nfsx" */ member
463 char *fs_type; /* File server type */ member
/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h1333 uv_fs_type fs_type; member
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dfs.c245 uv_fs_type fs_type, const uv_fs_cb cb) { in uv__fs_req_init()