Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dlocks.c454 __le32 nlocks; in ceph_locks_to_pagelist() local
456 nlocks = cpu_to_le32(num_fcntl_locks); in ceph_locks_to_pagelist()
457 err = ceph_pagelist_append(pagelist, &nlocks, sizeof(nlocks)); in ceph_locks_to_pagelist()
468 nlocks = cpu_to_le32(num_flock_locks); in ceph_locks_to_pagelist()
469 err = ceph_pagelist_append(pagelist, &nlocks, sizeof(nlocks)); in ceph_locks_to_pagelist()