Searched refs:ffs_rawread (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/modules/ufs/
H A DMakefile8 ufs_vnops.c ffs_alloc.c ffs_balloc.c ffs_inode.c ffs_rawread.c \
/freebsd-current/sys/ufs/ffs/
H A Dffs_rawread.c68 int ffs_rawread(struct vnode *vp, struct uio *uio, int *workdone);
400 ffs_rawread(struct vnode *vp, function
414 int skipbytes; /* Bytes not to read in ffs_rawread */
H A Dffs_vnops.c110 extern int ffs_rawread(struct vnode *vp, struct uio *uio, int *workdone);
673 error = ffs_rawread(vp, uio, &workdone);

Completed in 112 milliseconds