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

  /src/sys/ufs/chfs/
chfs.h 558 int chfs_read_inode(struct chfs_mount *, struct chfs_inode *);
chfs_readinode.c 987 /* chfs_read_inode - checks the state of the inode then reads and builds it */
988 int chfs_read_inode(struct chfs_mount *chmp, struct chfs_inode *ip) function in typeref:typename:int
chfs_vfsops.c 569 error = chfs_read_inode(chmp, ip);

Completed in 13 milliseconds