Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/
Dtun.c216 struct tun_file __rcu *tfiles[MAX_TAP_QUEUES]; member
702 rcu_assign_pointer(tun->tfiles[index], in __tun_detach()
703 tun->tfiles[tun->numqueues - 1]); in __tun_detach()
704 ntfile = rtnl_dereference(tun->tfiles[index]); in __tun_detach()
760 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_all()
777 tfile = rtnl_dereference(tun->tfiles[i]); in tun_detach_all()
863 rcu_assign_pointer(tun->tfiles[tun->numqueues], tfile); in tun_attach()
1026 tfile = rtnl_dereference(tun->tfiles[i]); in tun_net_open()
1083 tfile = rcu_dereference(tun->tfiles[txq]); in tun_net_xmit()
1283 tfile = rcu_dereference(tun->tfiles[smp_processor_id() % in tun_xdp_xmit()
[all …]
/Linux-v4.19/fs/nfs/
Dproc.c540 stat->tfiles = 0; in nfs_proc_statfs()
Dnfs3xdr.c2185 p = xdr_decode_size3(p, &result->tfiles); in decode_fsstat3resok()
Dsuper.c485 buf->f_files = res.tfiles; in nfs_statfs()
Dnfs4xdr.c4522 if ((status = decode_attr_files_total(xdr, bitmap, &fsstat->tfiles)) != 0) in decode_statfs()
/Linux-v4.19/include/linux/
Dnfs_xdr.h159 __u64 tfiles; /* # of files */ member