Home
last modified time | relevance | path

Searched refs:tfiles (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/
H A Dtun.c190 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES]; member
664 rcu_assign_pointer(tun->tfiles[index], in __tun_detach()
665 tun->tfiles[tun->numqueues - 1]); in __tun_detach()
666 ntfile = rtnl_dereference(tun->tfiles[index]); in __tun_detach()
668 rcu_assign_pointer(tun->tfiles[tun->numqueues - 1], in __tun_detach()
728 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_all()
745 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_all()
847 /* Publish tfile->tun and tun->tfiles only after we've fully in tun_attach()
853 rcu_assign_pointer(tun->tfiles[tun->numqueues], tfile); in tun_attach()
1091 tfile = rcu_dereference(tun->tfiles[tx in tun_net_xmit()
[all...]
/kernel/linux/linux-6.6/drivers/net/
H A Dtun.c179 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES]; member
652 rcu_assign_pointer(tun->tfiles[index], in __tun_detach()
653 tun->tfiles[tun->numqueues - 1]); in __tun_detach()
654 ntfile = rtnl_dereference(tun->tfiles[index]); in __tun_detach()
657 rcu_assign_pointer(tun->tfiles[tun->numqueues - 1], in __tun_detach()
717 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_all()
734 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_all()
836 /* Publish tfile->tun and tun->tfiles only after we've fully in tun_attach()
842 rcu_assign_pointer(tun->tfiles[tun->numqueues], tfile); in tun_attach()
1081 tfile = rcu_dereference(tun->tfiles[tx in tun_net_xmit()
[all...]
/kernel/linux/linux-5.10/fs/nfs/
H A Dproc.c550 stat->tfiles = 0; in nfs_proc_statfs()
H A Dsuper.c282 buf->f_files = res.tfiles; in nfs_statfs()
H A Dnfs3xdr.c2112 * size3 tfiles;
2140 p = xdr_decode_size3(p, &result->tfiles); in decode_fsstat3resok()
H A Dnfs4xdr.c4422 if ((status = decode_attr_files_total(xdr, bitmap, &fsstat->tfiles)) != 0) in decode_statfs()
/kernel/linux/linux-6.6/fs/nfs/
H A Dproc.c550 stat->tfiles = 0; in nfs_proc_statfs()
H A Dsuper.c294 buf->f_files = res.tfiles; in nfs_statfs()
H A Dnfs3xdr.c2115 * size3 tfiles;
2143 p = xdr_decode_size3(p, &result->tfiles); in decode_fsstat3resok()
H A Dnfs4xdr.c4494 if ((status = decode_attr_files_total(xdr, bitmap, &fsstat->tfiles)) != 0) in decode_statfs()
/kernel/linux/linux-5.10/include/linux/
H A Dnfs_xdr.h163 __u64 tfiles; /* # of files */ member
/kernel/linux/linux-6.6/include/linux/
H A Dnfs_xdr.h165 __u64 tfiles; /* # of files */ member

Completed in 46 milliseconds