Searched refs:type_page (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dsys_sunos.c749 char *dir_page, *type_page; local
775 type_page = getname(type);
776 ret = PTR_ERR(type_page);
777 if (IS_ERR(type_page))
780 if(strcmp(type_page, "ext2") == 0) {
782 } else if(strcmp(type_page, "iso9660") == 0) {
784 } else if(strcmp(type_page, "minix") == 0) {
786 } else if(strcmp(type_page, "nfs") == 0) {
789 } else if(strcmp(type_page, "ufs") == 0) {
793 } else if(strcmp(type_page, "pro
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dsys_sunos32.c721 char *dir_page, *type_page; local
746 type_page = getname(type);
747 ret = PTR_ERR(type_page);
748 if (IS_ERR(type_page))
751 if(strcmp(type_page, "ext2") == 0) {
753 } else if(strcmp(type_page, "iso9660") == 0) {
755 } else if(strcmp(type_page, "minix") == 0) {
757 } else if(strcmp(type_page, "nfs") == 0) {
760 } else if(strcmp(type_page, "ufs") == 0) {
764 } else if(strcmp(type_page, "pro
[all...]
H A Dsys_sparc32.c1756 unsigned long type_page = 0; local
1764 err = copy_mount_stuff_to_kernel((const void *)type, &type_page);
1768 if (!type_page) {
1773 is_smb = !strcmp((char *)type_page, SMBFS_NAME);
1774 is_ncp = !strcmp((char *)type_page, NCPFS_NAME);
1791 (char*)type_page, new_flags, (char*)data_page);
1801 (char*)type_page, new_flags, (char*)data_page);
1813 free_page(type_page);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dnamespace.c697 long do_mount(char * dev_name, char * dir_name, char *type_page, argument
737 retval = do_add_mount(&nd, type_page, flags, mnt_flags,
828 unsigned long type_page; local
832 retval = copy_mount_options (type, &type_page);
850 retval = do_mount((char*)dev_page, dir_page, (char*)type_page,
860 free_page(type_page);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dsys_parisc32.c1185 unsigned long type_page = 0; local
1193 err = copy_mount_stuff_to_kernel((const void *)type, &type_page);
1197 if (!type_page) {
1202 is_smb = !strcmp((char *)type_page, SMBFS_NAME);
1203 is_ncp = !strcmp((char *)type_page, NCPFS_NAME);
1220 (char*)type_page, new_flags, (char*)data_page);
1233 (char*)type_page, new_flags, (char*)data_page);
1245 free_page(type_page);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/ia32/
H A Dsys_ia32.c3912 unsigned long type_page; local
3918 err = copy_mount_stuff_to_kernel((const void *)type, &type_page);
3921 if(type_page) {
3922 is_smb = !strcmp((char *)type_page, SMBFS_NAME);
3923 is_ncp = !strcmp((char *)type_page, NCPFS_NAME);
3926 if(type_page)
3927 free_page(type_page);
3952 (char *)type_page, new_flags,
3963 if(type_page)
3964 free_page(type_page);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dsys_ppc32.c400 unsigned long type_page = 0; local
410 err = copy_mount_stuff_to_kernel((const void *)type, &type_page);
414 if (!type_page) {
419 is_smb = !strcmp((char *)type_page, SMBFS_NAME);
420 is_ncp = !strcmp((char *)type_page, NCPFS_NAME);
437 (char*)type_page, new_flags, (char*)data_page);
447 (char*)type_page, new_flags, (char*)data_page);
459 free_page(type_page);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dlinux32.c1713 unsigned long type_page = 0; local
1721 err = copy_mount_stuff_to_kernel((const void *)type, &type_page);
1725 if (!type_page) {
1730 is_smb = !strcmp((char *)type_page, SMBFS_NAME);
1731 is_ncp = !strcmp((char *)type_page, NCPFS_NAME);
1748 (char*)type_page, new_flags, (char*)data_page);
1758 (char*)type_page, new_flags, (char*)data_page);
1770 free_page(type_page);

Completed in 114 milliseconds