Searched refs:root_dev_ino (Results 1 – 12 of 12) sorted by relevance
23 root_dev_ino=$(stat --format=%d-%i /)57 test $dev_ino = $root_dev_ino && break
50 static struct dev_ino *root_dev_ino; variable220 if (ROOT_DEV_INO_CHECK (root_dev_ino, ent->fts_statp)) in process_file()283 && ok && ROOT_DEV_INO_CHECK (root_dev_ino, file_stats)) in process_file()575 root_dev_ino = get_root_dev_ino (&dev_ino_buf); in main()576 if (root_dev_ino == nullptr) in main()582 root_dev_ino = nullptr; in main()
90 static struct dev_ino *root_dev_ino; variable265 && ROOT_DEV_INO_CHECK (root_dev_ino, file_stats)) in process_file()557 root_dev_ino = get_root_dev_ino (&dev_ino_buf); in main()558 if (root_dev_ino == nullptr) in main()564 root_dev_ino = nullptr; in main()
201 x->root_dev_ino = nullptr; in rm_option_init()347 x.root_dev_ino = get_root_dev_ino (&dev_ino_buf); in main()348 if (x.root_dev_ino == nullptr) in main()
54 struct dev_ino *root_dev_ino; member
57 struct dev_ino *root_dev_ino; member
270 struct dev_ino *root_dev_ino = get_root_dev_ino (&dev_ino_buf); in robust_getcwd() local273 if (root_dev_ino == nullptr) in robust_getcwd()283 if (PSAME_INODE (&dot_sb, root_dev_ino)) in robust_getcwd()
61 chopt->root_dev_ino = nullptr; in chopt_init()301 if (ROOT_DEV_INO_CHECK (chopt->root_dev_ino, ent->fts_statp)) in change_file_owner()373 && ! chopt->root_dev_ino in change_file_owner()408 && ROOT_DEV_INO_CHECK (chopt->root_dev_ino, file_stats)) in change_file_owner()
318 chopt.root_dev_ino = get_root_dev_ino (&dev_ino_buf); in main()319 if (chopt.root_dev_ino == nullptr) in main()
303 chopt.root_dev_ino = get_root_dev_ino (&dev_ino_buf); in main()304 if (chopt.root_dev_ino == nullptr) in main()
109 x->root_dev_ino = get_root_dev_ino (&dev_ino_buf); in rm_option_init()110 if (x->root_dev_ino == nullptr) in rm_option_init()
483 if (ROOT_DEV_INO_CHECK (x->root_dev_ino, ent->fts_statp)) in rm_fts()