Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_file.c77 VOP_READ(vp, file, buf, size, offset, ioflags, NULL, rval); in __linvfs_read()
80 VOP_READ(vp, file, buf, size, offset, ioflags, NULL, rval); in __linvfs_read()
Dxfs_vnode.h289 #define VOP_READ(vp,file,buf,size,offset,ioflags,cr,rv) \ macro