Searched refs:new_mode (Results 1 – 1 of 1) sorted by relevance
223 mode_t new_mode = st.st_mode | S_IXUSR | S_IXGRP | S_IXOTH; in mtd_mount_partition() local224 if (new_mode != st.st_mode) { in mtd_mount_partition()226 rv = chmod(mount_point, new_mode); in mtd_mount_partition()