Searched refs:dentry_info (Results 1 – 4 of 4) sorted by relevance
386 struct dentry_info { struct520 static inline struct dentry_info *get_incfs_dentry(const struct dentry *d) in get_incfs_dentry()525 return (struct dentry_info *)d->d_fsdata; in get_incfs_dentry()531 struct dentry_info *di = get_incfs_dentry(d); in get_incfs_backing_path()
423 struct dentry_info *d_info = NULL; in incfs_init_dentry()1540 struct dentry_info *di = get_incfs_dentry(d); in dentry_release()1587 struct dentry_info *di = get_incfs_dentry(dentry); in incfs_setattr()1647 struct dentry_info *di = get_incfs_dentry(path->dentry); in incfs_getattr()1668 struct dentry_info *di = get_incfs_dentry(d); in incfs_getxattr()1702 struct dentry_info *di = get_incfs_dentry(d); in incfs_setxattr()1738 struct dentry_info *di = get_incfs_dentry(d); in incfs_listxattr()
324 struct ecryptfs_dentry_info *dentry_info; in ecryptfs_lookup_interpose() local327 dentry_info = kmem_cache_alloc(ecryptfs_dentry_info_cache, GFP_KERNEL); in ecryptfs_lookup_interpose()328 if (!dentry_info) { in ecryptfs_lookup_interpose()337 ecryptfs_set_dentry_private(dentry, dentry_info); in ecryptfs_lookup_interpose()338 dentry_info->lower_path.mnt = mntget(path->mnt); in ecryptfs_lookup_interpose()339 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()