Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ceph/
Dlocks.c68 if (operation == CEPH_MDS_OP_SETFILELOCK) { in ceph_lock_message()
79 if (operation != CEPH_MDS_OP_SETFILELOCK || cmd == CEPH_LOCK_UNLOCK) in ceph_lock_message()
147 BUG_ON(req->r_op != CEPH_MDS_OP_SETFILELOCK); in ceph_lock_wait_for_completion()
186 intr_req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_SETFILELOCK, in ceph_lock_wait_for_completion()
233 u16 op = CEPH_MDS_OP_SETFILELOCK; in ceph_lock()
257 if (op == CEPH_MDS_OP_SETFILELOCK && F_UNLCK == fl->fl_type) in ceph_lock()
269 if (op == CEPH_MDS_OP_SETFILELOCK && F_UNLCK == fl->fl_type) { in ceph_lock()
277 if (op == CEPH_MDS_OP_SETFILELOCK && F_UNLCK != fl->fl_type) { in ceph_lock()
337 err = ceph_lock_message(CEPH_LOCK_FLOCK, CEPH_MDS_OP_SETFILELOCK, in ceph_flock()
343 CEPH_MDS_OP_SETFILELOCK, in ceph_flock()
Dstrings.c84 case CEPH_MDS_OP_SETFILELOCK: return "setfilelock"; in ceph_mds_op_name()
Dmds_client.c1019 if (mdsc->oldest_tid == 0 && req->r_op != CEPH_MDS_OP_SETFILELOCK) in __register_request()
1047 if (next_req->r_op != CEPH_MDS_OP_SETFILELOCK) { in __unregister_request()
4927 if (req->r_op != CEPH_MDS_OP_SETFILELOCK && in flush_mdlog_and_wait_mdsc_unsafe_requests()
/linux-6.1.9/include/linux/ceph/
Dceph_fs.h337 CEPH_MDS_OP_SETFILELOCK= 0x01109, enumerator