NetBSD/sys/nfs
maya 18b796d442 Use C99 initializer for filterops
Mostly done with spatch with touchups for indentation

@@
expression a;
identifier b,c,d;
identifier p;
@@
const struct filterops p =
- 	{ a, b, c, d
+ 	{
+ 	.f_isfd = a,
+ 	.f_attach = b,
+ 	.f_detach = c,
+ 	.f_event = d,
};
2017-10-25 08:12:37 +00:00
..
Makefile
files.nfs Define filesystem attributes with vfs dependency. 2014-10-11 06:42:18 +00:00
krpc.h
krpc_subr.c Introduce m_set_rcvif and m_reset_rcvif 2016-06-10 13:27:10 +00:00
nfs.h Nix LEASE_READ/LEASE_WRITE from <sys/vnode.h>. 2015-04-20 13:12:24 +00:00
nfs_bio.c Fix soft NFS force unmount 2015-07-15 03:28:55 +00:00
nfs_boot.c Don't use rt_walktree to delete routes 2016-11-15 01:50:06 +00:00
nfs_bootdhcp.c Introduce m_set_rcvif and m_reset_rcvif 2016-06-10 13:27:10 +00:00
nfs_bootparam.c
nfs_bootstatic.c
nfs_clntsocket.c Serialize all access to the NFS request queue via splsoftnet(). Fixes random 2016-06-17 14:28:29 +00:00
nfs_clntsubs.c
nfs_export.c Remove unused argument "nextp" from vfs_busy() and vfs_unbusy(). 2017-04-17 08:32:00 +00:00
nfs_iod.c Fix soft NFS force unmount 2015-07-15 03:28:55 +00:00
nfs_kq.c Use C99 initializer for filterops 2017-10-25 08:12:37 +00:00
nfs_node.c Eliminate crusty debugging sludge. 2017-05-26 14:34:19 +00:00
nfs_serv.c Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp. 2017-04-26 03:02:47 +00:00
nfs_socket.c Serialize all access to the NFS request queue via splsoftnet(). Fixes random 2016-06-17 14:28:29 +00:00
nfs_srvcache.c
nfs_srvsocket.c
nfs_srvsubs.c
nfs_subs.c KASSERT(mutex_owned(vp->v_interlock)) in vnode iterator selector. 2017-04-01 19:35:56 +00:00
nfs_syscalls.c Memory leak, found by Mootja; not tested, but obvious enough. 2017-02-12 18:24:31 +00:00
nfs_var.h Fix soft NFS force unmount 2015-07-15 03:28:55 +00:00
nfs_vfsops.c Remove unused argument "nextp" from vfs_busy() and vfs_unbusy(). 2017-04-17 08:32:00 +00:00
nfs_vnops.c Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp. 2017-04-26 03:02:47 +00:00
nfsdiskless.h change nfs_boot_sendrecv to take sockaddr_in * instead of mbuf * 2015-05-21 02:04:22 +00:00
nfsm_subs.h
nfsmount.h Fix soft NFS force unmount 2015-07-15 03:28:55 +00:00
nfsnode.h Change NFS from rbtree to vcache. 2014-05-30 08:47:45 +00:00
nfsproto.h
nfsrtt.h Don't nest structure definitions. 2014-09-05 05:34:41 +00:00
nfsrvcache.h
rpcv2.h
xdr_subs.h