| /linux/kernel/ |
| H A D | sysctl.c | 77 char *buffer, size_t *lenp, loff_t *ppos) in _proc_do_string() argument 94 if (*ppos > len) in _proc_do_string() 96 len = *ppos; in _proc_do_string() 102 *ppos += *lenp; in _proc_do_string() 116 if (*ppos > len) { in _proc_do_string() 121 data += *ppos; in _proc_do_string() 122 len -= *ppos; in _proc_do_string() 133 *ppos += len; in _proc_do_string() 155 static bool proc_first_pos_non_zero_ignore(loff_t *ppos, in proc_first_pos_non_zero_ignore() argument 158 if (!*ppos) in proc_first_pos_non_zero_ignore() [all …]
|
| /linux/include/linux/ |
| H A D | nvram.h | 81 static inline ssize_t nvram_read_bytes(char *buf, size_t count, loff_t *ppos) in nvram_read_bytes() argument 89 for (i = *ppos; count > 0 && i < nvram_size; ++i, ++p, --count) in nvram_read_bytes() 91 *ppos = i; in nvram_read_bytes() 95 static inline ssize_t nvram_write_bytes(char *buf, size_t count, loff_t *ppos) in nvram_write_bytes() argument 103 for (i = *ppos; count > 0 && i < nvram_size; ++i, ++p, --count) in nvram_write_bytes() 105 *ppos = i; in nvram_write_bytes() 109 static inline ssize_t nvram_read(char *buf, size_t count, loff_t *ppos) in nvram_read() argument 113 return ppc_md.nvram_read(buf, count, ppos); in nvram_read() 116 return arch_nvram_ops.read(buf, count, ppos); in nvram_read() 118 return nvram_read_bytes(buf, count, ppos); in nvram_read() [all …]
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | debugfs.c | 390 size_t count, loff_t *ppos) in dev_counters_read() argument 399 rval = simple_read_from_buffer(buf, count, ppos, counters, avail); in dev_counters_read() 405 size_t count, loff_t *ppos) in dev_names_read() argument 414 rval = simple_read_from_buffer(buf, count, ppos, names, avail); in dev_names_read() 430 size_t count, loff_t *ppos) in portnames_read() argument 439 rval = simple_read_from_buffer(buf, count, ppos, names, avail); in portnames_read() 445 size_t count, loff_t *ppos) in portcntrs_debugfs_read() argument 454 rval = simple_read_from_buffer(buf, count, ppos, counters, avail); in portcntrs_debugfs_read() 473 size_t count, loff_t *ppos) in asic_flags_read() argument 516 ret = simple_read_from_buffer(buf, count, ppos, tmp, used); in asic_flags_read() [all …]
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | debugfs.c | 26 size_t count, loff_t *ppos) in write_file_dummy() argument 34 size_t count, loff_t *ppos) in lbs_dev_info() argument 49 res = simple_read_from_buffer(userbuf, count, ppos, buf, pos); in lbs_dev_info() 57 loff_t *ppos) in lbs_sleepparams_write() argument 93 size_t count, loff_t *ppos) in lbs_sleepparams_read() argument 113 ret = simple_read_from_buffer(userbuf, count, ppos, buf, pos); in lbs_sleepparams_read() 122 loff_t *ppos) in lbs_host_sleep_write() argument 163 size_t count, loff_t *ppos) in lbs_host_sleep_read() argument 175 ret = simple_read_from_buffer(userbuf, count, ppos, buf, pos); in lbs_host_sleep_read() 219 size_t count, loff_t *ppos) in lbs_threshold_read() argument [all …]
|
| /linux/samples/hung_task/ |
| H A D | hung_task_tests.c | 38 size_t count, loff_t *ppos) in read_dummy_mutex() argument 41 if (*ppos >= sizeof(dummy_string)) in read_dummy_mutex() 50 return simple_read_from_buffer(user_buf, count, ppos, dummy_string, in read_dummy_mutex() 56 size_t count, loff_t *ppos) in read_dummy_semaphore() argument 59 if (*ppos >= sizeof(dummy_string)) in read_dummy_semaphore() 70 return simple_read_from_buffer(user_buf, count, ppos, dummy_string, in read_dummy_semaphore() 76 size_t count, loff_t *ppos) in read_dummy_rwsem_read() argument 79 if (*ppos >= sizeof(dummy_string)) in read_dummy_rwsem_read() 90 return simple_read_from_buffer(user_buf, count, ppos, dummy_string, in read_dummy_rwsem_read() 96 size_t count, loff_t *ppos) in read_dummy_rwsem_write() argument [all …]
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_debugfs.c | 14 size_t count, loff_t *ppos, in ixgbe_dbg_common_ops_read() argument 22 if (*ppos != 0) in ixgbe_dbg_common_ops_read() 35 len = simple_read_from_buffer(buffer, count, ppos, buf, strlen(buf)); in ixgbe_dbg_common_ops_read() 49 size_t count, loff_t *ppos) in ixgbe_dbg_reg_ops_read() argument 51 return ixgbe_dbg_common_ops_read(filp, buffer, count, ppos, in ixgbe_dbg_reg_ops_read() 64 size_t count, loff_t *ppos) in ixgbe_dbg_reg_ops_write() argument 70 if (*ppos != 0) in ixgbe_dbg_reg_ops_write() 77 ppos, in ixgbe_dbg_reg_ops_write() 132 size_t count, loff_t *ppos) in ixgbe_dbg_netdev_ops_read() argument 134 return ixgbe_dbg_common_ops_read(filp, buffer, count, ppos, in ixgbe_dbg_netdev_ops_read() [all …]
|
| /linux/mm/ |
| H A D | hugetlb_sysctl.c | 14 loff_t *ppos, unsigned long *out) in proc_hugetlb_doulongvec_minmax() argument 25 return proc_doulongvec_minmax(&dup_table, write, buffer, length, ppos); in proc_hugetlb_doulongvec_minmax() 30 void *buffer, size_t *length, loff_t *ppos) in hugetlb_sysctl_handler_common() argument 39 ret = proc_hugetlb_doulongvec_minmax(table, write, buffer, length, ppos, in hugetlb_sysctl_handler_common() 52 void *buffer, size_t *length, loff_t *ppos) in hugetlb_sysctl_handler() argument 56 buffer, length, ppos); in hugetlb_sysctl_handler() 61 void *buffer, size_t *length, loff_t *ppos) in hugetlb_mempolicy_sysctl_handler() argument 64 buffer, length, ppos); in hugetlb_mempolicy_sysctl_handler() 69 void *buffer, size_t *length, loff_t *ppos) in hugetlb_overcommit_handler() argument 83 ret = proc_hugetlb_doulongvec_minmax(table, write, buffer, length, ppos, in hugetlb_overcommit_handler()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_heartbeat_dbgfs.c | 23 size_t count, loff_t *ppos) in adf_hb_stats_read() argument 29 if (*ppos > 0) in adf_hb_stats_read() 35 return simple_read_from_buffer(user_buffer, count, ppos, buf, len + 1); in adf_hb_stats_read() 45 size_t count, loff_t *ppos) in adf_hb_status_read() argument 53 if (*ppos > 0) in adf_hb_status_read() 66 return simple_read_from_buffer(user_buf, count, ppos, ret_str, len + 1); in adf_hb_status_read() 76 size_t count, loff_t *ppos) in adf_hb_cfg_read() argument 83 if (*ppos > 0) in adf_hb_cfg_read() 90 return simple_read_from_buffer(user_buf, count, ppos, timer_str, in adf_hb_cfg_read() 95 size_t count, loff_t *ppos) in adf_hb_cfg_write() argument [all …]
|
| /linux/kernel/time/ |
| H A D | jiffies.c | 140 void *buffer, size_t *lenp, loff_t *ppos) in SYSCTL_USER_TO_KERN_INT_CONV() 142 return proc_dointvec_conv(table, dir, buffer, lenp, ppos, in SYSCTL_USER_TO_KERN_INT_CONV() 163 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_userhz_jiffies() argument 167 return proc_dointvec_conv(table, dir, buffer, lenp, ppos, in proc_dointvec_userhz_jiffies() 188 size_t *lenp, loff_t *ppos) in proc_dointvec_ms_jiffies() argument 190 return proc_dointvec_conv(table, dir, buffer, lenp, ppos, in proc_dointvec_ms_jiffies() 196 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_ms_jiffies_minmax() argument 198 return proc_dointvec_conv(table, dir, buffer, lenp, ppos, in proc_dointvec_ms_jiffies_minmax() 220 void *buffer, size_t *lenp, loff_t *ppos) in proc_doulongvec_ms_jiffies_minmax() argument 222 return proc_doulongvec_minmax_conv(table, dir, buffer, lenp, ppos, in proc_doulongvec_ms_jiffies_minmax()
|
| /linux/fs/fuse/ |
| H A D | control.c | 36 size_t count, loff_t *ppos) in fuse_conn_abort_write() argument 49 size_t len, loff_t *ppos) in fuse_conn_waiting_read() argument 54 if (!*ppos) { in fuse_conn_waiting_read() 65 return simple_read_from_buffer(buf, len, ppos, tmp, size); in fuse_conn_waiting_read() 69 size_t len, loff_t *ppos, unsigned val) in fuse_conn_limit_read() argument 74 return simple_read_from_buffer(buf, len, ppos, tmp, size); in fuse_conn_limit_read() 78 size_t count, loff_t *ppos, unsigned *val, in fuse_conn_limit_write() argument 85 if (*ppos) in fuse_conn_limit_write() 105 loff_t *ppos) in fuse_conn_max_background_read() argument 117 return fuse_conn_limit_read(file, buf, len, ppos, val); in fuse_conn_max_background_read() [all …]
|
| /linux/drivers/vfio/pci/nvgrace-gpu/ |
| H A D | main.c | 400 char __user *buf, size_t count, loff_t *ppos) in nvgrace_gpu_read_config_emu() argument 405 u64 pos = *ppos & VFIO_PCI_OFFSET_MASK; in nvgrace_gpu_read_config_emu() 413 ret = vfio_pci_core_read(core_vdev, buf, count, ppos); in nvgrace_gpu_read_config_emu() 441 *ppos -= count; in nvgrace_gpu_read_config_emu() 451 const char __user *buf, size_t count, loff_t *ppos) in nvgrace_gpu_write_config_emu() argument 456 u64 pos = *ppos & VFIO_PCI_OFFSET_MASK; in nvgrace_gpu_write_config_emu() 475 *ppos += copy_count; in nvgrace_gpu_write_config_emu() 479 return vfio_pci_core_write(core_vdev, buf, count, ppos); in nvgrace_gpu_write_config_emu() 530 char __user *buf, size_t mem_count, loff_t *ppos) in nvgrace_gpu_map_and_read() argument 532 unsigned int index = VFIO_PCI_OFFSET_TO_INDEX(*ppos); in nvgrace_gpu_map_and_read() [all …]
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | debugfs.c | 63 size_t count, loff_t *ppos) in mwifiex_info_read() argument 136 ret = simple_read_from_buffer(ubuf, count, ppos, (char *) page, in mwifiex_info_read() 167 size_t count, loff_t *ppos) in mwifiex_getlog_read() argument 223 ret = simple_read_from_buffer(ubuf, count, ppos, (char *) page, in mwifiex_getlog_read() 243 size_t count, loff_t *ppos) in mwifiex_histogram_read() argument 312 ret = simple_read_from_buffer(ubuf, count, ppos, (char *)page, in mwifiex_histogram_read() 322 size_t count, loff_t *ppos) in mwifiex_histogram_write() argument 382 size_t count, loff_t *ppos) in mwifiex_debug_read() argument 399 ret = simple_read_from_buffer(ubuf, count, ppos, (char *) page, in mwifiex_debug_read() 418 const char __user *ubuf, size_t count, loff_t *ppos) in mwifiex_regrdwr_write() argument [all …]
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | debug.c | 155 size_t count, loff_t *ppos) in ath10k_read_wmi_services() argument 191 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_wmi_services() 448 size_t count, loff_t *ppos) in ath10k_fw_stats_read() argument 453 return simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_fw_stats_read() 466 size_t count, loff_t *ppos) in ath10k_debug_fw_reset_stats_read() argument 490 ret = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_debug_fw_reset_stats_read() 526 size_t count, loff_t *ppos) in ath10k_read_simulate_fw_crash() argument 535 return simple_read_from_buffer(user_buf, count, ppos, buf, strlen(buf)); in ath10k_read_simulate_fw_crash() 547 size_t count, loff_t *ppos) in ath10k_write_simulate_fw_crash() argument 555 if (*ppos != 0 || count >= sizeof(buf) || count == 0) in ath10k_write_simulate_fw_crash() [all …]
|
| /linux/fs/ |
| H A D | read_write.c | 451 int rw_verify_area(int read_write, struct file *file, const loff_t *ppos, size_t count) in rw_verify_area() argument 459 if (ppos) { in rw_verify_area() 460 loff_t pos = *ppos; in rw_verify_area() 477 return fsnotify_file_area_perm(file, mask, ppos, count); in rw_verify_area() 481 static ssize_t new_sync_read(struct file *filp, char __user *buf, size_t len, loff_t *ppos) in new_sync_read() argument 488 kiocb.ki_pos = (ppos ? *ppos : 0); in new_sync_read() 493 if (ppos) in new_sync_read() 494 *ppos = kiocb.ki_pos; in new_sync_read() 583 static ssize_t new_sync_write(struct file *filp, const char __user *buf, size_t len, loff_t *ppos) in new_sync_write() argument 590 kiocb.ki_pos = (ppos ? *ppos : 0); in new_sync_write() [all …]
|
| /linux/drivers/staging/vme_user/ |
| H A D | vme_user.c | 123 loff_t *ppos) in resource_to_user() argument 131 count, *ppos); in resource_to_user() 142 size_t count, loff_t *ppos) in resource_from_user() argument 151 count, *ppos); in resource_from_user() 155 size_t count, loff_t *ppos) in buffer_to_user() argument 159 image_ptr = image[minor].kern_buf + *ppos; in buffer_to_user() 167 size_t count, loff_t *ppos) in buffer_from_user() argument 171 image_ptr = image[minor].kern_buf + *ppos; in buffer_from_user() 179 loff_t *ppos) in vme_user_read() argument 194 if ((*ppos < 0) || (*ppos > (image_size - 1))) { in vme_user_read() [all …]
|
| /linux/drivers/parport/ |
| H A D | procfs.c | 37 void *result, size_t *lenp, loff_t *ppos) in do_active_device() argument 47 if (*ppos) { in do_active_device() 67 *ppos += len; in do_active_device() 74 void *result, size_t *lenp, loff_t *ppos) in do_autoprobe() argument 84 if (*ppos) { in do_autoprobe() 109 *ppos += len; in do_autoprobe() 117 void *result, size_t *lenp, loff_t *ppos) in do_hardware_base_addr() argument 123 if (*ppos) { in do_hardware_base_addr() 138 *ppos += len; in do_hardware_base_addr() 144 void *result, size_t *lenp, loff_t *ppos) in do_hardware_irq() argument [all …]
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | debug.c | 125 size_t count, loff_t *ppos); 130 size_t count, loff_t *ppos); 201 loff_t *ppos) in il_dbgfs_tx_stats_read() argument 234 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_tx_stats_read() 242 loff_t *ppos) in il_dbgfs_clear_traffic_stats_write() argument 262 loff_t *ppos) in il_dbgfs_rx_stats_read() argument 296 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_rx_stats_read() 306 loff_t *ppos) in il_dbgfs_sram_read() argument 358 ret = simple_read_from_buffer(user_buf, count, ppos, buf, pos); in il_dbgfs_sram_read() 365 size_t count, loff_t *ppos) in il_dbgfs_sram_write() argument [all …]
|
| /linux/net/core/ |
| H A D | sysctl_net_core.c | 56 static int dump_cpumask(void *buffer, size_t *lenp, loff_t *ppos, in dump_cpumask() argument 62 if (*ppos || !*lenp) { in dump_cpumask() 90 *ppos += len; in dump_cpumask() 103 void *buffer, size_t *lenp, loff_t *ppos) in rps_default_mask_sysctl() argument 128 err = dump_cpumask(buffer, lenp, ppos, in rps_default_mask_sysctl() 138 void *buffer, size_t *lenp, loff_t *ppos) in rps_sock_flow_sysctl() argument 157 ret = proc_dointvec(&tmp, write, buffer, lenp, ppos); in rps_sock_flow_sysctl() 210 void *buffer, size_t *lenp, loff_t *ppos) in flow_limit_cpu_sysctl() argument 258 ret = dump_cpumask(buffer, lenp, ppos, mask); in flow_limit_cpu_sysctl() 267 void *buffer, size_t *lenp, loff_t *ppos) in flow_limit_table_len_sysctl() argument 289 set_default_qdisc(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) set_default_qdisc() argument 308 proc_do_dev_weight(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_do_dev_weight() argument 326 proc_do_rss_key(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_do_rss_key() argument 340 proc_dointvec_minmax_bpf_enable(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dointvec_minmax_bpf_enable() argument 372 proc_dointvec_minmax_bpf_restricted(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dointvec_minmax_bpf_restricted() argument 383 proc_dolongvec_minmax_bpf_restricted(const struct ctl_table * table,int write,void * buffer,size_t * lenp,loff_t * ppos) proc_dolongvec_minmax_bpf_restricted() argument [all...] |
| /linux/drivers/char/ |
| H A D | nvram.c | 169 static ssize_t pc_nvram_read(char *buf, size_t count, loff_t *ppos) in pc_nvram_read() argument 179 for (i = *ppos; count > 0 && i < NVRAM_BYTES; --count, ++i, ++p) in pc_nvram_read() 183 *ppos = i; in pc_nvram_read() 187 static ssize_t pc_nvram_write(char *buf, size_t count, loff_t *ppos) in pc_nvram_write() argument 197 for (i = *ppos; count > 0 && i < NVRAM_BYTES; --count, ++i, ++p) in pc_nvram_write() 202 *ppos = i; in pc_nvram_write() 229 size_t count, loff_t *ppos) in nvram_misc_read() argument 235 if (*ppos >= nvram_size) in nvram_misc_read() 238 count = min_t(size_t, count, nvram_size - *ppos); in nvram_misc_read() 245 ret = nvram_read(tmp, count, ppos); in nvram_misc_read() [all …]
|
| H A D | mem.c | 83 size_t count, loff_t *ppos) in read_mem() argument 85 phys_addr_t p = *ppos; in read_mem() 91 if (p != *ppos) in read_mem() 161 *ppos += read; in read_mem() 170 size_t count, loff_t *ppos) in write_mem() argument 172 phys_addr_t p = *ppos; in write_mem() 177 if (p != *ppos) in write_mem() 238 *ppos += written; in write_mem() 373 size_t count, loff_t *ppos) in read_port() argument 375 unsigned long i = *ppos; in read_port() [all …]
|
| /linux/drivers/s390/cio/ |
| H A D | vfio_ccw_chp.c | 17 loff_t *ppos) in vfio_ccw_schib_region_read() argument 20 unsigned int i = VFIO_CCW_OFFSET_TO_INDEX(*ppos) - VFIO_CCW_NUM_REGIONS; in vfio_ccw_schib_region_read() 21 loff_t pos = *ppos & VFIO_CCW_OFFSET_MASK; in vfio_ccw_schib_region_read() 52 loff_t *ppos) in vfio_ccw_schib_region_write() argument 82 loff_t *ppos) in vfio_ccw_crw_region_read() argument 84 unsigned int i = VFIO_CCW_OFFSET_TO_INDEX(*ppos) - VFIO_CCW_NUM_REGIONS; in vfio_ccw_crw_region_read() 85 loff_t pos = *ppos & VFIO_CCW_OFFSET_MASK; in vfio_ccw_crw_region_read() 125 loff_t *ppos) in vfio_ccw_crw_region_write() argument
|
| /linux/drivers/vfio/pci/virtio/ |
| H A D | legacy_io.c | 126 loff_t *ppos) in virtiovf_pci_read_config() argument 130 loff_t pos = *ppos & VFIO_PCI_OFFSET_MASK; in virtiovf_pci_read_config() 139 ret = vfio_pci_core_read(core_vdev, buf, count, ppos); in virtiovf_pci_read_config() 210 size_t count, loff_t *ppos) in virtiovf_pci_core_read() argument 214 unsigned int index = VFIO_PCI_OFFSET_TO_INDEX(*ppos); in virtiovf_pci_core_read() 215 loff_t pos = *ppos & VFIO_PCI_OFFSET_MASK; in virtiovf_pci_core_read() 221 return virtiovf_pci_read_config(core_vdev, buf, count, ppos); in virtiovf_pci_core_read() 226 return vfio_pci_core_read(core_vdev, buf, count, ppos); in virtiovf_pci_core_read() 231 loff_t *ppos) in virtiovf_pci_write_config() argument 235 loff_t pos = *ppos & VFIO_PCI_OFFSET_MASK; in virtiovf_pci_write_config() [all …]
|
| /linux/drivers/scsi/qedf/ |
| H A D | qedf_debugfs.c | 100 loff_t *ppos) in qedf_dbg_fp_int_cmd_read() argument 128 ret = simple_read_from_buffer(buffer, count, ppos, cbuf, cnt); in qedf_dbg_fp_int_cmd_read() 137 size_t count, loff_t *ppos) in qedf_dbg_fp_int_cmd_write() argument 139 if (!count || *ppos) in qedf_dbg_fp_int_cmd_write() 147 loff_t *ppos) in qedf_dbg_debug_cmd_read() argument 157 return simple_read_from_buffer(buffer, count, ppos, cbuf, cnt); in qedf_dbg_debug_cmd_read() 162 size_t count, loff_t *ppos) in qedf_dbg_debug_cmd_write() argument 170 if (!count || *ppos) in qedf_dbg_debug_cmd_write() 193 size_t count, loff_t *ppos) in qedf_dbg_stop_io_on_error_cmd_read() argument 206 return simple_read_from_buffer(buffer, count, ppos, cbuf, cnt); in qedf_dbg_stop_io_on_error_cmd_read() [all …]
|
| /linux/sound/soc/sof/ |
| H A D | sof-client-ipc-msg-injector.c | 53 size_t count, loff_t *ppos) in sof_msg_inject_dfs_read() argument 59 if (!rhdr->hdr.size || !count || *ppos) in sof_msg_inject_dfs_read() 68 *ppos += count; in sof_msg_inject_dfs_read() 74 size_t count, loff_t *ppos) in sof_msg_inject_ipc4_dfs_read() argument 82 if (!ipc4_msg->header_u64 || !count || *ppos) in sof_msg_inject_ipc4_dfs_read() 105 *ppos += header_size; in sof_msg_inject_ipc4_dfs_read() 115 if (copy_to_user(buffer + *ppos, ipc4_msg->data_ptr, remaining)) in sof_msg_inject_ipc4_dfs_read() 118 *ppos += remaining; in sof_msg_inject_ipc4_dfs_read() 148 size_t count, loff_t *ppos) in sof_msg_inject_dfs_write() argument 155 if (*ppos) in sof_msg_inject_dfs_write() [all …]
|
| /linux/security/smack/ |
| H A D | smackfs.c | 445 size_t count, loff_t *ppos, in smk_write_rules_list() argument 460 if (*ppos != 0) in smk_write_rules_list() 643 size_t count, loff_t *ppos) in smk_write_load() argument 653 return smk_write_rules_list(file, buf, count, ppos, NULL, NULL, in smk_write_load() 815 size_t count, loff_t *ppos, int format) in smk_set_cipso() argument 837 if (*ppos != 0) in smk_set_cipso() 940 size_t count, loff_t *ppos) in smk_write_cipso() argument 942 return smk_set_cipso(file, buf, count, ppos, SMK_FIXED24_FMT); in smk_write_cipso() 1014 size_t count, loff_t *ppos) in smk_write_cipso2() argument 1016 return smk_set_cipso(file, buf, count, ppos, SMK_LONG_FMT); in smk_write_cipso2() [all …]
|