/src/sbin/fsck_ext2fs/ |
dir.c | 85 struct ext2fs_dirtemplate emptydir = { variable in typeref:struct:ext2fs_dirtemplate 592 emptydir.dot_reclen = h2fs16(sblock.e2fs_bsize); 593 memcpy(bp->b_un.b_buf, &emptydir, sizeof emptydir);
|
dir.c | 85 struct ext2fs_dirtemplate emptydir = { variable in typeref:struct:ext2fs_dirtemplate 592 emptydir.dot_reclen = h2fs16(sblock.e2fs_bsize); 593 memcpy(bp->b_un.b_buf, &emptydir, sizeof emptydir);
|
/src/sbin/fsck_ffs/ |
dir.c | 60 struct dirtemplate emptydir = { variable in typeref:struct:dirtemplate 799 emptydir.dot_reclen = iswap16(dirblksiz); 803 memmove(cp, &emptydir, sizeof emptydir); 808 memmove(bp->b_un.b_buf, &emptydir, sizeof emptydir); 875 emptydir.dot_reclen = iswap16(dirblksiz); 879 memmove(cp, &emptydir, sizeof emptydir);
|
dir.c | 60 struct dirtemplate emptydir = { variable in typeref:struct:dirtemplate 799 emptydir.dot_reclen = iswap16(dirblksiz); 803 memmove(cp, &emptydir, sizeof emptydir); 808 memmove(bp->b_un.b_buf, &emptydir, sizeof emptydir); 875 emptydir.dot_reclen = iswap16(dirblksiz); 879 memmove(cp, &emptydir, sizeof emptydir);
|