Home
last modified time | relevance | path

Searched refs:dentry_name (Results 1 – 2 of 2) sorted by relevance

/fs/hostfs/
Dhostfs_kern.c115 static char *dentry_name(struct dentry *dentry) in dentry_name() function
133 name = dentry_name(dentry); in inode_name()
278 name = dentry_name(file->f_path.dentry); in hostfs_readdir()
317 name = dentry_name(file->f_path.dentry); in hostfs_open()
571 name = dentry_name(dentry); in hostfs_create()
608 name = dentry_name(dentry); in hostfs_lookup()
627 if ((from_name = dentry_name(from)) == NULL) in hostfs_link()
629 to_name = dentry_name(to); in hostfs_link()
648 if ((file = dentry_name(dentry)) == NULL) in hostfs_unlink()
662 if ((file = dentry_name(dentry)) == NULL) in hostfs_symlink()
[all …]
/fs/ecryptfs/
Decryptfs_kernel.h206 char dentry_name[ECRYPTFS_ENCRYPTED_DENTRY_NAME_LEN + 1]; member