Searched refs:orphans (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | proc.c | 54 int orphans, sockets; in sockstat_seq_show() local 56 orphans = tcp_orphan_count_sum(); in sockstat_seq_show() 61 sock_prot_inuse_get(net, &tcp_prot), orphans, in sockstat_seq_show()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | proc.c | 54 int orphans, sockets; in sockstat_seq_show() local 56 orphans = tcp_orphan_count_sum(); in sockstat_seq_show() 61 sock_prot_inuse_get(net, &tcp_prot), orphans, in sockstat_seq_show()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | debug.c | 137 si->orphans = sbi->im[ORPHAN_INO].ino_num; in update_general_status() 349 si->orphans, si->append, si->update); in stat_show()
|
H A D | f2fs.h | 3585 int inline_xattr, inline_inode, inline_dir, append, update, orphans; member
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | debug.c | 153 si->orphans = sbi->im[ORPHAN_INO].ino_num; in update_general_status() 440 si->orphans, si->append, si->update); in stat_show()
|
H A D | f2fs.h | 3925 int inline_xattr, inline_inode, inline_dir, append, update, orphans; member
|
Completed in 27 milliseconds