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

  /src/sys/ufs/chfs/
chfs_write.c 155 /* chfs_write_flash_dirent - writes out a directory entry to flash */
157 chfs_write_flash_dirent(struct chfs_mount *chmp, struct chfs_inode *pdir, function in typeref:typename:int
447 error = chfs_write_flash_dirent(chmp,
507 error = chfs_write_flash_dirent(chmp,
chfs_vnode.c 295 error = chfs_write_flash_dirent(chmp, pdir, ip, nfd, ip->ino, ALLOC_NORMAL);
chfs_gc.c 978 return chfs_write_flash_dirent(chmp,
1063 return chfs_write_flash_dirent(chmp,
chfs.h 650 int chfs_write_flash_dirent(struct chfs_mount *, struct chfs_inode *,

Completed in 14 milliseconds