Home
last modified time | relevance | path

Searched defs:needswap (Results 1 – 5 of 5) sorted by relevance

/dragonfly/usr.sbin/makefs/ffs/
H A Dffs_alloc.c305 const int needswap = UFS_FSNEEDSWAP(fs); in ffs_alloccg() local
390 const int needswap = UFS_FSNEEDSWAP(fs); in ffs_alloccgblk() local
444 const int needswap = UFS_FSNEEDSWAP(fs); in ffs_blkfree() local
557 const int needswap = UFS_FSNEEDSWAP(fs); in ffs_mapsearch() local
624 const int needswap = UFS_FSNEEDSWAP(fs); in ffs_clusteracct() local
H A Dffs_balloc.c95 const int needswap = UFS_FSNEEDSWAP(fs); in ffs_balloc_ufs1() local
347 const int needswap = UFS_FSNEEDSWAP(fs); in ffs_balloc_ufs2() local
H A Dffs_subr.c50 ffs_fragacct_swap(struct fs *fs, int fragmap, uint32_t fraglist[], int cnt, int needswap) in ffs_fragacct_swap()
/dragonfly/usr.sbin/makefs/
H A Dmakefs.h161 int needswap; /* non-zero if byte swapping needed */ member
289 #define DIRSIZ_SWAP(oldfmt, dp, needswap) \ argument
293 #define DIRSIZ_SWAP(oldfmt, dp, needswap) \ argument
H A Dffs.c1048 ffs_dump_dirbuf(dirbuf_t *dbuf, const char *dir, int needswap) in ffs_dump_dirbuf()
1073 ffs_make_dirbuf(dirbuf_t *dbuf, const char *name, fsnode *node, int needswap) in ffs_make_dirbuf()