Lines Matching refs:write

43 	.write =	default_write_file,
151 * We also need to exclude any file that has ways to write or alter it as root
244 FULL_PROXY_FUNC(write, ssize_t, filp,
299 if (real_fops->write)
300 proxy_fops->write = full_proxy_write;
426 /* if there are no write bits set, make read only */
430 /* if there are no read bits set, make write only */
453 * debugfs_create_u8 - create a debugfs file that is used to read and write an unsigned 8-bit value
459 * @value: a pointer to the variable that the file should read to and write
489 * debugfs_create_u16 - create a debugfs file that is used to read and write an unsigned 16-bit value
495 * @value: a pointer to the variable that the file should read to and write
525 * debugfs_create_u32 - create a debugfs file that is used to read and write an unsigned 32-bit value
531 * @value: a pointer to the variable that the file should read to and write
562 * debugfs_create_u64 - create a debugfs file that is used to read and write an unsigned 64-bit value
568 * @value: a pointer to the variable that the file should read to and write
600 * debugfs_create_ulong - create a debugfs file that is used to read and write
607 * @value: a pointer to the variable that the file should read to and write
652 * debugfs_create_x{8,16,32,64} - create a debugfs file that is used to read and write an unsigned {8,16,32,64}-bit value
660 * debugfs_create_x8 - create a debugfs file that is used to read and write an unsigned 8-bit value
666 * @value: a pointer to the variable that the file should read to and write
678 * debugfs_create_x16 - create a debugfs file that is used to read and write an unsigned 16-bit value
684 * @value: a pointer to the variable that the file should read to and write
696 * debugfs_create_x32 - create a debugfs file that is used to read and write an unsigned 32-bit value
702 * @value: a pointer to the variable that the file should read to and write
714 * debugfs_create_x64 - create a debugfs file that is used to read and write an unsigned 64-bit value
720 * @value: a pointer to the variable that the file should read to and write
748 * debugfs_create_size_t - create a debugfs file that is used to read and write an size_t value
754 * @value: a pointer to the variable that the file should read to and write
784 * write an atomic_t value
790 * @value: a pointer to the variable that the file should read to and write
848 .write = debugfs_write_file_bool,
860 .write = debugfs_write_file_bool,
866 * debugfs_create_bool - create a debugfs file that is used to read and write a boolean value
872 * @value: a pointer to the variable that the file should read to and write