Searched refs:VOP_WRITE (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_file.c | 142 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()
|
D | xfs_vnode.h | 291 #define VOP_WRITE(vp,file,buf,size,offset,ioflags,cr,rv) \ macro
|