Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ceph/
Dlocks.c85 if (operation == CEPH_MDS_OP_SETFILELOCK) { in ceph_lock_message()
96 if (operation != CEPH_MDS_OP_SETFILELOCK || cmd == CEPH_LOCK_UNLOCK) in ceph_lock_message()
164 BUG_ON(req->r_op != CEPH_MDS_OP_SETFILELOCK); in ceph_lock_wait_for_completion()
203 intr_req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_SETFILELOCK, in ceph_lock_wait_for_completion()
250 u16 op = CEPH_MDS_OP_SETFILELOCK; in ceph_lock()
274 if (op == CEPH_MDS_OP_SETFILELOCK && F_UNLCK == fl->fl_type) in ceph_lock()
286 if (op == CEPH_MDS_OP_SETFILELOCK && F_UNLCK == fl->fl_type) { in ceph_lock()
294 if (op == CEPH_MDS_OP_SETFILELOCK && F_UNLCK != fl->fl_type) { in ceph_lock()
354 err = ceph_lock_message(CEPH_LOCK_FLOCK, CEPH_MDS_OP_SETFILELOCK, in ceph_flock()
360 CEPH_MDS_OP_SETFILELOCK, in ceph_flock()
Dstrings.c84 case CEPH_MDS_OP_SETFILELOCK: return "setfilelock"; in ceph_mds_op_name()
Dmds_client.c1178 if (mdsc->oldest_tid == 0 && req->r_op != CEPH_MDS_OP_SETFILELOCK) in __register_request()
1206 if (next_req->r_op != CEPH_MDS_OP_SETFILELOCK) { in __unregister_request()
5347 if (req->r_op != CEPH_MDS_OP_SETFILELOCK && in flush_mdlog_and_wait_mdsc_unsafe_requests()
/linux-6.6.21/include/linux/ceph/
Dceph_fs.h337 CEPH_MDS_OP_SETFILELOCK= 0x01109, enumerator