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

  /src/sys/ufs/ffs/
ffs_extern.h 202 void ffs_load_inode(struct buf *, struct inode *, struct fs *, ino_t);
ffs_subr.c 76 ffs_load_inode(struct buf *bp, struct inode *ip, struct fs *fs, ino_t ino) function in typeref:typename:void
ffs_vfsops.c 1017 ffs_load_inode(bp, ip, fs, ip->i_number);
2113 ffs_load_inode(bp, ip, fs, ino);

Completed in 13 milliseconds