Symbol: ceph_dentry_info
fs/ceph/caps.c
4964
struct ceph_dentry_info *di = ceph_dentry(dentry);
fs/ceph/dir.c
1257
struct ceph_dentry_info *di = ceph_dentry(dentry);
fs/ceph/dir.c
1307
struct ceph_dentry_info *di;
fs/ceph/dir.c
1410
struct ceph_dentry_info *di = ceph_dentry(dentry);
fs/ceph/dir.c
1555
void __ceph_dentry_lease_touch(struct ceph_dentry_info *di)
fs/ceph/dir.c
1575
struct ceph_dentry_info *di)
fs/ceph/dir.c
1589
void __ceph_dentry_dir_lease_touch(struct ceph_dentry_info *di)
fs/ceph/dir.c
1620
static void __dentry_lease_unlist(struct ceph_dentry_info *di)
fs/ceph/dir.c
1655
struct ceph_dentry_info *di, *tmp;
fs/ceph/dir.c
1714
di = list_first_entry(&dispose, struct ceph_dentry_info,
fs/ceph/dir.c
1743
struct ceph_dentry_info *di = ceph_dentry(dentry);
fs/ceph/dir.c
1759
struct ceph_dentry_info *di = ceph_dentry(dentry);
fs/ceph/dir.c
1819
struct ceph_dentry_info *di = ceph_dentry(dentry);
fs/ceph/dir.c
1832
static bool __dentry_lease_is_valid(struct ceph_dentry_info *di)
fs/ceph/dir.c
1858
struct ceph_dentry_info *di;
fs/ceph/dir.c
1903
struct ceph_dentry_info *di = ceph_dentry(dentry);
fs/ceph/dir.c
1949
struct ceph_dentry_info *di;
fs/ceph/dir.c
195
struct ceph_dentry_info *di;
fs/ceph/dir.c
2068
struct ceph_dentry_info *di;
fs/ceph/dir.c
2091
struct ceph_dentry_info *di = ceph_dentry(dentry);
fs/ceph/dir.c
2118
struct ceph_dentry_info *di;
fs/ceph/dir.c
33
static bool __dentry_lease_is_valid(struct ceph_dentry_info *di);
fs/ceph/dir.c
41
struct ceph_dentry_info *di;
fs/ceph/dir.c
833
struct ceph_dentry_info *di = ceph_dentry(dentry);
fs/ceph/file.c
529
struct ceph_dentry_info *di = ceph_dentry(dentry);
fs/ceph/file.c
684
struct ceph_dentry_info *di = ceph_dentry(dentry);
fs/ceph/file.c
912
struct ceph_dentry_info *di = ceph_dentry(dentry);
fs/ceph/inode.c
1424
struct ceph_dentry_info *di = ceph_dentry(dentry);
fs/ceph/inode.c
1544
struct ceph_dentry_info *di = ceph_dentry(realdn);
fs/ceph/inode.c
2110
struct ceph_dentry_info *di = ceph_dentry(dn);
fs/ceph/mds_client.c
3730
struct ceph_dentry_info *di = ceph_dentry(req->r_dentry);
fs/ceph/mds_client.c
5959
struct ceph_dentry_info *di = ceph_dentry(dentry);
fs/ceph/mds_client.c
5973
struct ceph_dentry_info *di;
fs/ceph/mds_client.c
890
struct ceph_dentry_info *di;
fs/ceph/super.c
948
ceph_dentry_cachep = KMEM_CACHE(ceph_dentry_info,
fs/ceph/super.h
1378
extern void __ceph_dentry_lease_touch(struct ceph_dentry_info *di);
fs/ceph/super.h
1379
extern void __ceph_dentry_dir_lease_touch(struct ceph_dentry_info *di);
fs/ceph/super.h
795
static inline struct ceph_dentry_info *ceph_dentry(const struct dentry *dentry)
fs/ceph/super.h
797
return (struct ceph_dentry_info *)dentry->d_fsdata;