Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dceph.h193 const struct ceph_vino *vino,
197 TP_ARGS(mdsc, session, op, vino, inode, seq, mseq, issue_seq),
212 __entry->ino = vino->ino;
213 __entry->snap = vino->snap;
/linux/fs/ceph/
H A Dquota.c47 struct ceph_vino vino; in ceph_handle_quota() local
62 vino.ino = le64_to_cpu(h->ino); in ceph_handle_quota()
63 vino.snap = CEPH_NOSNAP; in ceph_handle_quota()
64 inode = ceph_find_inode(sb, vino); in ceph_handle_quota()
66 pr_warn_client(cl, "failed to find inode %llx\n", vino.ino); in ceph_handle_quota()
H A Dsnap.c1085 struct ceph_vino vino = { in ceph_handle_snap() local
1089 struct inode *inode = ceph_find_inode(sb, vino); in ceph_handle_snap()
/linux/include/linux/ceph/
H A Dosd_client.h551 struct ceph_vino vino,
/linux/net/ceph/
H A Dosd_client.c1058 struct ceph_vino vino, in ceph_osdc_new_request()
1110 ceph_oid_printf(&req->r_base_oid, "%llx.%08llx", vino.ino, objnum); in ceph_osdc_new_request()
1113 req->r_snapid = vino.snap; in ceph_osdc_new_request()
1057 ceph_osdc_new_request(struct ceph_osd_client * osdc,struct ceph_file_layout * layout,struct ceph_vino vino,u64 off,u64 * plen,unsigned int which,int num_ops,int opcode,int flags,struct ceph_snap_context * snapc,u32 truncate_seq,u64 truncate_size,bool use_mempool) ceph_osdc_new_request() argument