Searched refs:udir (Results 1 – 2 of 2) sorted by relevance
91 u_short udir; in unionfs_domount() local100 udir = 0; in unionfs_domount()134 udir = (mode_t)strtol(tmp, &ep, 8); in unionfs_domount()139 udir &= S_IRWXU | S_IRWXG | S_IRWXO; in unionfs_domount()151 if (udir == 0 && ufile != 0) in unionfs_domount()152 udir = ufile; in unionfs_domount()153 if (ufile == 0 && udir != 0) in unionfs_domount()154 ufile = udir; in unionfs_domount()159 if (udir == 0) in unionfs_domount()160 udir = va.va_mode; in unionfs_domount()[all …]
892 my $udir = make_unix_path(rel2abs($_));894 $udir => 1;