Searched refs:iterate_fd (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fdtable.h | 115 int iterate_fd(struct files_struct *, unsigned,
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | netclassid_cgroup.c | 97 fd = iterate_fd(p->files, fd, update_classid_sock, &ctx); in update_classid_task()
|
| H A D | netprio_cgroup.c | 245 iterate_fd(p->files, 0, update_netprio, v); in net_prio_attach()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/ |
| H A D | coredump.c | 71 int n = iterate_fd(current->files, *fd, match_context, NULL); in coredump_next_context()
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | file.c | 694 n = iterate_fd(files, 0, match_file, label); in aa_inherit_files() 704 } while ((n = iterate_fd(files, n, match_file, label)) != 0); in aa_inherit_files()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | file.c | 1263 int iterate_fd(struct files_struct *files, unsigned n, in iterate_fd() function 1284 EXPORT_SYMBOL(iterate_fd);
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_exynosauto | 1303 iterate_fd
|
| H A D | abi_gki_aarch64_exynos | 1046 iterate_fd
|
| H A D | abi_gki_aarch64_qcom | 1260 iterate_fd
|
| H A D | abi_gki_aarch64_mtk | 1046 iterate_fd
|
| H A D | abi_gki_aarch64_oplus | 1363 iterate_fd
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/ |
| H A D | minidump_memory.c | 1291 ret = iterate_fd(files, 0, get_dma_info, &dma_buf_priv); in md_dma_buf_procs()
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | tty_io.c | 3016 i = iterate_fd(p->files, 0, this_tty, tty); in __do_SAK()
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 2456 n = iterate_fd(files, 0, match_file, cred); in flush_unauthorized_files() 2466 } while ((n = iterate_fd(files, n, match_file, cred)) != 0); in flush_unauthorized_files()
|