Lines Matching refs:rmdir
52 int (*rmdir)(const char *name);
103 * The rmdir call can call the generic functions that create
105 * rmdir routine to handle races.
112 ret = tracefs_ops.rmdir(name);
125 .rmdir = tracefs_syscall_rmdir,
568 * @rmdir: The function to call when a rmdir is performed.
572 * The instances directory is special as it allows for mkdir and rmdir to
573 * to be done by userspace. When a mkdir or rmdir is performed, the inode
574 * locks are released and the methhods passed in (@mkdir and @rmdir) are
583 int (*rmdir)(const char *name))
588 if (WARN_ON(tracefs_ops.mkdir || tracefs_ops.rmdir))
596 tracefs_ops.rmdir = rmdir;