Searched refs:lck (Results 1 – 1 of 1) sorted by relevance
1251 struct lock_to_push *lck, *tmp; in cifs_push_posix_locks() local1273 lck = kmalloc(sizeof(struct lock_to_push), GFP_KERNEL); in cifs_push_posix_locks()1274 if (!lck) { in cifs_push_posix_locks()1278 list_add_tail(&lck->llist, &locks_to_send); in cifs_push_posix_locks()1297 lck = list_entry(el, struct lock_to_push, llist); in cifs_push_posix_locks()1298 lck->pid = hash_lockowner(flock->fl_owner); in cifs_push_posix_locks()1299 lck->netfid = cfile->fid.netfid; in cifs_push_posix_locks()1300 lck->length = length; in cifs_push_posix_locks()1301 lck->type = type; in cifs_push_posix_locks()1302 lck->offset = flock->fl_start; in cifs_push_posix_locks()[all …]