Searched refs:ptvino (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | inode.c | 1132 struct ceph_vino *ptvino) in update_dentry_lease_careful() 1149 /* make sure dentry's inode matches target. NULL ptvino means that in update_dentry_lease_careful() 1151 if (ptvino) { in update_dentry_lease_careful() 1154 if (!ceph_ino_compare(d_inode(dentry), ptvino)) in update_dentry_lease_careful() 1481 struct ceph_vino *ptvino = NULL; in ceph_fill_trace() local 1487 ptvino = &tvino; in ceph_fill_trace() 1492 &dvino, ptvino); in ceph_fill_trace() 1126 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) update_dentry_lease_careful() argument
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | inode.c | 1381 struct ceph_vino *ptvino) in update_dentry_lease_careful() 1398 /* make sure dentry's inode matches target. NULL ptvino means that in update_dentry_lease_careful() 1400 if (ptvino) { in update_dentry_lease_careful() 1403 if (!ceph_ino_compare(d_inode(dentry), ptvino)) in update_dentry_lease_careful() 1753 struct ceph_vino *ptvino = NULL; in ceph_fill_trace() local 1759 ptvino = &tvino; in ceph_fill_trace() 1764 &dvino, ptvino); in ceph_fill_trace() 1375 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) update_dentry_lease_careful() argument
|
Completed in 12 milliseconds