Home
last modified time | relevance | path

Searched refs:fat (Results 1 – 25 of 32) sorted by relevance

12

/dragonfly/sbin/fsck_msdosfs/
H A Dfat.c495 return (fat->get(fat, cl)); in fat_get_cl_next()
511 return (fat->set(fat, cl, nextcl)); in fat_set_cl_next()
628 fat->fatbuf = mmap(NULL, fat->fatsize, in _readfat()
704 munmap(fat->fatbuf, fat->fatsize); in releasefat()
735 fat->fd = fs; in readfat()
739 free(fat); in readfat()
755 if (fat->is_mmapped || !fat->use_cache) { in readfat()
766 free(fat); in readfat()
775 free(fat); in readfat()
921 free(fat); in readfat()
[all …]
H A Ddir.c221 boot = fat_get_boot(fat); in resetDosDirSection()
300 boot = fat_get_boot(fat); in delete()
301 fd = fat_get_fd(fat); in delete()
362 if (delete(fat, in removede()
397 if (!fat_is_valid_cl(fat, dir->head) || !fat_is_cl_head(fat, dir->head)) { in checksize()
453 clearchain(fat, fat_get_cl_next(fat, cl)); in checksize()
481 fd = fat_get_fd(fat); in check_subdirectory()
560 fd = fat_get_fd(fat); in readDosDirSection()
637 if (delete(fat, in readDosDirSection()
1017 } while (fat_is_valid_cl(fat, (cl = fat_get_cl_next(fat, cl)))); in readDosDirSection()
[all …]
H A Dcheck.c43 struct fat_descriptor *fat = NULL; in checkfilesys() local
81 mod |= readfat(dosfs, &boot, &fat); in checkfilesys()
90 mod |= resetDosDirSection(fat); in checkfilesys()
96 mod |= handleDirTree(fat); in checkfilesys()
103 mod |= checklost(fat); in checkfilesys()
110 mod |= writefat(fat); in checkfilesys()
153 mod |= cleardirty(fat); in checkfilesys()
169 free(fat); in checkfilesys()
H A DMakefile8 SRCS= main.c check.c boot.c fat.c dir.c fsutil.c
H A Dext.h94 cl_t fat_allocate_cluster(struct fat_descriptor *fat);
/dragonfly/sbin/newfs_msdos/
H A Dmkfs_msdos.c75 #define mincls(fat) ((fat) == 12 ? MINCLS12 : \ argument
79 #define maxcls(fat) ((fat) == 12 ? MAXCLS12 : \ argument
360 fat = 12; in mkfs_msdos()
362 fat = 32; in mkfs_msdos()
373 if (fat != 0 && fat != 12 && fat != 16 && fat != 32) { in mkfs_msdos()
462 fat = 12; in mkfs_msdos()
471 fat = 16; in mkfs_msdos()
473 fat = 32; in mkfs_msdos()
534 howmany((RESFTE + maxcls(fat)) * (fat / BPN), in mkfs_msdos()
557 x2 = howmany((RESFTE + MIN(x, maxcls(fat))) * (fat / BPN), in mkfs_msdos()
[all …]
/dragonfly/sys/vfs/fuse/
H A Dfuse_vnops.c56 vap->va_type = IFTOVT(fat->mode); in fuse_set_attr()
59 vap->va_mode = fat->mode & ~S_IFMT; in fuse_set_attr()
63 vap->va_nlink = fat->nlink; in fuse_set_attr()
64 vap->va_uid = fat->uid; in fuse_set_attr()
65 vap->va_gid = fat->gid; in fuse_set_attr()
67 vap->va_fileid = fat->ino; in fuse_set_attr()
71 vap->va_atime.tv_sec = fat->atime; in fuse_set_attr()
72 vap->va_atime.tv_nsec = fat->atimensec; in fuse_set_attr()
73 vap->va_mtime.tv_sec = fat->mtime; in fuse_set_attr()
74 vap->va_mtime.tv_nsec = fat->mtimensec; in fuse_set_attr()
[all …]
/dragonfly/contrib/file/magic/Magdir/
H A Dmap46 # 1st fat name "DLLINFO TXT" only found for vpm
140 >>>&511 use garmin-fat
142 >>>&1023 use garmin-fat
144 >>>&1535 use garmin-fat
146 >>>&2047 use garmin-fat
152 0 name garmin-fat
157 # fat flag 0~dummy block 1~true sub file
H A Dtimezone34 >51 default x \b(fat)
H A Dcafebabe85 # include/mach-o/fat.h
H A Dfilesystems30 >0 ubyte 0x1b hidden win95 fat 32
31 >0 ubyte 0x1c hidden win95 fat 32 lba
32 >0 ubyte 0x1d hidden win95 fat 16 lba
1332 # 0=stage2 1=ffs 2=e2fs 3=fat 4=minix 5=reiserfs
1349 # 0=stage2 1=ffs 2=e2fs 3=fat 4=minix 5=reiserfs 6=vstafs 7=jfs 8=xfs 9=iso9660 a=ufs2
1449 # http://homepage.ntlworld.com/jonathan.deboynepollard/FGA/determining-fat-widths.html
/dragonfly/contrib/gcc-8.0/gcc/ada/gcc-interface/
H A Dada-tree.def27 TREE_TYPE is the type of the fat pointer and TYPE_OBJECT_RECORD_TYPE is
34 is the fat pointer object. */
/dragonfly/games/quiz/datfiles/
H A Dposneg19 fat|thick:thin|skinny
H A Dlatin116 pinguis:fat|rich
/dragonfly/contrib/gcc-4.7/gcc/
H A Dvmsdbgout.c1812 if (siz) *siz = (512 * 65536 * recattr.fat$w_efblkh) + in vms_file_stats_name()
1813 (512 * (recattr.fat$w_efblkl - 1)) + in vms_file_stats_name()
1814 recattr.fat$w_ffbyte; in vms_file_stats_name()
1815 if (rfo) *rfo = recattr.fat$v_rtype; in vms_file_stats_name()
H A Dtree.def577 examples of such types. This mechanism is also used to create "fat
578 pointers" for unconstrained array types in Ada; the fat pointer is a
582 to by the first field in the fat pointer refer to the values in the
612 In the latter case, we need the fat pointer, because the bounds of
615 the fat pointer that obtained the array pointer. */
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dlto.texi24 This ``fat'' object format makes it easy to integrate LTO into
26 the files. Additionally, one might be able to ship one set of fat
35 The current implementation only produces ``fat'' objects, effectively
169 assembly code of ``fat'' objects might not match the ones used and
174 Additionally, the binary code in the ``fat'' object will lack a call
/dragonfly/games/fortune/datfiles/
H A Ddragonfly-funny128 <@buggs> And all his patches were fat
H A Dfortunes.sp.ok1903 net.fat
/dragonfly/share/misc/
H A Diso639167 fat fat Fanti
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.def645 examples of such types. This mechanism is also used to create "fat
646 pointers" for unconstrained array types in Ada; the fat pointer is a
650 to by the first field in the fat pointer refer to the values in the
680 In the latter case, we need the fat pointer, because the bounds of
683 the fat pointer that obtained the array pointer. */
/dragonfly/sys/dev/disk/isp/
H A DHardware.txt117 the really fat DB-9 cables you can get, it'll survive. Optical usually
H A DDriverManual.txt174 FC-AL as a 'fat' SCSI bus (a SCSI bus with more than 15 targets). All
460 architecture for dealing with Fibre Channel as just a 'fat' SCSI bus
/dragonfly/share/dict/
H A Dweb2a3160 back fat
6695 body fat
6962 bone fat
8402 buck fat
14236 cow-fat
20351 fat box
20369 fat-fed
20374 fat hen
20398 fat oil
28420 hen-fat
[all …]
/dragonfly/sys/vfs/hammer2/
H A DDESIGN67 * Utilizes a fat blockref structure (128 bytes) which can store up to
76 * 1KB 'fat' inode structure. The inode structure directly embeds four

12