OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs_vfstype
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fstab.h
61
char *
fs_vfstype
; /* File system type, ufs, nfs */
member in struct:fstab
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fstab.h
61
char *
fs_vfstype
; /* File system type, ufs, nfs */
member in struct:fstab
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fstab.h
61
char *
fs_vfstype
; /* File system type, ufs, nfs */
member in struct:fstab
/external/bluetooth/glib/gio/
gunixmounts.c
1006
if (strcmp (fstab->
fs_vfstype
, "swap") == 0)
1013
mount_entry->filesystem_type = g_strdup (fstab->
fs_vfstype
);
[
all
...]
Completed in 428 milliseconds