nd                808 user/sbin/sfsck/sfsck.c dirread(struct sfs_inode *sfi, struct sfs_dir *d, unsigned nd)
nd                811 user/sbin/sfsck/sfsck.c 	unsigned nblocks = SFS_ROUNDUP(nd, atonce) / atonce;
nd                831 user/sbin/sfsck/sfsck.c dirwrite(const struct sfs_inode *sfi, struct sfs_dir *d, int nd)
nd                834 user/sbin/sfsck/sfsck.c 	unsigned nblocks = SFS_ROUNDUP(nd, atonce) / atonce;
nd                898 user/sbin/sfsck/sfsck.c sortdir(int *vector, struct sfs_dir *d, int nd)
nd                901 user/sbin/sfsck/sfsck.c 	qsort(vector, nd, sizeof(int), dirsortfunc);
nd                907 user/sbin/sfsck/sfsck.c dir_tryadd(struct sfs_dir *d, int nd, const char *name, uint32_t ino)
nd                910 user/sbin/sfsck/sfsck.c 	for (i=0; i<nd; i++) {