sbin/fsdb/fsdb.c
187
{ "clri", "Clear inode INUM", 2, 2, FL_CWR, zapi },
sbin/fsdb/fsdb.c
194
{ "uplink", "Increment link count", 1, 1, FL_CWR, uplink },
sbin/fsdb/fsdb.c
195
{ "downlink", "Decrement link count", 1, 1, FL_CWR, downlink },
sbin/fsdb/fsdb.c
196
{ "linkcount", "Set link count to COUNT", 2, 2, FL_CWR, linkcount },
sbin/fsdb/fsdb.c
199
{ "rm", "Remove NAME from current inode directory", 2, 2, FL_CWR | FL_ST, rm },
sbin/fsdb/fsdb.c
200
{ "del", "Remove NAME from current inode directory", 2, 2, FL_CWR | FL_ST, rm },
sbin/fsdb/fsdb.c
201
{ "ln", "Hardlink INO into current inode directory as NAME", 3, 3, FL_CWR | FL_ST, ln },
sbin/fsdb/fsdb.c
202
{ "chinum", "Change dir entry number INDEX to INUM", 3, 3, FL_CWR, chinum },
sbin/fsdb/fsdb.c
204
{ "chtype", "Change type of current inode to TYPE", 2, 2, FL_CWR, newtype },
sbin/fsdb/fsdb.c
208
{ "chflags", "Change flags of current inode to FLAGS", 2, 2, FL_CWR, chaflags },
sbin/fsdb/fsdb.c
210
{ "chsize", "Change size of current inode to SIZE", 2, 2, FL_CWR, chsize },
sbin/fsdb/fsdb.c
215
{ "chdb", "Change db pointer N of current inode to BLKNO", 3, 3, FL_CWR, chdb },
sbin/fsdb/fsdb.c
300
if ((cmdp->flags & (FL_CWR | FL_WR)) != 0 && nflag)
sbin/fsdb/fsdb.c
317
if ((cmdp->flags & FL_CWR) != 0)