Lines Matching defs:offset
45 struct nfs_lock_context *lock, loff_t offset, loff_t len)
52 .falloc_offset = offset,
91 loff_t offset, loff_t len)
111 err = _nfs42_proc_fallocate(msg, filep, lock, offset, len);
123 int nfs42_proc_allocate(struct file *filep, loff_t offset, loff_t len)
136 err = nfs42_proc_fallocate(&msg, filep, offset, len);
144 int nfs42_proc_deallocate(struct file *filep, loff_t offset, loff_t len)
157 err = nfs42_proc_fallocate(&msg, filep, offset, len);
159 truncate_pagecache_range(inode, offset, (offset + len) -1);
632 struct nfs_lock_context *lock, loff_t offset, int whence)
637 .sa_offset = offset,
662 offset, LLONG_MAX);
679 loff_t nfs42_proc_llseek(struct file *filep, loff_t offset, int whence)
694 err = _nfs42_proc_llseek(filep, lock, offset, whence);