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

/illumos-gate/usr/src/lib/libshare/common/
H A Dissubdir.c68 struct stat parent_st; local
82 if (stat(dir2, &parent_st) < 0) {
135 if (!deveq(parent_st.st_dev, child_dev)) {
142 if (((strcmp(parent_st.st_fstype, "lofs") == 0)) &&
144 if (!deveq(parent_st.st_rdev, child_rdev)) {
150 if (inoeq(child_ino[index], parent_st.st_ino)) {

Completed in 43 milliseconds