Home
last modified time | relevance | path

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

/external/syslinux/core/fs/fat/
Dfat.c109 pcluster = PVT(inode)->start_cluster; in fat_next_extent()
550 PVT(inode)->start_cluster = in vfat_find_entry()
552 if (PVT(inode)->start_cluster == 0) { in vfat_find_entry()
556 PVT(inode)->start_cluster = FAT_SB(fs)->root_cluster; in vfat_find_entry()
576 PVT(inode)->start_cluster = FAT_SB(fs)->root_cluster; in vfat_iget_root()
Dfat_fs.h152 uint32_t start_cluster; /* Starting cluster address */ member
/external/autotest/puppylab/
Dclusterctl181 def start_cluster(self): member in ClusterManager
297 cluster_manager.start_cluster()
/external/syslinux/core/fs/ntfs/
Dntfs.h96 uint32_t start_cluster; /* Starting cluster address */ member
Dntfs.c636 NTFS_PVT(inode)->start_cluster = start_blk >> NTFS_SB(fs)->clust_shift; in index_inode_setup()