Searched refs:parent_device (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dfs.cpp71 cleanup_aux(const atf::fs::path& p, dev_t parent_device, bool erase) argument
76 cleanup_aux_dir(p, fi, fi.get_device() == parent_device);
78 if (fi.get_device() != parent_device)
/macosx-10.10/gnutar-453/gnutar/src/
H A Dcreate.c1107 struct tar_stat_info *st, int top_level, dev_t parent_device)
1187 && parent_device != st->stat.st_dev)
1263 dump_dir (int fd, struct tar_stat_info *st, int top_level, dev_t parent_device)
1272 dump_dir0 (directory, st, top_level, parent_device);
1492 int top_level, dev_t parent_device)
1615 ok = dump_dir (fd, st, top_level, parent_device);
1803 dump_file (const char *p, int top_level, dev_t parent_device)
1826 dump_file0 (&st, md_p, top_level, parent_device);
1841 dump_file0 (&st, p, top_level, parent_device);
1100 dump_dir0(char *directory, struct tar_stat_info *st, int top_level, dev_t parent_device) argument
1257 dump_dir(int fd, struct tar_stat_info *st, int top_level, dev_t parent_device) argument
1483 dump_file0(struct tar_stat_info *st, const char *p, int top_level, dev_t parent_device) argument
1795 dump_file(const char *p, int top_level, dev_t parent_device) argument
H A Dcommon.h457 void dump_file (const char *st, int top_level, dev_t parent_device);

Completed in 73 milliseconds