Lines Matching defs:length
63 static int file_truncate64(struct file *filep, off64_t length)
92 err = vnode->vop->Truncate64(vnode, length);
110 * have a size of length bytes.
112 * If the file previously was larger than length, the extra data is
113 * discarded. If it was previously shorter than length, it is unspecified
117 * shared memory object to length. If the file is not a regular file or
129 * length - The new length of the file or shared memory object.
138 int ftruncate64(int fd, off64_t length)
174 return file_truncate64(filep, length);