Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ceph/
Dsuper.h241 unsigned i_ceph_flags; member
426 ci->i_ceph_flags &= ~mask; in ceph_i_clear()
435 ci->i_ceph_flags |= mask; in ceph_i_set()
445 r = (ci->i_ceph_flags & mask) == mask; in ceph_i_test()
Dcaps.c426 ci->i_ceph_flags, ci->i_hold_caps_max); in __cap_delay_requeue()
430 if (ci->i_ceph_flags & CEPH_I_FLUSH) in __cap_delay_requeue()
450 ci->i_ceph_flags |= CEPH_I_FLUSH; in __cap_delay_requeue_front()
499 ci->i_ceph_flags &= ~CEPH_I_COMPLETE; in __check_cap_issue()
1106 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0 && in __send_cap()
1117 ci->i_ceph_flags &= ~(CEPH_I_NODELAY | CEPH_I_FLUSH); in __send_cap()
1476 if (ci->i_ceph_flags & CEPH_I_FLUSH) in ceph_check_caps()
1611 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0 && in ceph_check_caps()
1623 if (ci->i_ceph_flags & CEPH_I_NOFLUSH) { in ceph_check_caps()
1709 if (ci->i_ceph_flags & CEPH_I_NOFLUSH) { in try_flush_caps()
[all …]
Ddir.c270 (ci->i_ceph_flags & CEPH_I_COMPLETE) && in ceph_readdir()
580 dout(" dir %p flags are %d\n", dir, ci->i_ceph_flags); in ceph_lookup()
585 (ci->i_ceph_flags & CEPH_I_COMPLETE) && in ceph_lookup()
812 ci->i_ceph_flags |= CEPH_I_NODELAY; in drop_caps_for_unlink()
Dinode.c303 ci->i_ceph_flags = 0; in ceph_alloc_inode()
716 (ci->i_ceph_flags & CEPH_I_COMPLETE) == 0) { in fill_inode()
854 if ((ceph_inode(inode)->i_ceph_flags & CEPH_I_COMPLETE) == 0) { in ceph_set_dentry_offset()
Dmds_client.c1987 ci->i_ceph_flags &= ~CEPH_I_COMPLETE; in ceph_invalidate_dir_request()