Searched refs:iterate_fd (Results 1 - 8 of 8) sorted by relevance

/linux-master/net/core/
H A Dnetclassid_cgroup.c99 fd = iterate_fd(p->files, fd, update_classid_sock, &ctx);
H A Dnetprio_cgroup.c238 iterate_fd(p->files, 0, update_netprio, v);
/linux-master/include/linux/
H A Dfdtable.h116 int iterate_fd(struct files_struct *, unsigned,
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dcoredump.c71 int n = iterate_fd(current->files, *fd, match_context, NULL);
/linux-master/security/apparmor/
H A Dfile.c692 n = iterate_fd(files, 0, match_file, &cl);
702 } while ((n = iterate_fd(files, n, match_file, &cl)) != 0);
/linux-master/fs/
H A Dfile.c1441 int iterate_fd(struct files_struct *files, unsigned n, function
1462 EXPORT_SYMBOL(iterate_fd); variable
/linux-master/drivers/tty/
H A Dtty_io.c3060 i = iterate_fd(p->files, 0, this_tty, tty);
/linux-master/security/selinux/
H A Dhooks.c2453 n = iterate_fd(files, 0, match_file, cred);
2463 } while ((n = iterate_fd(files, n, match_file, cred)) != 0);

Completed in 177 milliseconds