Searched defs:nfs_bio (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c99 static int nfs_bio(struct buf *, cred_t *);
851 error = nfs_bio(bp, cr);
3378 nfs_bio(struct buf *bp, cred_t *cr) function
3461 cmn_err(CE_PANIC, "nfs_bio: write count < 0");
3465 "nfs_bio: zero length write at %d",
3469 debug_enter("nfs_bio");
3900 error = nfs_bio(bp, cr);
4043 error = nfs_bio(bp, cr);

Completed in 71 milliseconds