Home
last modified time | relevance | path

Searched refs:VOP_WRITE (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_file.c142 VOP_WRITE(vp, file, buf, count, &pos, ioflags, NULL, rval); in __linvfs_write()
147 VOP_WRITE(vp, file, buf, count, &pos, ioflags, NULL, rval); in __linvfs_write()
Dxfs_vnode.h291 #define VOP_WRITE(vp,file,buf,size,offset,ioflags,cr,rv) \ macro