Searched refs:tfiles (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ |
H A D | tun.c | 190 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 D | tun.c | 179 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 D | proc.c | 550 stat->tfiles = 0; in nfs_proc_statfs()
|
H A D | super.c | 282 buf->f_files = res.tfiles; in nfs_statfs()
|
H A D | nfs3xdr.c | 2112 * size3 tfiles; 2140 p = xdr_decode_size3(p, &result->tfiles); in decode_fsstat3resok()
|
H A D | nfs4xdr.c | 4422 if ((status = decode_attr_files_total(xdr, bitmap, &fsstat->tfiles)) != 0) in decode_statfs()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | proc.c | 550 stat->tfiles = 0; in nfs_proc_statfs()
|
H A D | super.c | 294 buf->f_files = res.tfiles; in nfs_statfs()
|
H A D | nfs3xdr.c | 2115 * size3 tfiles; 2143 p = xdr_decode_size3(p, &result->tfiles); in decode_fsstat3resok()
|
H A D | nfs4xdr.c | 4494 if ((status = decode_attr_files_total(xdr, bitmap, &fsstat->tfiles)) != 0) in decode_statfs()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs_xdr.h | 163 __u64 tfiles; /* # of files */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs_xdr.h | 165 __u64 tfiles; /* # of files */ member
|
Completed in 46 milliseconds