Home
last modified time | relevance | path

Searched refs:add_to_ino_dev_hashtable (Results 1 – 4 of 4) sorted by relevance

/busybox-1.35.0/libbb/
Dinode_hash.c59 void FAST_FUNC add_to_ino_dev_hashtable(const struct stat *statbuf, const char *name) in add_to_ino_dev_hashtable() function
Dcopy_file.c188 add_to_ino_dev_hashtable(&dest_stat, NULL); in copy_file()
289 add_to_ino_dev_hashtable(&source_stat, dest); in copy_file()
/busybox-1.35.0/coreutils/
Ddu.c188 add_to_ino_dev_hashtable(&statbuf, NULL); in du()
/busybox-1.35.0/include/
Dlibbb.h1828 void add_to_ino_dev_hashtable(const struct stat *statbuf, const char *name) FAST_FUNC;