Home
last modified time | relevance | path

Searched refs:i_ceph_flags (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/ceph/
Dsuper.h261 unsigned i_ceph_flags; member
451 ci->i_ceph_flags |= CEPH_I_DIR_ORDERED; in __ceph_dir_set_complete()
453 ci->i_ceph_flags &= ~CEPH_I_DIR_ORDERED; in __ceph_dir_set_complete()
470 (ci->i_ceph_flags & CEPH_I_DIR_ORDERED); in __ceph_dir_is_complete_ordered()
483 ci->i_ceph_flags &= ~CEPH_I_DIR_ORDERED; in ceph_dir_clear_ordered()
Dcaps.c423 ci->i_ceph_flags, ci->i_hold_caps_max); in __cap_delay_requeue()
427 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()
1167 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()
1544 if (ci->i_ceph_flags & CEPH_I_FLUSH) in ceph_check_caps()
1696 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0 && in ceph_check_caps()
1708 if (ci->i_ceph_flags & CEPH_I_NOFLUSH) { in ceph_check_caps()
1793 if (ci->i_ceph_flags & CEPH_I_NOFLUSH) { in try_flush_caps()
3290 if ((ci->i_ceph_flags & CEPH_I_FLUSH) == 0 && in ceph_check_delayed_caps()
[all …]
Ddir.c635 dout(" dir %p flags are %d\n", dir, ci->i_ceph_flags); in ceph_lookup()
896 ci->i_ceph_flags |= CEPH_I_NODELAY; in drop_caps_for_unlink()
Dinode.c392 ci->i_ceph_flags = 0; in ceph_alloc_inode()