Searched refs:dentry_info (Results 1 – 4 of 4) sorted by relevance
386 struct dentry_info { struct522 static inline struct dentry_info *get_incfs_dentry(const struct dentry *d) in get_incfs_dentry()527 return (struct dentry_info *)d->d_fsdata; in get_incfs_dentry()533 struct dentry_info *di = get_incfs_dentry(d); in get_incfs_backing_path()
424 struct dentry_info *d_info = NULL; in incfs_init_dentry()1560 struct dentry_info *di = get_incfs_dentry(d); in dentry_release()1607 struct dentry_info *di = get_incfs_dentry(dentry); in incfs_setattr()1667 struct dentry_info *di = get_incfs_dentry(path->dentry); in incfs_getattr()1688 struct dentry_info *di = get_incfs_dentry(d); in incfs_getxattr()1722 struct dentry_info *di = get_incfs_dentry(d); in incfs_setxattr()1758 struct dentry_info *di = get_incfs_dentry(d); in incfs_listxattr()
332 struct ecryptfs_dentry_info *dentry_info; in ecryptfs_lookup_interpose() local335 dentry_info = kmem_cache_alloc(ecryptfs_dentry_info_cache, GFP_KERNEL); in ecryptfs_lookup_interpose()336 if (!dentry_info) { in ecryptfs_lookup_interpose()345 ecryptfs_set_dentry_private(dentry, dentry_info); in ecryptfs_lookup_interpose()346 dentry_info->lower_path.mnt = mntget(path->mnt); in ecryptfs_lookup_interpose()347 dentry_info->lower_path.dentry = lower_dentry; in ecryptfs_lookup_interpose()
507 struct ecryptfs_dentry_info *dentry_info) in ecryptfs_set_dentry_private() argument509 dentry->d_fsdata = dentry_info; in ecryptfs_set_dentry_private()