Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ceph/
Dsuper.h465 #define CEPH_I_NODELAY (1 << 1) /* do not delay cap release */ macro
Dcaps.c1145 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0 && in __send_cap()
1156 ci->i_ceph_flags &= ~(CEPH_I_NODELAY | CEPH_I_FLUSH); in __send_cap()
1746 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0 && in ceph_check_caps()
3694 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0) in ceph_encode_inode_release()
Ddir.c906 ci->i_ceph_flags |= CEPH_I_NODELAY; in drop_caps_for_unlink()