Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ceph/
Dcaps.c1296 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0 && in __send_cap()
1307 ci->i_ceph_flags &= ~(CEPH_I_NODELAY | CEPH_I_FLUSH); in __send_cap()
1990 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0 && in ceph_check_caps()
2341 ci->i_ceph_flags |= CEPH_I_NODELAY; in __kick_flushing_caps()
4141 ci->i_ceph_flags |= CEPH_I_NODELAY; in ceph_drop_caps_for_unlink()
4197 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0) in ceph_encode_inode_release()
Dsuper.h509 #define CEPH_I_NODELAY (1 << 1) /* do not delay cap release */ macro