HomeSort by: relevance | last modified time | path
    Searched defs:chfs_check (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/chfs/
chfs_gc.c 42 int chfs_check(struct chfs_mount *, struct chfs_vnode_cache *);
259 /* chfs_check - checks an inode with minimal initialization */
261 chfs_check(struct chfs_mount *chmp, struct chfs_vnode_cache *chvc) function in typeref:typename:int
515 ret = chfs_check(chmp, vc);
chfs_gc.c 42 int chfs_check(struct chfs_mount *, struct chfs_vnode_cache *);
259 /* chfs_check - checks an inode with minimal initialization */
261 chfs_check(struct chfs_mount *chmp, struct chfs_vnode_cache *chvc) function in typeref:typename:int
515 ret = chfs_check(chmp, vc);

Completed in 26 milliseconds