Home
last modified time | relevance | path

Searched refs:UFS1 (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/core/fs/ufs/
Dufs.c65 return UFS1; in ufs_checksb()
178 if (UFS_SB(fs)->fs_type == UFS1) in ufs_get_inode()
344 i_symlink_limit = ((UFS_SB(fs)->fs_type == UFS1) ? in ufs_readlink()
411 if (ufs_type == UFS1) { in set_ufs_info()
450 ufs_debug("%s SB FOUND!\n", ufs_type == UFS1 ? "UFS1" : "UFS2"); in ufs_fs_init()
Dufs.h52 UFS1, enumerator
/external/syslinux/libinstaller/
Dsyslxfs.h23 UFS1, enumerator
/external/syslinux/extlinux/
Dmain.c317 fs_type == XFS || fs_type == UFS1 || fs_type == UFS2) { in patch_file_and_bootblock()
405 } else if (fs_type == UFS1 || fs_type == UFS2) { in install_bootblock()
406 uint32_t sblock_off = (fs_type == UFS1) ? in install_bootblock()
408 uint32_t ufs_smagic = (fs_type == UFS1) ? in install_bootblock()
984 || fs_type == UFS1 || fs_type == UFS2) in install_file()
1094 case UFS1: in find_device()
1370 fs_type = UFS1; in open_device()
/external/syslinux/
DNEWS68 * New support for UFS/FFS (UFS1/2) (Raphael S. Carvalho).