Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ceph/
Dcaps.c1297 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0 && in __send_cap()
1308 ci->i_ceph_flags &= ~(CEPH_I_NODELAY | CEPH_I_FLUSH); in __send_cap()
1979 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0 && in ceph_check_caps()
2313 ci->i_ceph_flags |= CEPH_I_NODELAY; in __kick_flushing_caps()
4072 ci->i_ceph_flags |= CEPH_I_NODELAY; in ceph_drop_caps_for_unlink()
4128 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0) in ceph_encode_inode_release()
Dsuper.h486 #define CEPH_I_NODELAY (1 << 1) /* do not delay cap release */ macro