HomeSort by: relevance | last modified time | path
    Searched refs:chfs_filldir (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/ufs/chfs/
chfs_subr.c 130 * chfs_filldir -
135 chfs_filldir(struct uio* uio, ino_t ino, const char *name, function in typeref:typename:int
chfs_vnops.c 1363 /* uiomove in chfs_filldir automatically increments the
1371 error = chfs_filldir(uio, ip->ino, ".", 1, CHT_DIR);
1389 error = chfs_filldir(uio, chvc->pvno, "..", 2, CHT_DIR);
1418 error = chfs_filldir(uio, fd->vno,
chfs.h 663 int chfs_filldir (struct uio *, ino_t, const char *, int, enum chtype);

Completed in 13 milliseconds