Home
last modified time | relevance | path

Searched refs:dentry_info (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/fs/incfs/
H A Ddata_mgmt.h386 struct dentry_info { struct
520 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()
H A Dvfs.c423 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()
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Dinode.c324 struct ecryptfs_dentry_info *dentry_info; in ecryptfs_lookup_interpose() local
327 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()
H A Decryptfs_kernel.h507 struct ecryptfs_dentry_info *dentry_info) in ecryptfs_set_dentry_private() argument
509 dentry->d_fsdata = dentry_info; in ecryptfs_set_dentry_private()