previous: >>108701257
#define __NR_nfsservctl 180
https://man7.org/linux/man-pages/man2/nfsservctl.2.html
tl;dr:
nfs API
jesus christ, what a mouthful. another ancient syscall that's been removed in favor of a procfs API
NFS in general is kind of cursed so far as filesystems go. it generally is the exception to a lot of rules in terms of error conditions, etc. but i'm sure someone has a use for it, or else it wouldn't exist. still cursed, though
relevant resources:
man man
man syscalls
https://man7.org/linux/man-pages/
https://linux.die.net/man/
https://elixir.bootlin.com/linux/
https://elixir.bootlin.com/musl/
https://elixir.bootlin.com/glibc/