Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:fstore

1111        // struct fstore
1116 struct fstore *, fstore);
1118 struct vki_fstore *fstore = (struct vki_fstore *)ARG3;
1119 PRE_FIELD_READ( "fcntl(F_PREALLOCATE, fstore->fst_flags)",
1120 fstore->fst_flags );
1121 PRE_FIELD_READ( "fcntl(F_PREALLOCATE, fstore->fst_flags)",
1122 fstore->fst_posmode );
1123 PRE_FIELD_READ( "fcntl(F_PREALLOCATE, fstore->fst_flags)",
1124 fstore->fst_offset );
1125 PRE_FIELD_READ( "fcntl(F_PREALLOCATE, fstore->fst_flags)",
1126 fstore->fst_length );
1127 PRE_FIELD_WRITE( "fcntl(F_PREALLOCATE, fstore->fst_bytesalloc)",
1128 fstore->fst_bytesalloc);
1249 struct vki_fstore *fstore = (struct vki_fstore *)ARG3;
1250 POST_FIELD_WRITE( fstore->fst_bytesalloc );