Lines Matching refs:loff_t
130 loff_t remote_i_size; /* Size of the remote file */
150 loff_t start; /* Where to start the I/O */
190 loff_t i_size; /* Size of the file */
191 loff_t start; /* Start position */
216 int (*check_write_begin)(struct file *file, loff_t pos, unsigned len,
240 loff_t start_pos,
248 loff_t start_pos,
255 loff_t *_start, size_t *_len, loff_t i_size);
261 loff_t i_size);
267 loff_t *_start, size_t *_len, loff_t i_size,
274 loff_t start, size_t len, size_t granularity,
275 loff_t *_data_start, size_t *_data_len);
282 struct address_space *, loff_t pos, unsigned int len,
329 static inline void netfs_resize_file(struct netfs_inode *ctx, loff_t new_i_size) in netfs_resize_file()