Lines Matching refs:data
155 /** Read data from an open file
158 * on EOF or error, otherwise the rest of the data will be
169 /** Write data to an open file
189 /** Possibly flush cached data
192 * request to sync dirty data.
196 * has cached dirty data, this is a good place to write back data
232 * If the datasync parameter is non-zero, then only the user data
233 * should be flushed, not the meta data.
288 * If the datasync parameter is non-zero, then only the user data
289 * should be flushed, not the meta data
428 * 64bit environment. The size and direction of data is
430 * data will be NULL, for _IOC_WRITE data is out area, for
440 struct fuse_file_info *, unsigned int flags, void *data);
471 /** Private filesystem data */
489 * @param user_data user data supplied in the context during the init() method
624 struct fuse_file_info *fi, unsigned int flags, void *data);
636 * @param user_data user data supplied in the context during the init() method