Home
last modified time | relevance | path

Searched refs:root_dev_ino (Results 1 – 12 of 12) sorted by relevance

/coreutils/tests/ls/
Dstat-vs-dirent.sh23 root_dev_ino=$(stat --format=%d-%i /)
57 test $dev_ino = $root_dev_ino && break
/coreutils/src/
Dchcon.c50 static struct dev_ino *root_dev_ino; variable
220 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()
Dchmod.c90 static struct dev_ino *root_dev_ino; variable
265 && 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()
Drm.c201 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()
Dchown-core.h54 struct dev_ino *root_dev_ino; member
Dremove.h57 struct dev_ino *root_dev_ino; member
Dpwd.c270 struct dev_ino *root_dev_ino = get_root_dev_ino (&dev_ino_buf); in robust_getcwd() local
273 if (root_dev_ino == nullptr) in robust_getcwd()
283 if (PSAME_INODE (&dot_sb, root_dev_ino)) in robust_getcwd()
Dchown-core.c61 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()
Dchown.c318 chopt.root_dev_ino = get_root_dev_ino (&dev_ino_buf); in main()
319 if (chopt.root_dev_ino == nullptr) in main()
Dchgrp.c303 chopt.root_dev_ino = get_root_dev_ino (&dev_ino_buf); in main()
304 if (chopt.root_dev_ino == nullptr) in main()
Dmv.c109 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()
Dremove.c483 if (ROOT_DEV_INO_CHECK (x->root_dev_ino, ent->fts_statp)) in rm_fts()