Lines Matching refs:got
2076 static void __take_cap_refs(struct ceph_inode_info *ci, int got) in __take_cap_refs() argument
2078 if (got & CEPH_CAP_PIN) in __take_cap_refs()
2080 if (got & CEPH_CAP_FILE_RD) in __take_cap_refs()
2082 if (got & CEPH_CAP_FILE_CACHE) in __take_cap_refs()
2084 if (got & CEPH_CAP_FILE_WR) in __take_cap_refs()
2086 if (got & CEPH_CAP_FILE_BUFFER) { in __take_cap_refs()
2103 loff_t endoff, int *got, int *check_max, int *err) in try_get_cap_refs() argument
2167 *got = need | (have & want); in try_get_cap_refs()
2168 __take_cap_refs(ci, *got); in try_get_cap_refs()
2194 ret, ceph_cap_string(*got)); in try_get_cap_refs()
2232 loff_t endoff, int *got, struct page **pinned_page) in ceph_get_caps() argument
2278 *got = _got; in ceph_get_caps()