Lines Matching refs:loff_t
131 loff_t remote_i_size; /* Size of the remote file */
151 loff_t start; /* Where to start the I/O */
191 loff_t i_size; /* Size of the file */
192 loff_t start; /* Start position */
217 int (*check_write_begin)(struct file *file, loff_t pos, unsigned len,
241 loff_t start_pos,
249 loff_t start_pos,
256 loff_t *_start, size_t *_len, loff_t i_size);
262 loff_t i_size);
268 loff_t *_start, size_t *_len, loff_t i_size,
275 loff_t start, size_t *_len,
276 loff_t i_size,
283 loff_t start, size_t len, size_t granularity,
284 loff_t *_data_start, size_t *_data_len);
291 struct address_space *, loff_t pos, unsigned int len,
341 static inline void netfs_resize_file(struct netfs_inode *ctx, loff_t new_i_size) in netfs_resize_file()