Lines Matching refs:f_cred
116 error = nbl_svmand(vp, fp->f_cred, &svmand); in read()
143 if ((error = VOP_GETATTR(vp, &va, 0, fp->f_cred, NULL))) { in read()
181 error = VOP_READ(vp, &auio, ioflag, fp->f_cred, NULL); in read()
252 error = nbl_svmand(vp, fp->f_cred, &svmand); in write()
310 error = VOP_WRITE(vp, &auio, ioflag, fp->f_cred, NULL); in write()
405 error = nbl_svmand(vp, fp->f_cred, &svmand); in pread()
421 if ((error = VOP_GETATTR(vp, &va, 0, fp->f_cred, NULL))) { in pread()
456 error = VOP_READ(vp, &auio, ioflag, fp->f_cred, NULL); in pread()
559 error = nbl_svmand(vp, fp->f_cred, &svmand); in pwrite()
590 error = VOP_WRITE(vp, &auio, ioflag, fp->f_cred, NULL); in pwrite()
719 error = nbl_svmand(vp, fp->f_cred, &svmand); in readv()
739 if ((error = VOP_GETATTR(vp, &va, 0, fp->f_cred, NULL))) { in readv()
774 error = VOP_READ(vp, &auio, ioflag, fp->f_cred, NULL); in readv()
911 error = nbl_svmand(vp, fp->f_cred, &svmand); in writev()
958 error = VOP_WRITE(vp, &auio, ioflag, fp->f_cred, NULL); in writev()
1119 error = VOP_GETATTR(vp, &va, 0, fp->f_cred, NULL); in preadv()
1149 error = nbl_svmand(vp, fp->f_cred, &svmand); in preadv()
1173 error = VOP_READ(vp, &auio, ioflag, fp->f_cred, NULL); in preadv()
1367 error = nbl_svmand(vp, fp->f_cred, &svmand); in pwritev()
1387 error = VOP_WRITE(vp, &auio, ioflag, fp->f_cred, NULL); in pwritev()
1479 error = nbl_svmand(vp, fp->f_cred, &svmand); in pread64()
1515 error = VOP_READ(vp, &auio, ioflag, fp->f_cred, NULL); in pread64()
1612 error = nbl_svmand(vp, fp->f_cred, &svmand); in pwrite64()
1643 error = VOP_WRITE(vp, &auio, ioflag, fp->f_cred, NULL); in pwrite64()