Searched refs:DIP_SET (Results 1 - 19 of 19) sorted by relevance

/freebsd-11.0-release/sys/ufs/ufs/
H A Dufs_vnops.c165 DIP_SET(ip, i_atime, ts.tv_sec);
166 DIP_SET(ip, i_atimensec, ts.tv_nsec);
169 DIP_SET(ip, i_mtime, ts.tv_sec);
170 DIP_SET(ip, i_mtimensec, ts.tv_nsec);
173 DIP_SET(ip, i_ctime, ts.tv_sec);
174 DIP_SET(ip, i_ctimensec, ts.tv_nsec);
175 DIP_SET(ip, i_modrev, DIP(ip, i_modrev) + 1);
245 DIP_SET(ip, i_rdev, vap->va_rdev);
573 DIP_SET(ip, i_flags, vap->va_flags);
646 DIP_SET(i
[all...]
H A Dufs_inode.c146 DIP_SET(ip, i_rdev, 0);
149 DIP_SET(ip, i_mode, 0);
H A Dinode.h149 #define DIP_SET(ip, field, val) do { \ macro
H A Dufs_acl.c143 DIP_SET(ip, i_mode, ip->i_mode);
421 DIP_SET(ip, i_mode, ip->i_mode);
H A Dufs_lookup.c569 DIP_SET(dp, i_size, dp->i_size);
923 DIP_SET(dp, i_size, dp->i_size);
1009 DIP_SET(dp, i_size, dp->i_size);
1186 DIP_SET(ip, i_nlink, ip->i_nlink);
1294 DIP_SET(oip, i_nlink, oip->i_nlink);
/freebsd-11.0-release/sbin/fsdb/
H A Dfsdb.c368 DIP_SET(curinode, di_nlink, DIP(curinode, di_nlink) + 1);
379 DIP_SET(curinode, di_nlink, DIP(curinode, di_nlink) - 1);
914 DIP_SET(curinode, di_mode, DIP(curinode, di_mode) & ~IFMT);
915 DIP_SET(curinode, di_mode, DIP(curinode, di_mode) | type);
936 DIP_SET(curinode, di_size, len);
957 DIP_SET(curinode, di_mode, DIP(curinode, di_mode) & ~07777);
958 DIP_SET(curinode, di_mode, DIP(curinode, di_mode) | modebits);
983 DIP_SET(curinode, di_flags, flags);
1008 DIP_SET(curinode, di_gen, gen);
1033 DIP_SET(curinod
[all...]
/freebsd-11.0-release/sys/ufs/ffs/
H A Dffs_inode.c289 DIP_SET(ip, i_size, 0);
321 DIP_SET(ip, i_size, length);
415 DIP_SET(ip, i_size, length);
435 DIP_SET(ip, i_size, length);
471 DIP_SET(ip, i_ib[level], 0);
478 DIP_SET(ip, i_db[i], 0);
491 DIP_SET(ip, i_db[i], oldblks[i]);
495 DIP_SET(ip, i_ib[i], oldblks[NDADDR + i]);
498 DIP_SET(ip, i_size, osize);
519 DIP_SET(i
[all...]
H A Dffs_snapshot.c316 DIP_SET(ip, i_size, ip->i_size);
398 DIP_SET(ip, i_flags, ip->i_flags);
586 DIP_SET(xp, i_db[loc], 0);
597 DIP_SET(xp, i_db[loc], blkno);
929 DIP_SET(ip, i_db[loc], BLK_NOCOPY);
931 DIP_SET(ip, i_db[loc], 0);
1647 DIP_SET(ip, i_db[blkno], 0);
1651 DIP_SET(ip, i_blocks, DIP(ip, i_blocks) -
1653 DIP_SET(ip, i_db[blkno], 0);
1701 DIP_SET(i
[all...]
H A Dffs_alloc.c202 DIP_SET(ip, i_blocks, DIP(ip, i_blocks) + delta);
329 DIP_SET(ip, i_blocks, DIP(ip, i_blocks) + delta);
397 DIP_SET(ip, i_blocks, DIP(ip, i_blocks) + delta);
1098 DIP_SET(ip, i_blocks, 0);
1101 DIP_SET(ip, i_flags, 0);
1107 DIP_SET(ip, i_gen, ip->i_gen);
2832 DIP_SET(ip, i_nlink, ip->i_nlink);
2852 DIP_SET(ip, i_blocks, DIP(ip, i_blocks) + cmd.size);
H A Dffs_vnops.c754 DIP_SET(ip, i_size, ip->i_size);
835 DIP_SET(ip, i_mode, ip->i_mode);
H A Dffs_softdep.c2818 DIP_SET(ip, i_modrev, fs->fs_mtime);
6094 DIP_SET(ip, i_db[i], 0);
6132 DIP_SET(ip, i_ib[i], 0);
6603 DIP_SET(ip, i_size, ip->i_size);
6624 DIP_SET(ip, i_blocks, DIP(ip, i_blocks) - datablocks);
6714 DIP_SET(ip, i_size, ip->i_size);
6721 DIP_SET(ip, i_size, length);
6865 DIP_SET(ip, i_size, 0);
6883 DIP_SET(ip, i_blocks, DIP(ip, i_blocks) - datablocks);
7989 DIP_SET(i
[all...]
H A Dffs_vfsops.c1775 DIP_SET(ip, i_gen, ip->i_gen);
/freebsd-11.0-release/sbin/fsck_ffs/
H A Ddir.c323 DIP_SET(dp, di_nlink, DIP(dp, di_nlink) - lcnt);
473 DIP_SET(dp, di_nlink, DIP(dp, di_nlink) + 1);
534 DIP_SET(dp, di_size, roundup(DIP(dp, di_size), DIRBLKSIZ));
562 DIP_SET(dp, di_db[lastbn + 1], DIP(dp, di_db[lastbn]));
563 DIP_SET(dp, di_db[lastbn], newblk);
564 DIP_SET(dp, di_size, DIP(dp, di_size) + sblock.fs_bsize);
565 DIP_SET(dp, di_blocks, DIP(dp, di_blocks) + btodb(sblock.fs_bsize));
594 DIP_SET(dp, di_db[lastbn], DIP(dp, di_db[lastbn + 1]));
595 DIP_SET(dp, di_db[lastbn + 1], 0);
596 DIP_SET(d
[all...]
H A Dinode.c98 DIP_SET(dp, di_size,
137 DIP_SET(dp, di_size,
216 DIP_SET(dp, di_size,
694 DIP_SET(dp, di_db[0], allocblk((long)1));
699 DIP_SET(dp, di_mode, type);
700 DIP_SET(dp, di_flags, 0);
701 DIP_SET(dp, di_atime, time(NULL));
702 DIP_SET(dp, di_ctime, DIP(dp, di_atime));
703 DIP_SET(dp, di_mtime, DIP(dp, di_ctime));
704 DIP_SET(d
[all...]
H A Dpass2.c111 DIP_SET(dp, di_mode, DIP(dp, di_mode) & ~IFMT);
112 DIP_SET(dp, di_mode, DIP(dp, di_mode) | IFDIR);
158 DIP_SET(dp, di_size, inp->i_isize);
176 DIP_SET(dp, di_size,
183 DIP_SET(dp, di_mode, IFDIR);
184 DIP_SET(dp, di_size, inp->i_isize);
186 DIP_SET(dp, di_db[i], inp->i_blks[i]);
189 DIP_SET(dp, di_ib[i], inp->i_blks[NDADDR + i]);
H A Dpass1.c289 DIP_SET(dp, di_size, sblock.fs_fsize);
290 DIP_SET(dp, di_mode, IFREG|0600);
407 DIP_SET(dp, di_blocks, idesc->id_entryno);
H A Dsuj.c1140 DIP_SET(ip, di_blocks, blocks);
1290 DIP_SET(ip, di_nlink, 0);
1298 DIP_SET(ip, di_gen, gen);
1334 DIP_SET(ip, di_nlink, nlink);
1434 DIP_SET(ip, di_nlink, nlink);
1547 DIP_SET(ip, di_db[i], 0);
1566 DIP_SET(ip, di_ib[i], 0);
1600 DIP_SET(ip, di_blocks, fsbtodb(fs, totalfrags));
1601 DIP_SET(ip, di_size, size);
1935 DIP_SET(i
[all...]
H A Dfsck.h87 #define DIP_SET(dp, field, val) do { \ macro
/freebsd-11.0-release/sbin/dump/
H A Dtraverse.c66 #define DIP_SET(dp, field, val) do {\ macro
474 DIP_SET(dp, di_size, 0);
475 DIP_SET(dp, di_flags, DIP(dp, di_flags) & ~SF_SNAPSHOT);

Completed in 114 milliseconds