Searched refs:ceph_vino (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/fs/ceph/ |
A D | super.h | 342 struct ceph_vino i_vino; /* ceph ino + snap */ 478 static inline struct ceph_vino 479 ceph_vino(const struct inode *inode) in ceph_vino() function 499 static inline ino_t ceph_vino_to_ino_t(struct ceph_vino vino) in ceph_vino_to_ino_t() 543 struct ceph_vino *pvino = (struct ceph_vino *)data; in ceph_ino_compare() 562 static inline bool ceph_vino_is_reserved(const struct ceph_vino vino) in ceph_vino_is_reserved() 576 struct ceph_vino vino) in ceph_find_inode() 996 struct ceph_vino vino);
|
A D | export.c | 127 struct ceph_vino vino; in __lookup_inode() 210 struct ceph_vino vino; in __snapfh_to_dentry() 334 req->r_ino1 = (struct ceph_vino) { in __get_parent() 554 req->r_ino2 = ceph_vino(d_inode(parent)); in ceph_get_name()
|
A D | addr.c | 309 struct ceph_vino vino = ceph_vino(inode); in ceph_netfs_issue_read() 610 req = ceph_osdc_new_request(osdc, &ci->i_layout, ceph_vino(inode), page_off, &len, 0, 1, in writepage_nounlock() 800 struct ceph_vino vino = ceph_vino(inode); in ceph_writepages_start() 1698 ceph_vino(inode), 0, &len, 0, 1, in ceph_uninline_data() 1714 ceph_vino(inode), 0, &len, 1, 3, in ceph_uninline_data()
|
A D | inode.c | 47 ci->i_vino = *(struct ceph_vino *)data; in ceph_set_ino_cb() 55 struct inode *ceph_get_inode(struct super_block *sb, struct ceph_vino vino) in ceph_get_inode() 77 struct ceph_vino vino = { in ceph_get_snapdir() 1171 struct ceph_vino *pdvino, in update_dentry_lease_careful() 1172 struct ceph_vino *ptvino) in update_dentry_lease_careful() 1282 struct ceph_vino tvino, dvino; in ceph_fill_trace() 1518 struct ceph_vino *ptvino = NULL; in ceph_fill_trace() 1547 struct ceph_vino vino; in readdir_prepopulate_inodes_only() 1696 struct ceph_vino tvino; in ceph_readdir_prepopulate()
|
A D | file.c | 591 u64 ino = ceph_vino(tinode).ino; in ceph_async_create_cb() 623 struct ceph_vino vino = { .ino = req->r_deleg_ino, in ceph_finish_async_create() 1273 struct ceph_vino vino; in ceph_direct_read_write() 1318 vino = ceph_vino(inode); in ceph_direct_read_write() 1483 struct ceph_vino vino; in ceph_sync_write() 1519 vino = ceph_vino(inode); in ceph_sync_write() 2021 ceph_vino(inode), in ceph_zero_partial_object()
|
A D | mds_client.h | 262 struct ceph_vino r_ino1, r_ino2;
|
A D | quota.c | 46 struct ceph_vino vino; in ceph_handle_quota()
|
A D | snap.c | 1063 struct ceph_vino vino = { in ceph_handle_snap()
|
A D | caps.c | 1376 arg->ino = ceph_vino(inode).ino; in __prep_cap() 1478 arg.ino = ceph_vino(inode).ino; in __send_flush_snap() 4076 struct ceph_vino vino; in ceph_handle_caps()
|
A D | mds_client.c | 1738 struct ceph_vino vino; in remove_session_caps() 3341 struct ceph_vino tvino = { in handle_reply() 4520 struct ceph_vino vino; in handle_lease()
|
/linux-6.3-rc2/include/linux/ceph/ |
A D | types.h | 18 struct ceph_vino { struct
|
A D | osd_client.h | 499 struct ceph_vino vino,
|
/linux-6.3-rc2/net/ceph/ |
A D | osd_client.c | 1045 struct ceph_vino vino, in ceph_osdc_new_request()
|
Completed in 50 milliseconds