Searched refs:smbfs_putpage (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vnops.c | 153 static int smbfs_putpage(vnode_t *, offset_t, size_t, int, cred_t *, 442 error = smbfs_putpage(vp, (offset_t)0, 0, 0, cr, ct); in smbfs_close() 1489 error = smbfs_putpage(vp, (offset_t)0, 0, 0, cr, ct); in smbfs_getattr() 1631 error = smbfs_putpage(vp, (offset_t)0, 0, 0, cr, NULL); in smbfssetattr() 2010 error = smbfs_putpage(vp, (offset_t)0, 0, 0, cr, ct); in smbfs_fsync() 2101 error = smbfs_putpage(vp, (u_offset_t)0, 0, 0, cr, ct); in smbfs_inactive() 2868 error = smbfs_putpage(vp, (offset_t)0, 0, 0, in smbfsremove() 4061 smbfs_putpage(vnode_t *vp, offset_t off, size_t len, int flags, cred_t *cr, in smbfs_putpage() function 4352 error = smbfs_putpage(vp, io_off, io_len, in smbfs_putapage() 4682 (void) smbfs_putpage(vp, dmapp->dm_off, dmapp->dm_len, 0, in smbfs_delmap_async() [all …]
|