Home
last modified time | relevance | path

Searched refs:lck (Results 1 – 1 of 1) sorted by relevance

/fs/cifs/
Dfile.c1286 struct lock_to_push *lck, *tmp; in cifs_push_posix_locks() local
1308 lck = kmalloc(sizeof(struct lock_to_push), GFP_KERNEL); in cifs_push_posix_locks()
1309 if (!lck) { in cifs_push_posix_locks()
1313 list_add_tail(&lck->llist, &locks_to_send); in cifs_push_posix_locks()
1332 lck = list_entry(el, struct lock_to_push, llist); in cifs_push_posix_locks()
1333 lck->pid = hash_lockowner(flock->fl_owner); in cifs_push_posix_locks()
1334 lck->netfid = cfile->fid.netfid; in cifs_push_posix_locks()
1335 lck->length = length; in cifs_push_posix_locks()
1336 lck->type = type; in cifs_push_posix_locks()
1337 lck->offset = flock->fl_start; in cifs_push_posix_locks()
[all …]