Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ceph/
Dcaps.c1167 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0 && in __send_cap()
1178 ci->i_ceph_flags &= ~(CEPH_I_NODELAY | CEPH_I_FLUSH); in __send_cap()
1696 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0 && in ceph_check_caps()
3384 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0) in ceph_encode_inode_release()
Dsuper.h442 #define CEPH_I_NODELAY 4 /* do not delay cap release */ macro
Ddir.c896 ci->i_ceph_flags |= CEPH_I_NODELAY; in drop_caps_for_unlink()