Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
H A Dceph_fs.h648 #define CEPH_CAP_PIN 1 /* no specific capabilities beyond the pin */ macro
693 #define CEPH_STAT_CAP_INODE CEPH_CAP_PIN
694 #define CEPH_STAT_CAP_TYPE CEPH_CAP_PIN /* mode >> 12 */
695 #define CEPH_STAT_CAP_SYMLINK CEPH_CAP_PIN
705 #define CEPH_STAT_CAP_INODE_ALL (CEPH_CAP_PIN | \
732 CEPH_CAP_PIN)
733 #define CEPH_CAP_ALL_FILE (CEPH_CAP_PIN | CEPH_CAP_ANY_SHARED | \
/linux/fs/ceph/
H A Dutil.c86 int caps = CEPH_CAP_PIN; in ceph_caps_for_mode()