Searched refs:ntfs (Results 1 - 3 of 3) sorted by relevance

/external/toybox/tests/
H A Dfstype.test13 for i in cramfs ext2 ext3 ext4 f2fs ntfs squashfs vfat xfs
/external/syslinux/core/fs/ntfs/
H A Dntfs.c35 #include "ntfs.h"
1294 struct ntfs_bpb ntfs; local
1301 read_count = disk->rdwr_sectors(disk, &ntfs, 0, 1, 0);
1305 if (!ntfs_check_sb_fields(&ntfs))
1310 /* Note: ntfs.clust_per_mft_record can be a negative number.
1314 mft_record_shift = ntfs.clust_per_mft_record < 0 ?
1315 -ntfs.clust_per_mft_record :
1316 ilog2(ntfs.sec_per_clust) + SECTOR_SHIFT(fs) +
1317 ilog2(ntfs.clust_per_mft_record);
1327 sbi->clust_shift = ilog2(ntfs
[all...]
/external/selinux/libsepol/tests/policies/test-cond/
H A Drefpolicy-base.conf1715 genfscon ntfs / system_u:object_r:dosfs_t:s0

Completed in 104 milliseconds