Lines Matching refs:name
36 dentry->d_name.name);
53 .name = "anon_inodefs",
63 * @name: [in] name of the "class" of the new file
74 struct file *anon_inode_getfile(const char *name,
91 file = alloc_file_pseudo(anon_inode_inode, anon_inode_mnt, name,
114 * @name: [in] name of the "class" of the new file
125 int anon_inode_getfd(const char *name, const struct file_operations *fops,
136 file = anon_inode_getfile(name, fops, priv, flags);