Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ceph/
Dsuper.h637 #define CEPH_I_ASYNC_CHECK_CAPS (1 << 14) /* check caps immediately after async macro
Dfile.c545 if (ci->i_ceph_flags & CEPH_I_ASYNC_CHECK_CAPS) { in wake_async_create_waiters()
546 ci->i_ceph_flags &= ~CEPH_I_ASYNC_CHECK_CAPS; in wake_async_create_waiters()
Dcaps.c1986 ci->i_ceph_flags |= CEPH_I_ASYNC_CHECK_CAPS; in ceph_check_caps()