Lines Matching full:create
8 * eventfs is used to dynamically create inodes and dentries based on the
12 * inodes/dentries of the files. When accessed, the eventfs will create the
33 * @name: the name of the file or directory to create
89 * create_file - create a file in the tracefs filesystem
90 * @name: the name of the file to create.
96 * This is the basic "create a file" function for tracefs. It allows for a
142 * create_dir - create a dir in the tracefs filesystem
143 * @name: the name of the file to create.
147 * This is the basic "create a dir" function for eventfs. It allows for a
255 * eventfs_post_create_dir - post create dir routine
277 * create_dentry - helper function to create dentry
278 * @ef: eventfs_file of file or directory to create
282 * Used to create a dentry for file/dir, executes post dentry creation routine
364 * eventfs_root_lookup - lookup routine to create file/dir
369 * Used to create a dynamic file/dir within @dir. Use the eventfs_inode
370 * list of meta data to find the information needed to create the file/dir.
438 * @file: dir to be opened (to create its child)
440 * Used to dynamically create the file/dir within @file. @file is really a
518 * @name: the name of the file/directory to create.
564 * eventfs_create_events_dir - create the trace event structure
565 * @name: the name of the directory to create.
615 * eventfs_add_subsystem_dir - add eventfs subsystem_dir to list to create later
616 * @name: the name of the file to create.
651 * eventfs_add_dir - add eventfs dir to list to create later
652 * @name: the name of the file to create.
682 * eventfs_add_events_file - add the data needed to create a file for later reference
683 * @name: the name of the file to create.
689 * This function is used to add the information needed to create a
734 * eventfs_add_file - add eventfs file to list to create later
735 * @name: the name of the file to create.
741 * This function is used to add the information needed to create a
787 * @head: to create list of eventfs_file to be deleted