Lines Matching defs:start
6830 lock->start = flock->fl_start;
6833 if (lock->start == lock->end)
6934 "the end offset(%llx) is smaller than the start offset(%llx)\n",
7000 cmp_lock->start == smb_lock->start &&
7026 cmp_lock->start > smb_lock->start &&
7027 cmp_lock->start < smb_lock->end) {
7035 smb_lock->start > cmp_lock->start &&
7036 smb_lock->start < cmp_lock->end) {
7043 if (((cmp_lock->start <= smb_lock->start &&
7044 cmp_lock->end > smb_lock->start) ||
7045 (cmp_lock->start < smb_lock->end &&
7183 rlock->fl_start = smb_lock->start;
7506 loff_t start, length;
7513 start = le64_to_cpu(qar_req->file_offset);
7516 if (start < 0 || length < 0)
7523 ret = ksmbd_vfs_fqar_lseek(fp, start, length,