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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c613 error = wrip(ip, uiop, ioflag, cr);
731 * wrip does the real work of write requests for ufs.
734 wrip(struct inode *ip, struct uio *uio, int ioflag, struct cred *cr) function
855 * vfs_dqrwlock at all while entering wrip().
4326 error = wrip(ip, &auio, ioflag, cr);
4685 * in rdip/wrip, not here. We are not dealing with frags
4850 * and the inode is not marked for no access time update (in wrip()
5224 * operating in the window of vulnerability in wrip().
5227 * is when the thread in wrip() does something which causes
5242 * section of wrip(), the
[all...]

Completed in 74 milliseconds