Searched refs:p9fs_get_open_fid (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/fs/p9fs/ |
H A D | p9fs_vnops.c | 1266 p9fs_get_open_fid(struct vnode *vp, int fflags, struct ucred *cr, struct open_fid_state *statep) in p9fs_get_open_fid() function 1338 error = p9fs_get_open_fid(vp, FREAD, ap->a_cred, &ostate); in p9fs_read() 1414 error = p9fs_get_open_fid(vp, FWRITE, ap->a_cred, &ostate); in p9fs_write() 2022 error = p9fs_get_open_fid(vp, bp->b_iocmd == BIO_READ ? FREAD : FWRITE, cr, &ostate); in p9fs_strategy()
|