Home
last modified time | relevance | path

Searched refs:tfiles (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/net/
Dtun.c182 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES]; member
643 rcu_assign_pointer(tun->tfiles[index], in __tun_detach()
644 tun->tfiles[tun->numqueues - 1]); in __tun_detach()
645 ntfile = rtnl_dereference(tun->tfiles[index]); in __tun_detach()
647 rcu_assign_pointer(tun->tfiles[tun->numqueues - 1], in __tun_detach()
703 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_all()
720 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_all()
826 rcu_assign_pointer(tun->tfiles[tun->numqueues], tfile); in tun_attach()
1020 tfile = rcu_dereference(tun->tfiles[txq]); in tun_net_xmit()
1153 tfile = rtnl_dereference(tun->tfiles[i]); in tun_xdp_set()
[all …]
/Linux-v5.10/fs/nfs/
Dproc.c550 stat->tfiles = 0; in nfs_proc_statfs()
Dsuper.c282 buf->f_files = res.tfiles; in nfs_statfs()
Dnfs3xdr.c2148 p = xdr_decode_size3(p, &result->tfiles); in decode_fsstat3resok()
Dnfs4xdr.c4421 if ((status = decode_attr_files_total(xdr, bitmap, &fsstat->tfiles)) != 0) in decode_statfs()
/Linux-v5.10/include/linux/
Dnfs_xdr.h161 __u64 tfiles; /* # of files */ member