Searched refs:CEPH_CAP_PIN (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/ceph/
H A Dutil.c86 int caps = CEPH_CAP_PIN;
H A Dcaps.c96 if (caps & CEPH_CAP_PIN)
698 cap->issued = cap->implemented = CEPH_CAP_PIN;
998 used |= CEPH_CAP_PIN;
1046 want |= CEPH_CAP_PIN;
1422 BUG_ON((retain & CEPH_CAP_PIN) == 0);
2067 retain = file_wanted | used | CEPH_CAP_PIN;
2269 (file_wanted & ~CEPH_CAP_PIN) &&
2774 if (got & CEPH_CAP_PIN)
3240 if (had & CEPH_CAP_PIN)
3543 cap->issued = cap->implemented = CEPH_CAP_PIN;
[all...]
H A Dmds_client.c1099 ceph_put_cap_refs(ceph_inode(req->r_inode), CEPH_CAP_PIN);
1103 ceph_put_cap_refs(ceph_inode(req->r_parent), CEPH_CAP_PIN);
1120 CEPH_CAP_PIN);
1999 cap->issued = cap->implemented = CEPH_CAP_PIN;
3652 ceph_get_cap_refs(ceph_inode(req->r_inode), CEPH_CAP_PIN);
3658 ceph_take_cap_refs(ci, CEPH_CAP_PIN, false);
3664 CEPH_CAP_PIN);
H A Dinode.c221 ci->i_snap_caps = CEPH_CAP_PIN; /* so we can open */
/linux-master/include/linux/ceph/
H A Dceph_fs.h655 #define CEPH_CAP_PIN 1 /* no specific capabilities beyond the pin */ macro
700 #define CEPH_STAT_CAP_INODE CEPH_CAP_PIN
701 #define CEPH_STAT_CAP_TYPE CEPH_CAP_PIN /* mode >> 12 */
702 #define CEPH_STAT_CAP_SYMLINK CEPH_CAP_PIN
712 #define CEPH_STAT_CAP_INODE_ALL (CEPH_CAP_PIN | \
739 CEPH_CAP_PIN)
740 #define CEPH_CAP_ALL_FILE (CEPH_CAP_PIN | CEPH_CAP_ANY_SHARED | \

Completed in 168 milliseconds