Home
last modified time | relevance | path

Searched refs:orphans (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/f2fs/ !
Ddebug.c90 si->orphans = sbi->im[ORPHAN_INO].ino_num; in update_general_status()
304 si->orphans, si->append, si->update); in stat_show()
Df2fs.h3126 int inline_xattr, inline_inode, inline_dir, append, update, orphans; member
/linux-4.19.296/include/net/ !
Dtcp.h297 int orphans = percpu_counter_read_positive(ocp); in tcp_too_many_orphans() local
299 if (orphans << shift > sysctl_tcp_max_orphans) { in tcp_too_many_orphans()
300 orphans = percpu_counter_sum_positive(ocp); in tcp_too_many_orphans()
301 if (orphans << shift > sysctl_tcp_max_orphans) in tcp_too_many_orphans()