Home
last modified time | relevance | path

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

/fs/hostfs/
Dhostfs_kern.c117 static char *dentry_name(struct dentry *dentry) in dentry_name() function
135 name = dentry_name(dentry); in inode_name()
288 name = dentry_name(file->f_path.dentry); in hostfs_readdir()
328 name = dentry_name(file->f_path.dentry); in hostfs_file_open()
569 name = dentry_name(dentry); in hostfs_create()
611 name = dentry_name(dentry); in hostfs_lookup()
639 if ((from_name = dentry_name(from)) == NULL) in hostfs_link()
641 to_name = dentry_name(to); in hostfs_link()
660 if ((file = dentry_name(dentry)) == NULL) in hostfs_unlink()
673 if ((file = dentry_name(dentry)) == NULL) in hostfs_symlink()
[all …]
/fs/hppfs/
Dhppfs.c67 static char *dentry_name(struct dentry *dentry, int extra) in dentry_name() function
119 host_file = dentry_name(dentry, extra + strlen("/remove")); in file_removed()
432 host_file = dentry_name(file->f_path.dentry, strlen("/rw")); in hppfs_open()
/fs/ecryptfs/
Decryptfs_kernel.h204 char dentry_name[ECRYPTFS_ENCRYPTED_DENTRY_NAME_LEN + 1]; member