Home
last modified time | relevance | path

Searched refs:configfs_buffer (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/fs/configfs/
Dfile.c45 struct configfs_buffer { struct
69 static int fill_read_buffer(struct dentry * dentry, struct configfs_buffer * buffer) in fill_read_buffer() argument
114 struct configfs_buffer * buffer = file->private_data; in configfs_read_file()
155 struct configfs_buffer *buffer = file->private_data; in configfs_read_bin_file()
224 fill_write_buffer(struct configfs_buffer * buffer, const char __user * buf, size_t count) in fill_write_buffer()
256 flush_write_buffer(struct dentry * dentry, struct configfs_buffer * buffer, size_t count) in flush_write_buffer()
285 struct configfs_buffer * buffer = file->private_data; in configfs_write_file()
315 struct configfs_buffer *buffer = file->private_data; in configfs_write_bin_file()
371 struct configfs_buffer * buffer; in check_perm()
425 buffer = kzalloc(sizeof(struct configfs_buffer),GFP_KERNEL); in check_perm()
[all …]