Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ceph/
Dcaps.c427 if (ci->i_ceph_flags & CEPH_I_FLUSH) in __cap_delay_requeue()
447 ci->i_ceph_flags |= CEPH_I_FLUSH; in __cap_delay_requeue_front()
1178 ci->i_ceph_flags &= ~(CEPH_I_NODELAY | CEPH_I_FLUSH); in __send_cap()
1544 if (ci->i_ceph_flags & CEPH_I_FLUSH) in ceph_check_caps()
3290 if ((ci->i_ceph_flags & CEPH_I_FLUSH) == 0 && in ceph_check_delayed_caps()
Dsuper.h443 #define CEPH_I_FLUSH 8 /* do not delay flush of dirty metadata */ macro