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

/linux-master/fs/ceph/
H A Dinode.c1413 struct ceph_vino *ptvino)
1430 /* make sure dentry's inode matches target. NULL ptvino means that
1432 if (ptvino) {
1435 if (!ceph_ino_compare(d_inode(dentry), ptvino))
1782 struct ceph_vino *ptvino = NULL; local
1788 ptvino = &tvino;
1793 &dvino, ptvino);
1407 update_dentry_lease_careful(struct dentry *dentry, struct ceph_mds_reply_lease *lease, struct ceph_mds_session *session, unsigned long from_time, char *dname, u32 dname_len, struct ceph_vino *pdvino, struct ceph_vino *ptvino) argument

Completed in 118 milliseconds