Lines Matching full:pointer
79 * @name: a pointer to a string containing the name of the file to create.
81 * @parent: a pointer to the parent dentry for this file. This should be a
84 * @data: a pointer to something that the caller will want to get to later
85 * on. The inode.i_private pointer will point to this value on
87 * @fops: a pointer to a struct file_operations that should be used for
98 * This function returns a pointer to a dentry if it succeeds. This
99 * pointer must be passed to the securityfs_remove() function when the
178 * @name: a pointer to a string containing the name of the file to create.
180 * @parent: a pointer to the parent dentry for this file. This should be a
183 * @data: a pointer to something that the caller will want to get to later
184 * on. The inode.i_private pointer will point to this value on
186 * @fops: a pointer to a struct file_operations that should be used for
191 * This function returns a pointer to a dentry if it succeeds. This
192 * pointer must be passed to the securityfs_remove() function when the file is
211 * @name: a pointer to a string containing the name of the directory to
213 * @parent: a pointer to the parent dentry for this file. This should be a
219 * This function returns a pointer to a dentry if it succeeds. This
220 * pointer must be passed to the securityfs_remove() function when the file is
237 * @name: a pointer to a string containing the name of the symlink to
239 * @parent: a pointer to the parent dentry for the symlink. This should be a
242 * @target: a pointer to a string containing the name of the symlink's target.
245 * @iops: a pointer to the struct inode_operations to use for the symlink. If
251 * This function returns a pointer to a dentry if it succeeds. This
252 * pointer must be passed to the securityfs_remove() function when the file is
285 * @dentry: a pointer to a the dentry of the file or directory to be removed.