Searched refs:iterate_fd (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | fdtable.h | 109 int iterate_fd(struct files_struct *, unsigned,
|
| /linux/net/core/ |
| H A D | netclassid_cgroup.c | 101 fd = iterate_fd(p->files, fd, update_classid_sock, &ctx); in update_classid_task()
|
| H A D | netprio_cgroup.c | 238 iterate_fd(p->files, 0, update_netprio, v); in net_prio_attach()
|
| /linux/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()
|
| /linux/security/apparmor/ |
| H A D | file.c | 713 n = iterate_fd(files, 0, match_file, &cl); in aa_inherit_files() 723 } while ((n = iterate_fd(files, n, match_file, &cl)) != 0); in aa_inherit_files()
|
| /linux/fs/ |
| H A D | file.c | 1486 int iterate_fd(struct files_struct *files, unsigned n, in iterate_fd() function 1507 EXPORT_SYMBOL(iterate_fd);
|
| /linux/drivers/tty/ |
| H A D | tty_io.c | 3047 i = iterate_fd(p->files, 0, this_tty, tty); in __do_SAK()
|
| /linux/security/selinux/ |
| H A D | hooks.c | 2466 n = iterate_fd(files, 0, match_file, cred); in flush_unauthorized_files() 2476 } while ((n = iterate_fd(files, n, match_file, cred)) != 0); in flush_unauthorized_files()
|